summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* allow user flows when the acting user is legitimate, but not its ownerArthur Schiwon2019-11-284-30/+145
| | | | | | 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 #17625 from nextcloud/enh/noid/direct-editingRoeland Jago Douma2019-11-289-2/+377
|\ | | | | Direct editing API to allow file editing using a one-time token
| * Only expose link to info endpoint in capabiltiesJulius Härtl2019-11-276-42/+120
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Expose editor id for creatorsJulius Härtl2019-11-271-0/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add mimetype to creatorsJulius Härtl2019-11-271-5/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Code style fixes and cleanupJulius Härtl2019-11-273-6/+18
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move editor list to capabilitiesJulius Härtl2019-11-273-48/+42
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add background job for token cleanupJulius Härtl2019-11-272-0/+32
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Direct editing API to allow file editing using a one-time token forJulius Härtl2019-11-276-1/+262
| | | | | | | | | | | | mobile apps Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #17725 from nextcloud/enh/share_exp_internalRoeland Jago Douma2019-11-2811-32/+171
|\ \ | | | | | | Allow internal shares to have a default expiration date
| * | Fix testsRoeland Jago Douma2019-11-271-2/+38
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Compile assetsnpmbuildbot[bot]2019-11-272-5/+5
| | | | | | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | Add capabilitiesRoeland Jago Douma2019-11-271-0/+7
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Add settings front and split sharing entry configJohn Molakvoæ (skjnldsv)2019-11-276-25/+102
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | My first stupid attempt at expanding the admin interfaceRoeland Jago Douma2019-11-272-1/+20
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #18064 from nextcloud/feature/php74Roeland Jago Douma2019-11-28314-1510/+1568
|\ \ | | | | | | Add php7.4 support
| * | Fix external storagestestsRoeland Jago Douma2019-11-272-12/+18
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | TO REVERT LATER: disable some DbHandlerTestRoeland Jago Douma2019-11-271-2/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | TO REVERT LATER: disable some tests in UserTestRoeland Jago Douma2019-11-271-5/+5
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | TO REVERT LATER: fix UserHooksTestRoeland Jago Douma2019-11-271-2/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Mode to modern phpunitRoeland Jago Douma2019-11-27225-1278/+1293
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fix more testsRoeland Jago Douma2019-11-275-41/+64
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fix SynserviceTestRoeland Jago Douma2019-11-271-0/+4
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fix fileplugintestRoeland Jago Douma2019-11-271-0/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | More fixesRoeland Jago Douma2019-11-271-0/+8
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fix more testsRoeland Jago Douma2019-11-271-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Make phpunit8 compatibleRoeland Jago Douma2019-11-27293-366/+366
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2019-11-28146-384/+388
|/
* Merge pull request #17997 from nextcloud/enh/workflow-frontendRoeland Jago Douma2019-11-2710-109/+152
|\ | | | | More workflow frontend polishing
| * Bump bundlesJulius Härtl2019-11-262-15/+15
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix wordingJulius Härtl2019-11-262-6/+9
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Rename to flowJulius Härtl2019-11-261-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add cancel button to restore previously saved ruleJulius Härtl2019-11-261-4/+15
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add hint about developer docsJulius Härtl2019-11-261-0/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move systemtags to general settingsJulius Härtl2019-11-262-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Small fixes for workflow frontendJulius Härtl2019-11-265-87/+112
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-11-2710-8/+104
|/
* Merge pull request #18058 from nextcloud/enh/shareinfo/permissionmaskRoeland Jago Douma2019-11-262-29/+13
|\ | | | | Apply share permission mask to all files obtained via shareinfo
| * Apply share permission mask to all files obtained via shareinfoRoeland Jago Douma2019-11-262-29/+13
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #18123 from nextcloud/fixbug/18053/summary_not_alignedRoeland Jago Douma2019-11-262-2/+5
|\ \ | | | | | | fix summary elements alignment
| * | fix summary elements alignmentGreta Doci2019-11-262-2/+5
| | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | | Sort users and groups first in sharing inputJohn Molakvoæ (skjnldsv)2019-11-263-2/+6
|/ / | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #18026 from nextcloud/feature/noid/fix_overlappin_text_iconRoeland Jago Douma2019-11-264-7/+7
|\ \ | | | | | | fix share side bar icon and text overlapping
| * | fix min-heightGreta Doci2019-11-254-11/+7
| | | | | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | fix share side bar icon and text overlappingGreta Doci2019-11-202-0/+4
| | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | | Merge pull request #18082 from nextcloud/design/style-updateRoeland Jago Douma2019-11-261-5/+24
|\ \ \ | | | | | | | | Update style of log in page and header
| * | | Adjust gradient to theming valueJulius Härtl2019-11-251-5/+20
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Update style of log in page and headerJan-Christoph Borchardt2019-11-231-4/+8
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #18013 from ↵Roeland Jago Douma2019-11-263-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-autocomplete-suggestions-with-numeric-users Fix autocomplete suggestions with numeric users
| * | | | Fix autocomplete suggestions with numeric user idsJoas Schilling2019-11-263-3/+3
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>