summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-04-23110-130/+180
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32076 from nextcloud/cache-storage-info-failed-shareCarl Schwan2022-04-221-0/+6
|\ | | | | use and cache root storage info if a share can't be resolved
| * add logging of failed quota infoRobin Appelman2022-04-221-0/+6
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #32073 from nextcloud/fix/DyslexiaFont-themeSimon L2022-04-225-42/+178
|\ \ | | | | | | Fix dyslexia font loading
| * | Fix dyslexia font loadingJohn Molakvoæ2022-04-225-42/+178
| |/ | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #32053 from nextcloud/cache-verify-share-mountpointblizzz2022-04-223-5/+35
|\ \ | |/ |/| cache the verification of the share mountpoint
| * cache the verification of the share mountpointRobin Appelman2022-04-213-5/+35
| | | | | | | | | | | | after the initial verification this can only really be invalidated by a system mount (external/group/etc) being created at the share target since any normal file/folder creation will already conflict with the share Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #31751 from nextcloud/theming-providersJohn Molakvoæ2022-04-22232-5489/+2364
|\ \
| * | Add default theming disabled fallbackJohn Molakvoæ2022-04-225-3/+205
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | Lint and psalm fixJohn Molakvoæ2022-04-215-8/+11
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | PhpunitJohn Molakvoæ2022-04-219-124/+463
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | Remove accessibilityJohn Molakvoæ2022-04-21193-5242/+13
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | Migrate old accessibility configJohn Molakvoæ2022-04-212-1/+130
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | Font fixes and design update for theme pickerJohn Molakvoæ2022-04-2120-33/+146
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | Migrating themes to Theming appJohn Molakvoæ2022-04-2123-167/+979
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | Write body theme selector straight in the templateJohn Molakvoæ2022-04-213-11/+61
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | Fix twofactor loading and public imageJohn Molakvoæ2022-04-211-0/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | Update and fix theming imagesJohn Molakvoæ (skjnldsv)2022-04-215-57/+44
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Start theming providersJoas Schilling2022-04-2113-176/+643
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Update cache when display name changeCarl Schwan2022-04-222-1/+4
| | | | | | | | | | | | | | | | | | This improve the correctness of the data Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Cache display nameCarl Schwan2022-04-223-30/+15
| | | | | | | | | | | | | | | | | | | | | | | | This should saves some query in the share backend when displaying the owner and it's not important if the display name is 10 minutes outdated as it is very rare that this gets changed. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #32049 from nextcloud/bugfix/noid/custom-property-ignorelistJohn Molakvoæ2022-04-221-0/+22
|\ \ \ | | | | | | | | Add known dav properties to ignore list
| * | | Add known dav properties to ignore listJulius Härtl2022-04-211-0/+22
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #32050 from nextcloud/share-cache-owner-nameJohn Molakvoæ2022-04-221-4/+14
|\ \ \ \
| * | | | cache the share owner name for formating cache entriesRobin Appelman2022-04-211-4/+14
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2022-04-226-2/+42
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #32042 from nextcloud/shared-storage-instanceof-commonJoas Schilling2022-04-211-2/+13
|\ \ \ \ | |_|_|/ |/| | | improve optimization for SharedStorage::instanceOfStorage(Common)
| * | | also apply the fix for the other storage typesRobin Appelman2022-04-211-1/+11
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | improve optimization for SharedStorage::instanceOfStorage(Common)Robin Appelman2022-04-211-1/+2
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | / [tx-robot] updated from transifexNextcloud bot2022-04-2114-4/+34
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix warningChristopher Ng2022-04-201-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Update naming of address book exportsChristopher Ng2022-04-201-10/+10
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix export of shared calendarsChristopher Ng2022-04-201-16/+9
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-202-188/+232
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-198-28/+104
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-1810-16/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-1722-66/+162
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-1614-318/+338
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-1512-2/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Master is now 25Joas Schilling2022-04-1429-58/+58
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #30860 from nextcloud/smb-getdirectory-content-catchVincent Petry2022-04-141-3/+9
|\ | | | | handle notfound and notpermitted error in Smb::getDirectoryContent
| * handle notfound and notpermitted error in Smb::getDirectoryContentRobin Appelman2022-02-111-3/+9
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #31975 from ↵Vincent Petry2022-04-142-6/+6
|\ \ | | | | | | | | | | | | nextcloud/bugfix/31952/fix-mail-link-share-password-expiration-settings Adjust settings for mail link password
| * | Adjust settings for mail link passwordVincent Petry2022-04-142-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Rename the settings and invert the meaning. Increase default interval to one hour. Changed the interval to be a number of seconds, to align with other setting styles. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Merge pull request #31886 from ↵Vincent Petry2022-04-141-2/+3
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/principal-search-case-insensitive-dn Principal search by display name case insensitive
| * | | Principal search by display name case insensitiveVincent Petry2022-04-081-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust principal search to be case insensitive even with exact match. This aligns the behavior to how the search also works in Collaborators/UserPlugin Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #31839 from nextcloud/feat/metadata-serverVincent Petry2022-04-1456-52/+284
|\ \ \ \ | |_|/ / |/| | | Add a metadata service to store file metadata
| * | | Fix an issue with the search backend updateCarl Schwan2022-04-1450-37/+157
| | | | | | | | | | | | | | | | | | | | | | | | And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | Add a metadata service to store file metadataCarl Schwan2022-04-138-19/+131
| | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | l10n: Change to lowercaseValdnet2022-04-141-1/+1
| | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>