aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Fix functions taking optional parameters before required onesRichard de Boer2021-05-291-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-04695-1294/+589
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #27088 from nextcloud/fix/27074/removing-appsJohn Molakvoæ2021-06-021-4/+0
|\ \ \ \ \ \
| * | | | | | Allow removing apps with app store disabledGary Kim2021-05-241-4/+0
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #24295 from nextcloud/perf/noid/routerblizzz2021-06-021-12/+14
|\ \ \ \ \ \
| * | | | | | First attempt to check against core routes before loading all app routesJulius Härtl2021-06-021-12/+14
| | |_|/ / / | |/| | | |
* / | | | | l10n: Spelling unificationValdnet2021-06-021-1/+1
|/ / / / /
* | | | | Merge pull request #26792 from nextcloud/user-delete-cleanup-filesJohn Molakvoæ2021-06-023-14/+74
|\ \ \ \ \
| * | | | | better cleanup of user files on user deletionRobin Appelman2021-04-273-14/+74
* | | | | | Merge pull request #27053 from nextcloud/bugfix/noid/dont-throw-when-comments...Joas Schilling2021-06-021-3/+2
|\ \ \ \ \ \
| * | | | | | Don't throw when comments is disabledJoas Schilling2021-05-211-3/+2
* | | | | | | Merge pull request #27329 from nextcloud/propagate-throttle-state-for-baseres...Lukas Reschke2021-06-011-0/+5
|\ \ \ \ \ \ \
| * | | | | | | Propagate throttling on OCS responseLukas Reschke2021-06-011-0/+5
* | | | | | | | Merge pull request #27316 from nextcloud/bugfix/noid/getNumberOfUnreadComment...Lukas Reschke2021-06-011-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix populating the array and closing the cursorsJoas Schilling2021-06-011-3/+3
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | emit UserLoggedInEvent on apache authArthur Schiwon2021-06-011-0/+12
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #25658 from nextcloud/dav-respect-disallow-sharing-with-gr...Christoph Wurst2021-06-011-0/+11
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Also make other shares listen to the "Allow sharing with groups"Joas Schilling2021-05-261-0/+11
* | | | | | | Merge pull request #27199 from nextcloud/fix/26683/use-noreply-as-share-emailMorris Jobke2021-05-281-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Use noreply@ as email address for share emailsMorris Jobke2021-05-281-1/+1
* | | | | | | | Merge pull request #27187 from Simounet/fix/comments-query-oracle-limit-compl...Morris Jobke2021-05-281-5/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix Oracle query limit compliance in CommentsSimounet2021-05-281-5/+10
| |/ / / / / /
* | | | | | | Merge pull request #25770 from nextcloud/fix/25742/cli-cache-backend-recursionblizzz2021-05-271-26/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Don't allow executing cli if cache backend is unavailableRichard Steinmetz2021-05-261-26/+6
* | | | | | | Merge pull request #27043 from nextcloud/storage-info-include-externalMorris Jobke2021-05-251-6/+15
|\ \ \ \ \ \ \
| * | | | | | | fix return value of getStorageInfo when 'quota_include_external_storage' is e...Robin Appelman2021-05-201-6/+15
* | | | | | | | Merge pull request #27035 from nextcloud/techdebt/26866/userscontroller-accou...blizzz2021-05-252-4/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | do not use private AccountManager in UsersControllerArthur Schiwon2021-05-252-4/+17
* | | | | | | | | Merge pull request #23065 from TomG736/FixEmptyDisplayNameMorris Jobke2021-05-251-1/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix indentation errorTom Grant2021-03-171-4/+4
| * | | | | | | | | Fix null displayname crash as described in #21885tgrant2021-03-171-1/+5
* | | | | | | | | | Remove unused constantsLukas Reschke2021-05-251-13/+0
* | | | | | | | | | Merge pull request #26600 from hosting-de/feature/occ-tagsMorris Jobke2021-05-251-0/+15
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Add commands to manage tags via OCCJohannes Leuker2021-05-251-0/+15
* | | | | | | | | | Merge pull request #27062 from nextcloud/search-limit-offset-jailVincent Petry2021-05-251-7/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | properly use limit and offset for search in Jail wrapperRobin Appelman2021-05-211-7/+2
* | | | | | | | | | | Merge pull request #27040 from nextcloud/FlorentCoppint-masterMorris Jobke2021-05-251-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | Avoid reading ~/.aws/config when using S3 providerFlorent2021-05-201-0/+1
* | | | | | | | | | | Merge pull request #27052 from nextcloud/bugfix/noid/fix-log-entry-readabilitykesselb2021-05-211-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix log entry readabilityJoas Schilling2021-05-211-2/+2
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #26727 from nextcloud/group-exclude-link-shareMorris Jobke2021-05-213-90/+73
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | allow excluding groups from creating link sharesRobin Appelman2021-05-122-61/+62
| * | | | | | | | | | load share settings from the share manager in more placesRobin Appelman2021-05-121-29/+11
* | | | | | | | | | | Merge pull request #25679 from nextcloud/drop/ocp-userMorris Jobke2021-05-212-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Drop \OCP\UserChristoph Wurst2021-05-212-2/+2
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #26832 from nextcloud/object-close-stream-non-countJulius Härtl2021-05-211-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | explicitly close source stream on object store upload even if count wrapper i...Robin Appelman2021-04-291-0/+3
* | | | | | | | | | | Rename External storages to External storageszaimen2021-05-202-2/+2
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | l10n: Unify spellingValdnet2021-05-201-13/+13
* | | | | | | | | | l10n: Unify spellingValdnet2021-05-201-5/+5