Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-29 | 156 | -594/+784 |
| | |||||
* | Merge pull request #18134 from nextcloud/enh/noid/flow-extend-scope | Roeland Jago Douma | 2019-11-28 | 13 | -32/+449 |
|\ | | | | | allow user flows when the acting user is legitimate, but not its owner | ||||
| * | adjust unit test | Arthur Schiwon | 2019-11-28 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | Set fileInfo in the rule matcher | Julius Härtl | 2019-11-28 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | add convenience interfaces so entities can provide presentable details | Arthur Schiwon | 2019-11-28 | 9 | -3/+259 |
| | | | | | | | | | | | | the File entity starts with a display text (used by talk) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | expose user of running flows | Arthur Schiwon | 2019-11-28 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | allow user flows when the acting user is legitimate, but not its owner | Arthur Schiwon | 2019-11-28 | 6 | -30/+184 |
| | | | | | | | | | | | | for instance, when a sharee changes a file, the owner can act upon Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Merge pull request #18154 from nextcloud/tests/fix-tags-acceptance | Roeland Jago Douma | 2019-11-28 | 1 | -3/+3 |
|\ \ | | | | | | | Adjust tags acceptance tests to moved admin section | ||||
| * | | Adjust tags acceptance tests to moved admin section | Julius Härtl | 2019-11-28 | 1 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #18150 from nextcloud/docs/noid/files-api-exceptions | Roeland Jago Douma | 2019-11-28 | 5 | -31/+73 |
|\ \ \ | | | | | | | | | Properly annotate LockedException in files node api | ||||
| * | | | Properly anotate LockedException in files node api | Julius Härtl | 2019-11-28 | 5 | -31/+73 |
| | |/ | |/| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #18153 from nextcloud/bugfix/revert-mimetypelist | Roeland Jago Douma | 2019-11-28 | 1 | -1/+96 |
|\ \ \ | |_|/ |/| | | Revert removed mimetypelist | ||||
| * | | Revert removed mimetypelist | Julius Härtl | 2019-11-28 | 1 | -1/+96 |
|/ / | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #18152 from nextcloud/bugfix/noid/direct-editing-postgres | blizzz | 2019-11-28 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix direct editing access check on Postgres | ||||
| * | Check for boolean value | Julius Härtl | 2019-11-28 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #18147 from nextcloud/fix/integration/7.3/redis | Roeland Jago Douma | 2019-11-28 | 1 | -33/+33 |
|\ | | | | | Bump integration to php7.3 with redis | ||||
| * | Bump integration to php7.3 with redis | Roeland Jago Douma | 2019-11-28 | 1 | -33/+33 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #18143 from nextcloud/tests/direct-editing-phpunit8 | Roeland Jago Douma | 2019-11-28 | 1 | -1/+1 |
|\ \ | |/ |/| | Adjust DirectEditing test to PHPUnit8 | ||||
| * | Adjust DirectEditing test to PHPUnit8 | Julius Härtl | 2019-11-28 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #17625 from nextcloud/enh/noid/direct-editing | Roeland Jago Douma | 2019-11-28 | 25 | -4/+1489 |
|\ | | | | | Direct editing API to allow file editing using a one-time token | ||||
| * | Only expose link to info endpoint in capabilties | Julius Härtl | 2019-11-27 | 6 | -42/+120 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Expose editor id for creators | Julius Härtl | 2019-11-27 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Add mimetype to creators | Julius Härtl | 2019-11-27 | 3 | -5/+14 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Code style fixes and cleanup | Julius Härtl | 2019-11-27 | 8 | -52/+75 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Move editor list to capabilities | Julius Härtl | 2019-11-27 | 4 | -50/+49 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Direct editing token tests | Julius Härtl | 2019-11-27 | 1 | -0/+152 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Add background job for token cleanup | Julius Härtl | 2019-11-27 | 2 | -0/+32 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | encapsulate templates | tobiasKaminsky | 2019-11-27 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: tobiasKaminsky <tobias@kaminsky.me> | ||||
| * | Direct editing API to allow file editing using a one-time token for | Julius Härtl | 2019-11-27 | 21 | -3/+1192 |
| | | | | | | | | | | | | mobile apps Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #17725 from nextcloud/enh/share_exp_internal | Roeland Jago Douma | 2019-11-28 | 15 | -39/+318 |
|\ \ | | | | | | | Allow internal shares to have a default expiration date | ||||
| * | | Fix tests | Roeland Jago Douma | 2019-11-27 | 2 | -3/+40 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Compile assets | npmbuildbot[bot] | 2019-11-27 | 2 | -5/+5 |
| | | | | | | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
| * | | Add capabilities | Roeland Jago Douma | 2019-11-27 | 1 | -0/+7 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Add settings front and split sharing entry config | John Molakvoæ (skjnldsv) | 2019-11-27 | 6 | -25/+102 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | Expose internal expiration dates to JS | Roeland Jago Douma | 2019-11-27 | 1 | -1/+11 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Actualy return data | Roeland Jago Douma | 2019-11-27 | 1 | -8/+1 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | My first stupid attempt at expanding the admin interface | Roeland Jago Douma | 2019-11-27 | 2 | -1/+20 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Allow internal shares to have a default expiration date | Roeland Jago Douma | 2019-11-27 | 2 | -5/+141 |
| |/ | | | | | | | | | | | | | | | * Needs admin UI * Needs more checks * Basics seem to work Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #18064 from nextcloud/feature/php74 | Roeland Jago Douma | 2019-11-28 | 714 | -3012/+3078 |
|\ \ | | | | | | | Add php7.4 support | ||||
| * | | Fix external storagestests | Roeland Jago Douma | 2019-11-27 | 2 | -12/+18 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Bump memcached image | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | REVERT LATER: disable phan for now | Roeland Jago Douma | 2019-11-27 | 1 | -7/+7 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | remove test case | Roeland Jago Douma | 2019-11-27 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | Because we test very naively we matched also on def in default... Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | TO REVERT LATER: disable decimaltest from LegacyDBTest | Roeland Jago Douma | 2019-11-27 | 1 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | TO REVERT LATER: disable some DbHandlerTest | Roeland Jago Douma | 2019-11-27 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | TO REVERT LATER: disable some tests in UserTest | Roeland Jago Douma | 2019-11-27 | 1 | -5/+5 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | TO REVERT LATER: disable tests in LargeFileHelperGetFileSizeTest | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | TO REVERT LATER: fix UserHooksTest | Roeland Jago Douma | 2019-11-27 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 442 | -2324/+2387 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Improve etag handling | Roeland Jago Douma | 2019-11-27 | 1 | -6/+20 |
| | | | | | | | | | | | | | | | | | | Check if values exist before using them Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |