summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Revert changes and add css-rule to correct file inside files-appRobin Windey2019-10-261-0/+4
|
* Use the external initial state implementationChristoph Wurst2019-10-1226-132/+137
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-10-1216-16/+160
|
* Bump nextcloud/event-bus to 0.2.1Roeland Jago Douma2019-10-1122-66/+66
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-10-1136-2/+168
|
* [tx-robot] updated from transifexNextcloud bot2019-10-0922-18/+96
|
* Merge pull request #17471 from nextcloud/bugfix/15951/public-txt-truncation-sizeRoeland Jago Douma2019-10-081-1/+1
|\ | | | | Raised public txt file truncation size to 10kb (#15951)
| * Raised public txt file truncation size to 10kbJohannes Koenig2019-10-081-1/+1
| | | | | | | | Signed-off-by: Johannes Koenig <mail@jokoenig.de>
* | Show error if tag name is emptyGary Kim2019-10-081-0/+6
|/ | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Merge pull request #17414 from gary-kim/enh/15155/delete-icon-in-trashbinRoeland Jago Douma2019-10-084-5/+6
|\ | | | | Show Delete Icon in Breadcrumb in Trashbin
| * Show Delete Icon in Breadcrumb in TrashbinGary Kim2019-10-074-5/+6
| | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | [tx-robot] updated from transifexNextcloud bot2019-10-0816-10/+38
|/
* [tx-robot] updated from transifexNextcloud bot2019-10-0718-20/+86
|
* [tx-robot] updated from transifexNextcloud bot2019-10-064-10/+30
|
* Fix Axios CSRF token update (#17404)John Molakvoæ2019-10-0541-186/+186
|\ | | | | Fix Axios CSRF token update
| * Switch to @nextcloud/axios for the CSRF update fixChristoph Wurst2019-10-0541-186/+186
| | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Allow group displaynames in the database backend (#17221)John Molakvoæ2019-10-052-1/+24
|\ \ | | | | | | Allow group displaynames in the database backend
| * | Allow to set the group display name in the database backendJoas Schilling2019-09-272-1/+24
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #17387 from nextcloud/fix/remove/federated_shareRoeland Jago Douma2019-10-051-0/+5
|\ \ \ | | | | | | | | Allow removing federated shares of locally reshared files
| * | | Allow removing federated shares of locally reshared filesRoeland Jago Douma2019-10-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * UserA shares a folder to UserB * UserB does a federated share to userC@serverC * UserB now tries to revoke the federated share Before we always tried to notify the remote cloud. The case that the file was reshared locally was not considered. This patch makes sure not to try to notify a federated server if both users are local users. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Fix updating and deleting authtokens (#17397)John Molakvoæ2019-10-052-2/+51
|\ \ \ \ | | | | | | | | | | Fix updating and deleting authtokens
| * | | | fix updating and deleting authtokensSergej Nikolaev2019-10-052-2/+51
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Sergej Nikolaev <kinolaev@gmail.com>
* | | | allow trash backends to overwrite the tooltip for trash items (#17374)John Molakvoæ2019-10-058-24/+43
|\ \ \ \ | |/ / / |/| | | allow trash backends to overwrite the tooltip for trash items
| * | | allow trash backends to overwrite the tooltip for trash itemsRobin Appelman2019-10-058-24/+43
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2019-10-05118-216/+266
|/ / /
* | | Fix shares read permissionsJohn Molakvoæ (skjnldsv)2019-10-044-10/+88
| | | | | | | | | | | | | | | | | | | | | A user with reshare permissions on a file is now able to get any share of that file (just like the owner). Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Add checks for whether a user with access to a share can delete itJohn Molakvoæ (skjnldsv)2019-10-042-12/+292
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Extract check for whether a user with access to a share can edit itJohn Molakvoæ (skjnldsv)2019-10-041-1/+28
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #17357 from nextcloud/enh/oauth/no_oc_bindingRoeland Jago Douma2019-10-041-2/+3
|\ \ \ | | | | | | | | Import router in oauth js
| * | | fixup! Import routerRoeland Jago Douma2019-10-031-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Import routerRoeland Jago Douma2019-10-031-2/+3
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #17359 from nextcloud/bugfix/noid/dont-call-basename-on-nullRoeland Jago Douma2019-10-041-1/+1
|\ \ \ | | | | | | | | Don't call basename on null
| * | | Don't call basename on nullJoas Schilling2019-10-011-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Prevent non owners to update others link sharesJohn Molakvoæ (skjnldsv)2019-10-041-50/+50
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Use same settings for mail share as link sharesJohn Molakvoæ (skjnldsv)2019-10-041-20/+13
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Split drone webpack testsJohn Molakvoæ (skjnldsv)2019-10-0422-49/+154
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Fix master testing and update eslint-configJohn Molakvoæ (skjnldsv)2019-10-043-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2019-10-04130-1076/+1088
| |/ / |/| |
* | | Remove users management settings cleaning leftovers (#17360)John Molakvoæ2019-10-0310-1252/+1
|\ \ \ | | | | | | | | Remove users management settings cleaning leftovers
| * | | Remove users management settings cleaning leftoversJohn Molakvoæ (skjnldsv)2019-10-0110-1252/+1
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-10-036-4/+10
| | |
* | | Merge pull request #17002 from nextcloud/fix/noid/ldap-dont-process-known-avasblizzz2019-10-022-2/+113
|\ \ \ | | | | | | | | Don't process known avatars from LDAP
| * | | Don't process known avatars from LDAPArthur Schiwon2019-09-042-2/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * avoids useless FS operation * avoids useless DB writes * avoids useless addressbook updates * addendum to #17001 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2019-10-02150-4162/+4338
| |/ / |/| |
* | | Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-01138-5362/+7158
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-10-01170-15846/+16134
| | |
* | | Merge pull request #17001 from nextcloud/fix/noid/addressbookchanges-avatarblizzz2019-10-011-1/+1
|\ \ \ | | | | | | | | reduce adressbook change events and handling
| * | | reduce adressbook change events and handlingArthur Schiwon2019-09-041-1/+1
| |/ / | | | | | | | | | | | | | | | ... from four to one on avatar updates Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Bump dompurify from 2.0.1 to 2.0.3dependabot-preview[bot]2019-09-304-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.1 to 2.0.3. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.1...2.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Bump webpack from 4.40.2 to 4.41.0dependabot-preview[bot]2019-09-2920-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.40.2 to 4.41.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.40.2...v4.41.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>