aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-05629-931/+1736
* Merge pull request #17941 from nextcloud/search-by-ownerRoeland Jago Douma2019-12-054-19/+48
|\
| * remove old 'owner' filterRobin Appelman2019-12-031-5/+0
| * Allow filtering the search results to the users home storageRobin Appelman2019-12-034-19/+53
* | Merge pull request #18130 from nextcloud/bugfix/noid/prevent-creating-users-w...Roeland Jago Douma2019-12-051-7/+19
|\ \
| * | Prevent creating users with existing filesJoas Schilling2019-12-041-7/+19
* | | Merge pull request #18163 from nextcloud/fix_file_sizeRoeland Jago Douma2019-12-041-1/+3
|\ \ \
| * | | fix filename size, add commentGreta Doci2019-12-041-1/+3
* | | | Merge pull request #17833 from nextcloud/propagator-no-negative-sizesRoeland Jago Douma2019-12-043-2/+22
|\ \ \ \
| * | | | dont set folder size to negative values during propagationRobin Appelman2019-11-261-2/+5
| * | | | add LEAST and GREATER to db function builderRobin Appelman2019-11-262-0/+17
* | | | | Merge pull request #18161 from nextcloud/fix/noid/absocsroute-subfolderRoeland Jago Douma2019-12-041-2/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fix generation of an url to an absolute ocs route when NC in subfolderArthur Schiwon2019-11-291-2/+3
* | | | | Merge pull request #17949 from nextcloud/debt/deprecated-constJoas Schilling2019-12-041-1/+2
|\ \ \ \ \
| * | | | | Connection::TRANSACTION_READ_COMMITTED is deprecatedDaniel Kesselberg2019-11-141-1/+2
* | | | | | Set last-password-confirmation for setupRoeland Jago Douma2019-12-031-0/+4
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #17443 from nextcloud/enh/expired_token_on_invalid_passRoeland Jago Douma2019-12-032-0/+40
|\ \ \ \ \
| * | | | | Throw an invalid token exception is token is marked outdatedRoeland Jago Douma2019-12-022-0/+40
| | |/ / / | |/| | |
* | | | | Merge pull request #18028 from nextcloud/enhancement/user-create-eventsRoeland Jago Douma2019-12-032-8/+17
|\ \ \ \ \
| * | | | | Add typed create user eventsChristoph Wurst2019-12-032-8/+17
* | | | | | Merge pull request #18151 from nextcloud/bugfix/noid/overwrite-host-proxyRoeland Jago Douma2019-12-031-0/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Always return overwritehost if configuredJulius Härtl2019-11-281-0/+5
| | |_|_|/ | |/| | |
* | | | | Merge pull request #18149 from nextcloud/fix/18148/dont-create-bundle-too-earlyRoeland Jago Douma2019-11-291-11/+17
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | delay creation of the cert bundleArthur Schiwon2019-11-281-11/+17
| |/ / /
* | | | Merge pull request #18150 from nextcloud/docs/noid/files-api-exceptionsRoeland Jago Douma2019-11-283-18/+44
|\ \ \ \
| * | | | Properly anotate LockedException in files node apiJulius Härtl2019-11-283-18/+44
| |/ / /
* / / / Check for boolean valueJulius Härtl2019-11-281-1/+1
|/ / /
* | | Merge pull request #17625 from nextcloud/enh/noid/direct-editingRoeland Jago Douma2019-11-283-0/+314
|\ \ \
| * | | Code style fixes and cleanupJulius Härtl2019-11-271-4/+1
| * | | Move editor list to capabilitiesJulius Härtl2019-11-271-2/+7
| * | | encapsulate templatestobiasKaminsky2019-11-271-1/+3
| * | | Direct editing API to allow file editing using a one-time token forJulius Härtl2019-11-273-0/+310
* | | | Merge pull request #17725 from nextcloud/enh/share_exp_internalRoeland Jago Douma2019-11-283-6/+145
|\ \ \ \
| * | | | Expose internal expiration dates to JSRoeland Jago Douma2019-11-271-1/+11
| * | | | Actualy return dataRoeland Jago Douma2019-11-271-8/+1
| * | | | Allow internal shares to have a default expiration dateRoeland Jago Douma2019-11-272-5/+141
| |/ / /
* | | | Merge pull request #18064 from nextcloud/feature/php74Roeland Jago Douma2019-11-282-7/+23
|\ \ \ \
| * | | | Improve etag handlingRoeland Jago Douma2019-11-271-6/+20
| * | | | Fix logger testRoeland Jago Douma2019-11-271-1/+1
| * | | | Sensitive values handlingRoeland Jago Douma2019-11-271-2/+4
| |/ / /
* / / / Use person icon for personal settingsJulius Härtl2019-11-271-1/+1
|/ / /
* | | Merge pull request #18019 from nextcloud/enhancement/password-policy-eventsRoeland Jago Douma2019-11-272-10/+9
|\ \ \
| * | | Add typed events for password_policyChristoph Wurst2019-11-272-10/+9
* | | | Merge pull request #17834 from nextcloud/enh/noid/generic-event-replacement-tk2blizzz2019-11-271-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Files first to use own GenericEventArthur Schiwon2019-11-261-1/+1
| | |/ | |/|
* | | Merge pull request #17939 from nextcloud/fix/token-insert-conflict-handlingRoeland Jago Douma2019-11-261-9/+24
|\ \ \
| * | | Handle token insert conflictsChristoph Wurst2019-11-261-9/+24
| |/ /
* / / Fix autocomplete suggestions with numeric user idsJoas Schilling2019-11-262-3/+4
|/ /
* | Merge pull request #18108 from nextcloud/refactor/strict-credential-storeRoeland Jago Douma2019-11-261-3/+4
|\ \
| * | Add return type hint to credential store and make it strictChristoph Wurst2019-11-251-3/+4