Commit Graph

60 Commits

Author SHA1 Message Date
Peter Papp 8ac41837b2 Merge remote-tracking branch 'origin/email-verification'
# Conflicts:
#	composer.lock
#	public/mix-manifest.json
#	tests/TestCase.php
2021-07-15 14:00:43 +02:00
Peter Papp 157427c750 email verification review 2021-07-15 13:55:49 +02:00
Peter Papp f6f9199b87 Filename as original 2021-06-18 17:23:40 +02:00
Peter Papp b50e0041e0 - chunking translations query
- language translations fallback
2021-06-07 17:42:53 +02:00
Peter Papp 847221d385 - chunking translations query 2021-06-07 16:42:18 +02:00
Milos Holba 6456950081 Merge remote-tracking branch 'origin/master' into email-verification 2021-05-26 13:17:39 +02:00
Milos Holba fd7a23225c added schedule for delete users older as 30 days 2021-05-22 13:12:03 +02:00
Peter Papp 61824a511c - mad zipper hotfix 2021-05-17 11:49:19 +02:00
Peter Papp d8bbfcd4d2 External storage fix 2021-05-14 20:03:07 +02:00
Peter Papp 5e0007764e Stripe get plans fix 2021-05-10 08:07:41 +02:00
Peter Papp 50bdac62dc fixed static issues 2021-05-08 09:41:10 +02:00
Peter Papp c47886fb8b code style fix 2021-04-25 09:02:00 +02:00
Peter Papp 0910daa1a3 Move to home folder fix 2021-04-16 16:54:59 +02:00
Peter Papp bf9581173c - S3 storages compatibility with v2
- user profile fixes
2021-04-06 18:01:59 +02:00
Peter Papp e40ddbec14 fixed upgrade_language_translations 2021-04-06 10:40:51 +02:00
Peter Papp 131ae8109f - flush cache after language upgrade
- Gateway fix
- extended language editor with textarea
2021-04-06 10:32:50 +02:00
Peter Papp 13992deb41 - added function to upgrade language translations
- maintenance gate
2021-04-06 09:56:11 +02:00
Peter Papp 7772ef6b40 Language editor refactoring part 4 (backend + frontend) 2021-04-01 10:40:48 +02:00
Peter Papp a8fa3694be helpers refactoring 2021-03-31 08:27:28 +02:00
Peter Papp 6ac6528243 Language editor refactoring part 2 (backend + frontend) 2021-03-28 14:06:16 +02:00
Peter Papp ec51440c3a Language editor refactoring part 1 (nackend) 2021-03-27 18:53:41 +01:00
Peter Papp 9e330da7a6 - favicon fix
- checkout fix
- stripe prefered locales
- color theme
- stripe card info box in dev version
- upload fix
2021-03-26 16:05:37 +01:00
Peter Papp 0e3c6e286e - extend setup:dev script
- Stripe taxes refactoring
- billing subscription fixes
2021-03-24 08:42:10 +01:00
Peter Papp 19925e398f - refactored PricingResource
- get_tax_rates added into StripeService.php
2021-03-23 09:40:30 +01:00
Peter Papp 4163c28e37 - Get plan from cache in StripeService.php 2021-03-23 09:34:19 +01:00
Peter Papp aa51484303 - refactored user_scope to author
- added author_id for future teams implementation
2021-03-19 11:27:58 +01:00
Peter Papp f4b3f1f163 - public sharing refactored part 3 2021-03-19 10:13:48 +01:00
Peter Papp ed8ab2978f - public sharing refactored part 2 2021-03-19 09:04:18 +01:00
Peter Papp db9900fcfb - public sharing refactored part 1 2021-03-19 07:27:15 +01:00
Peter Papp f0e9c80572 frontend function consolidation part 2 2021-03-16 11:53:19 +01:00
Peter Papp 1bb59854ea frontend function consolidation part 1 2021-03-16 08:31:42 +01:00
Peter Papp cb272709a3 DemoService.php refactoring 2021-03-14 17:48:26 +01:00
Peter Papp 732fc48aa4 get_items_under_shared_by_folder_id moved to HelperService.php 2021-03-14 17:20:30 +01:00
Peter Papp 380a588b0a added SharedFileAccessContentController 2021-03-14 13:25:35 +01:00
Peter Papp 9297eae1d7 moved move_to_external_storage into HelperService.php 2021-03-14 13:11:21 +01:00
Peter Papp 419a1d8180 moved move_to_external_storage into HelperService.php 2021-03-14 13:05:53 +01:00
Peter Papp 9cc9111d63 moved check_user_storage_capacity into HelperService.php 2021-03-14 13:03:09 +01:00
Peter Papp 0364e73c60 Guardian and FileManagerService.php refactored 2021-03-14 12:54:34 +01:00
Peter Papp bb469f2520 added delete_failed_files into SchedulerService.php 2021-03-14 12:42:25 +01:00
Peter Papp 5660fcd4dc added it_get_all_invoices_from_admin, it_get_single_user_invoice_page test 2021-03-07 09:50:04 +01:00
Peter Papp ce08240355 added it_update_settings, it_get_page, it_update_settings_image test 2021-03-05 11:57:48 +01:00
Peter Papp e514994b08 added it_get_all_pages, it_get_page, it_update_page test 2021-03-05 11:02:13 +01:00
Peter Papp 779b7fc8ba added it_delete_user_with_all_data test 2021-03-05 10:35:30 +01:00
Peter Papp 69b72d24a9 added it_get_setup_intent, it_upgrade_plan, it_cancel_subscription test 2021-03-04 12:48:51 +01:00
Peter Papp 7f21755f5a added UserAccountTest 2021-03-02 17:24:13 +01:00
Peter Papp f95b3acbd2 refactored create_directories 2021-03-02 17:13:01 +01:00
Peter Papp 4e098286a6 - added it_delete_zips_older_than_one_day test
- refactored scheduler tasks into SchedulerService.php
2021-03-02 17:05:49 +01:00
Peter Papp f55472442f functionality for setting default folders for app installation 2021-02-27 11:49:01 +01:00
Peter Papp 6dd0b4f026 backend pagination and sorting from laravel database 2020-08-21 16:04:21 +02:00
Peter Papp 5c2326e492 fixed non-vuefilemanager stripe plans loading 2020-08-17 10:04:47 +02:00