342 Commits

Author SHA1 Message Date
wizard
5ba4bf3478 remove license checking 2023-10-07 11:55:28 +02:00
Čarodej
7db1c7926f extended license restrictions removed 2022-08-05 15:24:06 +02:00
Čarodej
c323677cfa email localization fix 2022-07-15 12:19:48 +02:00
Čarodej
ab970ef056 Merge branch 'fraud-prevention-mechanism'
# Conflicts:
#	public/chunks/admin.js
#	public/chunks/payments/settings.js
#	public/chunks/platform.js
#	public/chunks/settings.js
#	public/chunks/status-check.js
#	public/css/tailwind.css
#	public/js/main.js
#	public/mix-manifest.json
#	src/App/Providers/AppServiceProvider.php
#	tests/Domain/Admin/AdminTest.php
2022-06-30 10:54:13 +02:00
Čarodej
4cafb726df Added hint to set cron command in dashboard panel when cron is not set correctly 2022-06-27 19:29:34 +02:00
Čarodej
06ee3faa1e prevention to get other user folder when folder upload is trying to recreate folder structure 2022-06-23 17:49:56 +02:00
Čarodej
df3303b527 Fixed issue when after deleting user, the related subscription wasn't deleted 2022-06-22 10:30:39 +02:00
Čarodej
119780317d MeteredBillingRestrictionsEngine update with the new rule for dunning 2022-06-10 11:19:45 +02:00
Čarodej
428b4c87a3 test fixing 2022-05-31 16:25:09 +02:00
Čarodej
b9975de700 paginator refactoring and implementation into the routes 2022-05-26 07:46:15 +02:00
Čarodej
31218240ae Merge remote-tracking branch 'origin/infinite_scroll' into api
# Conflicts:
#	config/vuefilemanager.php
#	package-lock.json
#	package.json
#	public/mix-manifest.json
#	resources/js/store/modules/fileBrowser.js
#	resources/js/store/modules/sharing.js
#	resources/js/store/modules/teams.js
#	resources/js/store/modules/userAuth.js
#	src/App/Socialite/Controllers/SocialiteCallbackController.php
#	src/Domain/Browsing/Controllers/BrowseTrashContentController.php
#	src/Domain/Browsing/Controllers/VisitorBrowseFolderController.php
#	src/Domain/Files/Controllers/UploadFileController.php
#	src/Domain/Items/Controllers/RenameFileOrFolderController.php
#	src/Support/helpers.php
2022-05-24 10:22:21 +02:00
Čarodej
aa30b519fa - send notification to native user when file request was sent via email
- updated mysql dump
2022-05-18 09:50:21 +02:00
Čarodej
e87e2ec4e3 routes response refactoring 2022-05-16 20:18:45 +02:00
Čarodej
f66982b3ec sharing route refactoring 2022-05-16 12:33:09 +02:00
Čarodej
69a48e8925 share routes refactoring 2022-05-16 11:51:08 +02:00
Čarodej
c0e431b384 api refactoring 2022-05-16 11:50:51 +02:00
Čarodej
3d2e279afd user settings api update 2022-05-04 07:20:15 +02:00
Čarodej
4fc5ccd26d browsing api update 2022-05-03 16:18:44 +02:00
Čarodej
89e4ae6737 search api update 2022-05-03 16:11:00 +02:00
Čarodej
b1fd046084 zip api update 2022-05-03 09:18:07 +02:00
Čarodej
0f42704980 trash api update 2022-05-03 07:47:54 +02:00
Čarodej
4f9fb3991c favourites api update 2022-05-03 06:59:31 +02:00
Milos Holba
f75c20e5a7 added test for getRecordsCount, format code 2022-05-02 18:21:20 +02:00
Čarodej
c8ebb5db9f refactoring 2022-04-29 08:24:35 +02:00
Čarodej
b635a17644 remote upload refactoring 2022-04-25 10:56:15 +02:00
Čarodej
954f0e3361 implemented remote upload progress counter 2022-04-25 10:13:10 +02:00
Čarodej
0a9740a363 broadcast new files to the frontend after file was remotely uploaded 2022-04-23 09:44:43 +02:00
Čarodej
8be0ae2a62 remote upload for shared route 2022-04-21 16:47:22 +02:00
Čarodej
dc8e3c8141 remote upload backend functionality 2022-04-20 18:19:25 +02:00
Čarodej
b0f1bb46d7 clear howdy file requests in demo account 2022-04-06 09:36:10 +02:00
Čarodej
993dfc8fa1 updates automatically handled on the background 2022-04-05 16:43:12 +02:00
Čarodej
80b2371868 delete only howdy share links in demo mode 2022-04-04 17:49:18 +02:00
Čarodej
3f8fc1c9ce dashboard alert box for new system upgrade 2022-03-30 18:12:41 +02:00
Čarodej
0ca67c2348 - when member upload files or create folder in team folder, the true owner of the content is creator of team member. That means the upload bandwidth and storage go to creator responsibility 2022-03-30 09:34:25 +02:00
Čarodej
b0829c71e9 build 2022-03-29 12:29:32 +02:00
Čarodej
9d4d1ba9aa s3 bandwidth usage fix 2022-03-29 10:06:20 +02:00
Čarodej
62c6331845 - direct download link 2022-03-25 18:20:27 +01:00
Čarodej
d7d95e22ea - share by email fix 2022-03-25 11:10:35 +01:00
Čarodej
3c1c6eb5b9 license upgrade function 2022-03-25 10:34:39 +01:00
Čarodej
73ef6e6c1f backend language strings updates 2022-03-20 14:26:53 +01:00
Čarodej
881facc867 language strings updates 2022-03-20 12:12:09 +01:00
Čarodej
01588fa06b - admin registration fixes
- alert popup refactoring
2022-03-17 12:31:09 +01:00
Čarodej
9c040cfe48 folder creation fix 2022-03-17 09:38:49 +01:00
Čarodej
1d1e6823c7 added AdminBonusAddedNotification.php and InsufficientBalanceNotification.php 2022-03-16 11:45:08 +01:00
Čarodej
9d955799d3 set broadcasting in admin and setup wizard 2022-03-16 09:37:17 +01:00
Čarodej
aa5742dafa dark mode logo 2022-03-15 18:03:28 +01:00
Čarodej
5e48af22a2 setup wizard debug 2022-03-13 18:30:03 +01:00
Čarodej
2bba6dc051 added registration bonus notification 2022-03-12 09:34:26 +01:00
Čarodej
9ae2d54a5e team invitation notification with broadcasting 2022-03-10 16:23:13 +01:00
Čarodej
64e80d387b backend notifications implementation 2022-03-10 11:49:02 +01:00