summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* cast intsRobin Appelman2021-01-271-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* handle the cache where a cache entry with the correct path has already been ↵Robin Appelman2021-01-271-6/+28
| | | | | | recreated Signed-off-by: Robin Appelman <robin@icewind.nl>
* also repair storage idRobin Appelman2021-01-271-0/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add command to repair broken filesystem treesRobin Appelman2021-01-274-0/+110
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #24633 from nextcloud/jospoortvliet-patch-1Roeland Jago Douma2021-01-263-3/+7
|\ | | | | Update UpdateNotification.vue
| * Update UpdateNotification.vueJos Poortvliet2021-01-183-3/+7
| | | | | | | | I've updated the text, but the 'learn more about updates and update channels' should link to https://nextcloud.com/release-channels/
* | [tx-robot] updated from transifexNextcloud bot2021-01-2612-2/+218
| |
* | Merge pull request #25309 from nextcloud/enh/dashboard-default-layoutRoeland Jago Douma2021-01-251-1/+2
|\ \ | | | | | | Add config to specify a default dashboard layout
| * | Add config to specify a default dashboard layoutJulius Härtl2021-01-251-1/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #25310 from nextcloud/dav-validate-email-addressesRoeland Jago Douma2021-01-252-64/+116
|\ \ \ | | | | | | | | [CalDAV] Validate notified emails
| * | | [CalDAV] Validate notified emailsThomas Citharel2021-01-252-64/+116
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Catch NotFoundException when querying quotaVincent Petry2021-01-251-0/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | Fixes parent folder that becomes inaccessible when it contains a non-existing / broken entry because the quota check made the PROPFIND on parent fail altogether. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-01-2510-0/+96
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-01-244-2/+6
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-01-2370-38/+74
| | |
* | | Merge pull request #25281 from nextcloud/enh/comments/moment_onceChristoph Wurst2021-01-227-7/+7
|\ \ \ | | | | | | | | Only include moments once in comments
| * | | Only include moments once in commentsRoeland Jago Douma2021-01-227-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Shaves off a decent amount of the code size. Let alone the parsing. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #25273 from ↵Morris Jobke2021-01-221-1/+41
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/enhancement/hide-two-factor-settings-if-no-providers Do not show 2FA settings if the user has no providers available
| * | | | Do not show 2FA settings if the user has no providers availableChristoph Wurst2021-01-221-1/+41
| |/ / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #25274 from ↵Roeland Jago Douma2021-01-221-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/19647/federated_users_are_not_valid_users Do not obtain userFolder of a federated user
| * | | | Do not obtain userFolder of a federated userRoeland Jago Douma2021-01-221-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Federated shares are somewhat special. So we can't move the files from the main user and we should try to get it from the intialized root already. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #25128 from nextcloud/ldapprovider-get-propertyblizzz2021-01-221-11/+42
|\ \ \ \ | |/ / / |/| | | extend ILDAPProvider to allow reading arbitrairy ldap attributes for users
| * | | extend ILDAPProvider to allow reading arbitrairy ldap attributes for usersRobin Appelman2021-01-191-11/+42
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2021-01-2226-10/+186
| | | |
* | | | Merge pull request #25253 from nextcloud/fix/noid/log-noiseMorris Jobke2021-01-211-1/+1
|\ \ \ \ | | | | | | | | | | silence log message
| * | | | silence log messageArthur Schiwon2021-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - this appears too often (in some configurations) when qualifying group members which do not meet the criteria Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #25255 from nextcloud/dav-storage-copy-directoryMorris Jobke2021-01-211-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | also use storage copy when dav copying directories
| * | | | also use storage copy when dav copying directoriesRobin Appelman2021-01-211-1/+1
| | |/ / | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #25214 from ↵Morris Jobke2021-01-211-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/phpseclib/phpseclib-2.0.30 Bump phpseclib/phpseclib from 2.0.25 to 2.0.30
| * | | | Bump phpseclib/phpseclib from 2.0.25 to 2.0.30Christoph Wurst2021-01-191-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #25240 from nextcloud/enh/noid/re-use-fetched-dependenciesRoeland Jago Douma2021-01-215-6/+6
|\ \ \ \ \ | | | | | | | | | | | | Re-use fetched dependencies in lib/base.php
| * | | | | Re-use fetched dependencies in lib/base.phpMorris Jobke2021-01-205-6/+6
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduces calls to DI container by reusing already fetched dependencies. For status.php it went from 355 to 344. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-01-2118-50/+120
| | | | |
* | | | | Merge pull request #25229 from ↵Vincent Petry2021-01-201-2/+19
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/bugfix/noid/darkmode-popover-adjustments Dark mode adjustments for popover
| * | | | Dark mode adjustments for popoverVincent Petry2021-01-201-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new popover classes from @nextcloud/vue's Popover and PopoverMenu* components. This fixes issues where the menu icons were not inverted. Adjusted border for both the avatar popover menu and also actions popover menu to make them easier to distinguish from the background. Now using border color for the popover arrow to make it more visible outside the border. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | Fix potential empty resultJoas Schilling2021-01-201-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Compare and store the login name via the eventJoas Schilling2021-01-201-3/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Also fix the username when it changedJoas Schilling2021-01-201-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Don't save credentials of another userJoas Schilling2021-01-201-0/+5
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-01-2022-0/+44
| | | |
* | | | Merge pull request #25151 from nextcloud/bugfix/noid/ie11-dashboard-syntax-errorMorris Jobke2021-01-192-3/+3
|\ \ \ \ | |/ / / |/| | | Fix IE 11 dashboard syntax error
| * | | Fix IE 11 dashboard syntax errorVincent Petry2021-01-152-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-01-1928-44/+88
| | | |
* | | | Show the actual error on share requestsJulius Härtl2021-01-183-5/+17
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #25168 from nextcloud/fix/cards_abiduriMorris Jobke2021-01-181-0/+1
|\ \ \ \ | |_|_|/ |/| | | Add cards_abiduri index on install
| * | | Add cards_abiduri index on installRoeland Jago Douma2021-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Else we directly tell the admin to add this on install. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2021-01-1826-8/+172
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-01-1738-48/+368
|/ / /
* / / [tx-robot] updated from transifexNextcloud bot2021-01-166-6/+34
|/ /
* | Merge pull request #25055 from nina-py/18439-add-crop-image-previews-settingJulius Härtl2021-01-159-2/+85
|\ \ | | | | | | Add "Crop image previews" setting to files