summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-02-2512-16/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-02-2412-6/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* store mountprovider for each mount in the mounts tableRobin Appelman2022-02-233-3/+3
| | | | | | this enabled more fine grained filesystem setup Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #31319 from nextcloud/fix/31246/fix-modalsSimon L2022-02-234-26/+3
|\ | | | | fix all modals after vue 5.0
| * fix all modals after vue 5.0szaimen2022-02-224-26/+3
| | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #31106 from ↵Joas Schilling2022-02-235-76/+358
|\ \ | | | | | | | | | | | | nextcloud/techdebt/noid/improve-user-status-update-handling Improve user status revert performance
| * | Do status and predefined message setting in one goJoas Schilling2022-02-153-8/+118
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Create the backup user status in 1 query instead of 3Joas Schilling2022-02-153-58/+50
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Don't include unindexed is_backup in the query, it's ensured by the user_id ↵Joas Schilling2022-02-151-2/+1
| | | | | | | | | | | | | | | | | | leading underscore already Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Allow to revert the user status of multiple users in 3 queries instead of 3*nJoas Schilling2022-02-155-3/+168
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Delete the user status without loading it firstJoas Schilling2022-02-152-9/+25
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Directly delete the user status instead of getting it a second timeJoas Schilling2022-02-151-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-02-23660-2678/+336
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Mark DAV background jobs as time sensitive/insensitiveChristoph Wurst2022-02-2213-59/+109
| |/ |/| | | | | | | | | | | * As a bonus they are now all using OCP base classes * Strict typing is now enforced Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #31261 from nextcloud/external-share-availability-errorJohn Molakvoæ2022-02-221-7/+5
|\ \
| * | improve errors for external share availability checkRobin Appelman2022-02-211-7/+5
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #31295 from nextcloud/fix-cleaning-remindersChristoph Wurst2022-02-221-3/+3
|\ \ \ | | | | | | | | Fix cleaning reminders after subscription purge
| * | | Fix cleaning reminders after subscription purgeThomas Citharel2022-02-211-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Merge pull request #31241 from nextcloud/fix/use-new-button-componentVanessa2022-02-222-7/+12
|\ \ \ \ | | | | | | | | | | Fix/use new button component
| * | | | replace button with vue button componentVanessa Pertsch2022-02-212-7/+12
| | |/ / | |/| |
* / | | [tx-robot] updated from transifexNextcloud bot2022-02-226-0/+20
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #31294 from nextcloud/fix/test-controllerSimon L2022-02-211-4/+4
|\ \ \ | | | | | | | | Redirection now only happens when dir is empty
| * | | Redirection now only happens when dir is emptyCarl Schwan2022-02-211-4/+4
| |/ / | | | | | | | | | | | | | | | Otherwise dir it's just ignored and fileid is used Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #31292 from nextcloud/fix/edit_perm_on_file_shareJohn Molakvoæ2022-02-211-1/+1
|\ \ \
| * | | Fix regression for edit perm on file shareLouis Chemineau2022-02-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #31195 from nextcloud/wrap_exceptionLouis2022-02-214-0/+45
|\ \ \ \ | | | | | | | | | | Wrap S3 multipart upload exception
| * | | | Wrap S3 multipart upload exceptionLouis Chemineau2022-02-164-0/+45
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-02-218-0/+34
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-02-204-2/+16
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-02-19212-1040/+1224
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #20766 from ↵Christoph Wurst2022-02-183-2/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bug/fix-reminders-with-empty-calendar-data Consider only reminders with calendar data
| * | | | Clean reminders for calendar when deleting a subscriptionThomas Citharel2022-02-151-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | | Consider only reminders with calendar dataThomas Citharel2022-02-152-2/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | Merge pull request #31143 from nextcloud/fix/dont-redirect-file-indexVincent Petry2022-02-181-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Don't redirect when loading files index page
| * | | | | Don't redirect when loading files index pageCarl Schwan2022-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently we are redirecting from ?dir=/&fileid=2 to ?dir=/. This is an issue because we then need to load two pages with full file system setup and authentification instead of one and the assets won't start loading until the second page is delivered to the user. Additionally when loading ?dir=/, we then change the url back to ?dir=/&fileid=2 (without reload) so that the next time we load the page again we do the same thing again. Depending on the speed of the server and internet connection we can save 100ms to 400ms, improving the user experience. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #31169 from ↵Simon L2022-02-181-4/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enh/noid/hide-download-button-for-images hide download button for images
| * | | | | | hide download button for imagesszaimen2022-02-161-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | | | | Fix external appCarl Schwan2022-02-172-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | Cleanup admin settings js filesCarl Schwan2022-02-1710-552/+506
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move admin.js to webpack, so that this use the bundled jquery files instead of the deprecated window.$ Also fixing formatting * Remove log.js that seems to be from a time where logreader was bundled with server and I couldn't find an usage of it anymore * Fix recent regression in rebuild navigation function (now not depending on jquery anymore and bundled by webpack). Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | Merge pull request #30938 from nextcloud/fix/user_ldap-fix-check-ldap-new-userVincent Petry2022-02-172-30/+24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix ldap:check-user method for newly created LDAP users
| * | | | | | | Make it explicit that a DN can be used for ldap:check-userCôme Chilliet2022-02-172-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Improve typing in apps/user_ldap/lib/Command/CheckUser.phpCôme Chilliet2022-02-171-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Remove parenthesis around return in apps/user_ldap/lib/Command/CheckUser.phpCôme Chilliet2022-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Fix ldap:check-user method for newly created LDAP usersCôme Chilliet2022-02-171-15/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | Merge pull request #31141 from nextcloud/fix/better-cache-policyCarl Schwan2022-02-172-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improve caching policy use immutable when loading versionned assets
| * | | | | | | | Improve caching policyCarl Schwan2022-02-162-2/+2
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Cache css with version in url. This makes most js and css requests to be cached by the browser * Force caching previews, the etag is in the url so that if the propfind gives a new etag, we will refresh it otherwise it's no use to try to fetch the new etag and do tons of DB queries Tested with firefox and 'debug' => false (important so that the js/css urls are generated with ?v= parameter) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | | Load scripts of theming app before the dashboardLouis Chemineau2022-02-171-1/+1
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows dashboard to access OCA.Theming Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | Replace CalDAV availability component with component libChristoph Wurst2022-02-172-220/+37
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-02-17130-472/+492
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #30862 from nextcloud/feat/crud_share_permissionLouis2022-02-167-121/+633
|\ \ \ \ \ \ | | | | | | | | | | | | | | Support CRUD share permissions