summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Fix provisioning_api getUsers typesJohn Molakvoæ (skjnldsv)2019-11-281-2/+2
* | | | | | | | | Merge pull request #18062 from nextcloud/drop/php71Roeland Jago Douma2019-11-292-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix integrationRoeland Jago Douma2019-11-281-1/+1
| * | | | | | | | | Drop php 7.1 supportRoeland Jago Douma2019-11-281-3/+3
* | | | | | | | | | Merge pull request #18133 from nextcloud/bugfix/13896/missing_from_informationRoeland Jago Douma2019-11-292-6/+55
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Set common-name to user's displayname if none is setGeorg Ehrke2019-11-292-6/+55
* | | | | | | | | | | Merge pull request #18135 from nextcloud/fix/trim-login-nameRoeland Jago Douma2019-11-291-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Trim the login nameChristoph Wurst2019-11-281-1/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2019-11-29156-594/+784
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge pull request #18134 from nextcloud/enh/noid/flow-extend-scopeRoeland Jago Douma2019-11-2813-32/+449
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | adjust unit testArthur Schiwon2019-11-281-1/+5
| * | | | | | | | Set fileInfo in the rule matcherJulius Härtl2019-11-281-0/+1
| * | | | | | | | add convenience interfaces so entities can provide presentable detailsArthur Schiwon2019-11-289-3/+259
| * | | | | | | | expose user of running flowsArthur Schiwon2019-11-281-0/+2
| * | | | | | | | allow user flows when the acting user is legitimate, but not its ownerArthur Schiwon2019-11-286-30/+184
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #18154 from nextcloud/tests/fix-tags-acceptanceRoeland Jago Douma2019-11-281-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Adjust tags acceptance tests to moved admin sectionJulius Härtl2019-11-281-3/+3
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | 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
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #18153 from nextcloud/bugfix/revert-mimetypelistRoeland Jago Douma2019-11-281-1/+96
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Revert removed mimetypelistJulius Härtl2019-11-281-1/+96
|/ / / / / / /
* | | | | | | Merge pull request #18152 from nextcloud/bugfix/noid/direct-editing-postgresblizzz2019-11-281-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Check for boolean valueJulius Härtl2019-11-281-1/+1
|/ / / / / /
* | | | | | Merge pull request #18147 from nextcloud/fix/integration/7.3/redisRoeland Jago Douma2019-11-281-33/+33
|\ \ \ \ \ \
| * | | | | | Bump integration to php7.3 with redisRoeland Jago Douma2019-11-281-33/+33
| |/ / / / /
* | | | | | Merge pull request #18143 from nextcloud/tests/direct-editing-phpunit8Roeland Jago Douma2019-11-281-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Adjust DirectEditing test to PHPUnit8Julius Härtl2019-11-281-1/+1
|/ / / / /
* | | | | Merge pull request #17625 from nextcloud/enh/noid/direct-editingRoeland Jago Douma2019-11-2825-4/+1489
|\ \ \ \ \
| * | | | | Only expose link to info endpoint in capabiltiesJulius Härtl2019-11-276-42/+120
| * | | | | Expose editor id for creatorsJulius Härtl2019-11-271-0/+1
| * | | | | Add mimetype to creatorsJulius Härtl2019-11-273-5/+14
| * | | | | Code style fixes and cleanupJulius Härtl2019-11-278-52/+75
| * | | | | Move editor list to capabilitiesJulius Härtl2019-11-274-50/+49
| * | | | | Direct editing token testsJulius Härtl2019-11-271-0/+152
| * | | | | Add background job for token cleanupJulius Härtl2019-11-272-0/+32
| * | | | | encapsulate templatestobiasKaminsky2019-11-271-1/+3
| * | | | | Direct editing API to allow file editing using a one-time token forJulius Härtl2019-11-2721-3/+1192
* | | | | | Merge pull request #17725 from nextcloud/enh/share_exp_internalRoeland Jago Douma2019-11-2815-39/+318
|\ \ \ \ \ \
| * | | | | | Fix testsRoeland Jago Douma2019-11-272-3/+40
| * | | | | | Compile assetsnpmbuildbot[bot]2019-11-272-5/+5
| * | | | | | Add capabilitiesRoeland Jago Douma2019-11-271-0/+7
| * | | | | | Add settings front and split sharing entry configJohn Molakvoæ (skjnldsv)2019-11-276-25/+102
| * | | | | | Expose internal expiration dates to JSRoeland Jago Douma2019-11-271-1/+11
| * | | | | | Actualy return dataRoeland Jago Douma2019-11-271-8/+1
| * | | | | | My first stupid attempt at expanding the admin interfaceRoeland Jago Douma2019-11-272-1/+20
| * | | | | | 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-28714-3012/+3078
|\ \ \ \ \ \
| * | | | | | Fix external storagestestsRoeland Jago Douma2019-11-272-12/+18
| * | | | | | Bump memcached imageRoeland Jago Douma2019-11-271-1/+1
| * | | | | | REVERT LATER: disable phan for nowRoeland Jago Douma2019-11-271-7/+7