Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-04 | 66 | -36/+148 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-03 | 144 | -148/+94 |
| | |||||
* | Update commentstabview.js | rakekniven | 2018-03-02 | 1 | -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-8355 | Morris Jobke | 2018-03-02 | 3 | -4/+193 |
|\ | | | | | [stable13] Fix comments (and systemtags) when involving users with numerical ids | ||||
| * | backport of #8355 to stable13 | Arthur Schiwon | 2018-03-02 | 3 | -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 transifex | Nextcloud bot | 2018-03-02 | 54 | -6/+102 |
|/ | |||||
* | Merge pull request #8561 from nextcloud/ext-strg-warning-fix | Roeland Jago Douma | 2018-03-01 | 3 | -2/+7 |
|\ | | | | | [stable13] Ext storage error warning | ||||
| * | Updated error message | John Molakvoæ (skjnldsv) | 2018-02-27 | 2 | -4/+2 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Fixed default urls | John Molakvoæ (skjnldsv) | 2018-02-27 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Show error if no external storage configured | John Molakvoæ (skjnldsv) | 2018-02-27 | 2 | -0/+7 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #8595 from ↵ | Morris Jobke | 2018-03-01 | 1 | -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 folders | Daniel Calviño Sánchez | 2018-03-01 | 1 | -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 transifex | Nextcloud bot | 2018-03-01 | 38 | -0/+48 |
|/ / | |||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-28 | 156 | -408/+518 |
|/ | |||||
* | Merge pull request #8554 from kyrofa/backport_13/8462/theming_app_outside_root | Julius Härtl | 2018-02-27 | 2 | -5/+34 |
|\ | | | | | [stable13] theming: handle not being in the serverroot | ||||
| * | theming: handle not being in the serverroot | Kyle Fazzari | 2018-02-26 | 2 | -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 transifex | Nextcloud bot | 2018-02-27 | 232 | -1610/+1622 |
|/ | |||||
* | Merge pull request #8532 from nextcloud/8499-stable13 | Morris Jobke | 2018-02-26 | 2 | -4/+31 |
|\ | | | | | [stable13] Avoid fruitless login attempts | ||||
| * | track the state of the bind result | Arthur Schiwon | 2018-02-26 | 2 | -4/+31 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | fix retrieving group members with numerical uids from LDAP | Arthur Schiwon | 2018-02-26 | 1 | -6/+7 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | tests for retrieving group members with numerical uids | Arthur Schiwon | 2018-02-26 | 1 | -2/+85 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #8518 from nextcloud/stable13-8507 | Roeland Jago Douma | 2018-02-24 | 2 | -1/+1 |
|\ | | | | | Add some whitespace around change.svg icon (stable13) | ||||
| * | Add some whitespace around change.svg icon (stable13) | Marin Treselj | 2018-02-23 | 2 | -1/+1 |
| | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | | Merge pull request #8515 from nextcloud/13-8502 | Roeland Jago Douma | 2018-02-24 | 1 | -2/+10 |
|\ \ | | | | | | | [stable13] Show hint in OCS API for user creation | ||||
| * | | Show hint in OCS API for user creation | Morris Jobke | 2018-02-23 | 1 | -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 transifex | Nextcloud bot | 2018-02-24 | 10 | -2/+102 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-23 | 6 | -4/+80 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-22 | 16 | -10/+148 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-21 | 34 | -64/+154 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-20 | 8 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-19 | 20 | -22/+48 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-18 | 16 | -0/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-17 | 18 | -6/+68 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-16 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-14 | 26 | -56/+94 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-14 | 16 | -6/+32 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-13 | 204 | -1376/+2520 |
| | |||||
* | Merge pull request #8261 from nextcloud/s3-folder-delete-13 | Roeland Jago Douma | 2018-02-13 | 1 | -7/+12 |
|\ | | | | | [13] Fix deleting folders when using s3 external storage | ||||
| * | fix invalidating folder cache for s3 | Robin Appelman | 2018-02-12 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | adjust s3 bulk delete to new sdk syntax | Robin Appelman | 2018-02-12 | 1 | -6/+11 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-12 | 206 | -32/+424 |
| | | |||||
* | | Show open graph preview in WhatsApp | Roeland Jago Douma | 2018-02-12 | 1 | -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 logo | Julius Härtl | 2018-02-09 | 1 | -0/+3 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Make sure theming logo css only applies when a logo is set | Julius Härtl | 2018-02-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-09 | 102 | -102/+108 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-09 | 12 | -214/+316 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-08 | 12 | -44/+140 |
| | |||||
* | keep previous exception when transforming to dav exception | Robin Appelman | 2018-02-07 | 2 | -5/+6 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-07 | 4 | -6/+24 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-07 | 8 | -8/+36 |
| |