aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27635 from nextcloud/fix/datetime-constantsPytal2021-06-234-4/+4
|\
| * Move DateTime::RFC2822 to DateTimeInterface::2822Christoph Wurst2021-06-232-2/+2
| * Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst2021-06-232-2/+2
* | Merge pull request #26344 from J0WI/fs-early-rootLukas Reschke2021-06-231-8/+8
|\ \
| * | Return early if path is rootJ0WI2021-04-051-8/+8
* | | Merge pull request #26346 from J0WI/clean-auth-regexblizzz2021-06-231-1/+1
|\ \ \ | |_|/ |/| |
| * | Cleaner removePassword regexJ0WI2021-03-271-1/+1
* | | mail-template - don't show hyphen if slogan is emptyszaimen2021-06-221-1/+5
* | | Fix typing error in AppFetcher.phpLouis Chemineau2021-06-211-1/+3
* | | Merge pull request #27540 from nextcloud/getstoragerootid-failed-storageJulius Härtl2021-06-181-1/+7
|\ \ \
| * | | handle case where storage can't be created in getStorageRootIdRobin Appelman2021-06-171-1/+7
* | | | Merge pull request #27532 from nextcloud/fix/noid/properly-cleanup-webauthn-u...Morris Jobke2021-06-182-0/+63
|\ \ \ \
| * | | | Properly cleanup entries of WebAuthn on user deletionMorris Jobke2021-06-182-0/+63
* | | | | Merge pull request #24318 from nextcloud/techdebt/noid/remove-oc_user-getDisp...Christoph Wurst2021-06-172-28/+12
|\ \ \ \ \
| * | | | | Use proper methods for display name retrievalMorris Jobke2021-06-172-28/+12
* | | | | | Merge pull request #26939 from nextcloud/enh/app-icon-notification-bubbleblizzz2021-06-171-1/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Let apps toggle an unread counter on app iconsJulius Härtl2021-06-161-1/+11
* | | | | | Merge pull request #22628 from Sp1l/simplify-htaccess-rewritesLukas Reschke2021-06-161-13/+6
|\ \ \ \ \ \
| * | | | | | Coalesce RewriteCond lines in .htaccessBernard Spil2021-06-021-13/+6
* | | | | | | Merge pull request #27098 from nextcloud/fix/noid/missing-key-in-addInfoJohn Molakvoæ2021-06-161-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | force 'name' key in arrayMaxence Lange2021-05-251-1/+1
* | | | | | | Merge pull request #26319 from nextcloud/files_external_app.phpMorris Jobke2021-06-162-15/+24
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | remove depricated methods from MountConfigRobin Appelman2021-06-162-15/+24
| | |_|/ / / | |/| | | |
* / | | | | Fix default product name for old themesMorris Jobke2021-06-161-0/+9
|/ / / / /
* | | | | Use product name in places where it is appropriate rather than the instance nameJulius Härtl2021-06-162-2/+3
* | | | | Merge pull request #27514 from nextcloud/fix/share_activityJulius Härtl2021-06-161-0/+5
|\ \ \ \ \
| * | | | | Fix share activity dispatchLouis Chemineau2021-06-161-0/+5
* | | | | | inject SearchBuilderRobin Appelman2021-06-143-14/+5
* | | | | | split of query building bits from searchhelperRobin Appelman2021-06-142-196/+242
* | | | | | update tests and fix some edge cases around new searchRobin Appelman2021-06-142-6/+27
* | | | | | some cleanup and documentationRobin Appelman2021-06-142-29/+22
* | | | | | perform file search in a single queryRobin Appelman2021-06-144-60/+31
* | | | | | use searchoperation for storage filter instead of db expressionRobin Appelman2021-06-146-32/+45
* | | | | | rework search api to allow searching on multiple caches at onceRobin Appelman2021-06-148-243/+224
|/ / / / /
* | | | | Merge pull request #27451 from nextcloud/enh/log-exceptionMorris Jobke2021-06-101-5/+9
|\ \ \ \ \
| * | | | | Move exception logging to separate fieldJulius Härtl2021-06-101-5/+9
* | | | | | [3rdparty] streams-0.7.4Robin Appelman2021-06-101-1/+1
* | | | | | Correctly check the reception of a remote feedbackLouis Chemineau2021-06-091-1/+1
* | | | | | Merge pull request #27306 from nextcloud/enh/noid/set-local-domain-for-swiftm...Christoph Wurst2021-06-081-1/+10
|\ \ \ \ \ \
| * | | | | | Set local domain for swiftmailer transportDaniel Kesselberg2021-05-311-1/+10
* | | | | | | Merge pull request #27189 from nextcloud/feat/26866/account-collection-proper...blizzz2021-06-084-57/+273
|\ \ \ \ \ \ \
| * | | | | | | psalm happinessArthur Schiwon2021-06-042-2/+2
| * | | | | | | adjust property type declarationArthur Schiwon2021-06-031-1/+1
| * | | | | | | fix code styleArthur Schiwon2021-06-033-3/+2
| * | | | | | | allow interacting with IAccountPropertyCollectionsArthur Schiwon2021-06-034-14/+98
| * | | | | | | add IAccountPropertyCollection with implementationArthur Schiwon2021-06-031-0/+86
| * | | | | | | deal with property collections when fetching users (with update)Arthur Schiwon2021-06-031-14/+39
| * | | | | | | refactor validators and sanitizersArthur Schiwon2021-06-031-35/+57
* | | | | | | | Merge pull request #26494 from rigrig/fix-php8-deprecationsMorris Jobke2021-06-072-3/+7
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Check whether output buffering is active before turning it offRichard de Boer2021-05-291-2/+6