summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Add missing getUser method to direct editing IToken interfaceJulius Härtl2019-12-031-0/+6
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #18215 from nextcloud/fix/setup/password_confirmationRoeland Jago Douma2019-12-041-0/+4
|\ \ \ \ \ \
| * | | | | | Set last-password-confirmation for setupRoeland Jago Douma2019-12-031-0/+4
| |/ / / / /
* / / / / / [tx-robot] updated from transifexNextcloud bot2019-12-042-24/+24
|/ / / / /
* | | | | Merge pull request #17443 from nextcloud/enh/expired_token_on_invalid_passRoeland Jago Douma2019-12-034-0/+42
|\ \ \ \ \
| * | | | | Throw an invalid token exception is token is marked outdatedRoeland Jago Douma2019-12-024-0/+42
* | | | | | Merge pull request #18028 from nextcloud/enhancement/user-create-eventsRoeland Jago Douma2019-12-036-8/+155
|\ \ \ \ \ \
| * | | | | | Add typed create user eventsChristoph Wurst2019-12-036-8/+155
* | | | | | | 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 #18167 from nextcloud/simplify-versioncheckRoeland Jago Douma2019-12-021-2/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Use PHP_VERSION_ID to check for the current php versionDaniel Kesselberg2019-12-021-2/+2
| | |_|_|/ / | |/| | | |
* / | | | | [tx-robot] updated from transifexNextcloud bot2019-12-022-0/+16
|/ / / / /
* | | | | 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 #18062 from nextcloud/drop/php71Roeland Jago Douma2019-11-291-3/+3
|\ \ \ \ \
| * | | | | Drop php 7.1 supportRoeland Jago Douma2019-11-281-3/+3
| |/ / / /
* | / / / [tx-robot] updated from transifexNextcloud bot2019-11-292-22/+22
| |/ / / |/| | |
* | | | Merge pull request #18134 from nextcloud/enh/noid/flow-extend-scopeRoeland Jago Douma2019-11-288-0/+227
|\ \ \ \
| * | | | add convenience interfaces so entities can provide presentable detailsArthur Schiwon2019-11-287-0/+188
| * | | | allow user flows when the acting user is legitimate, but not its ownerArthur Schiwon2019-11-282-0/+39
| |/ / /
* | | | Merge pull request #18150 from nextcloud/docs/noid/files-api-exceptionsRoeland Jago Douma2019-11-285-31/+73
|\ \ \ \
| * | | | Properly anotate LockedException in files node apiJulius Härtl2019-11-285-31/+73
| |/ / /
* / / / Check for boolean valueJulius Härtl2019-11-281-1/+1
|/ / /
* | | Merge pull request #17625 from nextcloud/enh/noid/direct-editingRoeland Jago Douma2019-11-2812-0/+844
|\ \ \
| * | | Add mimetype to creatorsJulius Härtl2019-11-271-0/+8
| * | | Code style fixes and cleanupJulius Härtl2019-11-273-8/+5
| * | | 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-2712-0/+832
* | | | 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-283-10/+26
|\ \ \ \
| * | | | 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
| * | | | Allow php7.4Christoph Wurst2019-11-271-3/+3
| |/ / /
* | | | Merge pull request #18141 from nextcloud/design/noid/personal-info-iconRoeland Jago Douma2019-11-281-1/+1
|\ \ \ \
| * | | | Use person icon for personal settingsJulius Härtl2019-11-271-1/+1
| |/ / /
* / / / [tx-robot] updated from transifexNextcloud bot2019-11-282-80/+80
|/ / /
* | | Merge pull request #18019 from nextcloud/enhancement/password-policy-eventsRoeland Jago Douma2019-11-276-10/+114
|\ \ \
| * | | Add typed events for password_policyChristoph Wurst2019-11-276-10/+114
* | | | Merge pull request #17834 from nextcloud/enh/noid/generic-event-replacement-tk2blizzz2019-11-274-1/+172
|\ \ \ \ | |/ / / |/| | |
| * | | Files first to use own GenericEventArthur Schiwon2019-11-261-1/+1
| * | | add Nextcloud specific GenericEvent implementationArthur Schiwon2019-11-263-0/+171
| | |/ | |/|
* | | [tx-robot] updated from transifexNextcloud bot2019-11-272-2/+2
* | | 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
| |/ /