summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-03-0466-36/+148
|
* [tx-robot] updated from transifexNextcloud bot2018-03-03144-148/+94
|
* Update commentstabview.jsrakekniven2018-03-021-1/+1
| | | | | | | Changed typo reported at GitHub. See https://www.transifex.com/nextcloud/nextcloud/translate/#de_DE/$/91002505?issue=yes Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #8615 from nextcloud/stable13-8355Morris Jobke2018-03-023-4/+193
|\ | | | | [stable13] Fix comments (and systemtags) when involving users with numerical ids
| * backport of #8355 to stable13Arthur Schiwon2018-03-023-4/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test creating comments with numeric user ids Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> fix creating comments when file is accessible to users with numeric ids Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> tests for systemtags related to numeric user ids Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> fix systemtags event with numeric user ids Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2018-03-0254-6/+102
|/
* Merge pull request #8561 from nextcloud/ext-strg-warning-fixRoeland Jago Douma2018-03-013-2/+7
|\ | | | | [stable13] Ext storage error warning
| * Updated error messageJohn Molakvoæ (skjnldsv)2018-02-272-4/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed default urlsJohn Molakvoæ (skjnldsv)2018-02-272-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Show error if no external storage configuredJohn Molakvoæ (skjnldsv)2018-02-272-0/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #8595 from ↵Morris Jobke2018-03-011-1/+4
|\ \ | | | | | | | | | | | | nextcloud/stable13-8589-fix-upload-button-visible-on-read-only-folders [stable13] Fix upload button visible on read-only folders
| * | Fix upload button visible on read-only foldersDaniel Calviño Sánchez2018-03-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The div that contains the elements related to the creation of new files, and thus the upload button, is always present in the DOM; it is hidden or shown based on the folder permissions by adding or removing the "hidden" CSS class. However, as the other CSS classes for the div are "actions" and "creatable" and a "display: flex" rule was defined for ".actions.creatable" below the "display: none" rule for ".actions.hidden" the last one took precedence and the div ended being always visible, even if the "hidden" CSS class was set. Now the rules for the ".actions.hidden" selector are defined below the rules for the ".actions.creatable" selector and thus the "display: none" rule is applied as expected. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-03-0138-0/+48
|/ /
* / [tx-robot] updated from transifexNextcloud bot2018-02-28156-408/+518
|/
* Merge pull request #8554 from kyrofa/backport_13/8462/theming_app_outside_rootJulius Härtl2018-02-272-5/+34
|\ | | | | [stable13] theming: handle not being in the serverroot
| * theming: handle not being in the serverrootKyle Fazzari2018-02-262-5/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the theming app assumes it's in the serverroot. However, with Nextcloud's flexibility regarding configurable app paths, this is not a safe assumption to make. If it happens to be an incorrect assumption, the theming app fails to work. Instead of relying on the serverroot, just use the path from the AppManager and utilize relative paths for assets from there. Fix #8462 Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
* | [tx-robot] updated from transifexNextcloud bot2018-02-27232-1610/+1622
|/
* Merge pull request #8532 from nextcloud/8499-stable13Morris Jobke2018-02-262-4/+31
|\ | | | | [stable13] Avoid fruitless login attempts
| * track the state of the bind resultArthur Schiwon2018-02-262-4/+31
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | fix retrieving group members with numerical uids from LDAPArthur Schiwon2018-02-261-6/+7
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | tests for retrieving group members with numerical uidsArthur Schiwon2018-02-261-2/+85
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #8518 from nextcloud/stable13-8507Roeland Jago Douma2018-02-242-1/+1
|\ | | | | Add some whitespace around change.svg icon (stable13)
| * Add some whitespace around change.svg icon (stable13)Marin Treselj2018-02-232-1/+1
| | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | Merge pull request #8515 from nextcloud/13-8502Roeland Jago Douma2018-02-241-2/+10
|\ \ | | | | | | [stable13] Show hint in OCS API for user creation
| * | Show hint in OCS API for user creationMorris Jobke2018-02-231-2/+10
| |/ | | | | | | | | | | | | | | * adds a 107 error code together with the hint of the exception * logs the exception as warning * fixes #7946 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / [tx-robot] updated from transifexNextcloud bot2018-02-2410-2/+102
|/
* [tx-robot] updated from transifexNextcloud bot2018-02-236-4/+80
|
* [tx-robot] updated from transifexNextcloud bot2018-02-2216-10/+148
|
* [tx-robot] updated from transifexNextcloud bot2018-02-2134-64/+154
|
* [tx-robot] updated from transifexNextcloud bot2018-02-208-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-02-1920-22/+48
|
* [tx-robot] updated from transifexNextcloud bot2018-02-1816-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2018-02-1718-6/+68
|
* [tx-robot] updated from transifexNextcloud bot2018-02-162-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-1426-56/+94
|
* [tx-robot] updated from transifexNextcloud bot2018-02-1416-6/+32
|
* [tx-robot] updated from transifexNextcloud bot2018-02-13204-1376/+2520
|
* Merge pull request #8261 from nextcloud/s3-folder-delete-13Roeland Jago Douma2018-02-131-7/+12
|\ | | | | [13] Fix deleting folders when using s3 external storage
| * fix invalidating folder cache for s3Robin Appelman2018-02-121-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * adjust s3 bulk delete to new sdk syntaxRobin Appelman2018-02-121-6/+11
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-02-12206-32/+424
| |
* | Show open graph preview in WhatsAppRoeland Jago Douma2018-02-121-0/+11
|/ | | | | | | Whatsapp is picky about the size of the open graph images. So we do some special handling. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add space on guest pages with custom logoJulius Härtl2018-02-091-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make sure theming logo css only applies when a logo is setJulius Härtl2018-02-091-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-02-09102-102/+108
|
* [tx-robot] updated from transifexNextcloud bot2018-02-0912-214/+316
|
* [tx-robot] updated from transifexNextcloud bot2018-02-0812-44/+140
|
* keep previous exception when transforming to dav exceptionRobin Appelman2018-02-072-5/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2018-02-074-6/+24
|
* [tx-robot] updated from transifexNextcloud bot2018-02-078-8/+36
|