Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace unecessary unescaped prints with print | Lukas Reschke | 2017-04-05 | 1 | -1/+1 |
| | | | | | | There's no need to have those unescaped from what I can see. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix misleading wording: searching is affected, not user access. | Arthur Schiwon | 2017-02-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #2461 from nextcloud/stable9-2010 | Morris Jobke | 2016-12-02 | 1 | -1/+6 |
|\ | | | | | [stable9] Fixed disappearing of share info in file view | ||||
| * | Fixed disappearing of share info in file view | Michael Jobst | 2016-12-02 | 1 | -1/+6 |
| | | |||||
* | | fix typo | Thomas Citharel | 2016-12-02 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Merge pull request #2446 from nextcloud/stable9-detect-also-a-400-status | Morris Jobke | 2016-12-01 | 2 | -1/+6 |
|\ | | | | | [stable9] Catch status code 400 | ||||
| * | [stable9] Catch status code 400 | Lukas Reschke | 2016-12-01 | 2 | -1/+6 |
| | | | | | | | | | | | | In case the server returns a statuscode 400 we should also gracefully return to the home directory. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | [stable9] On write-only shares do not allow to specify subfolders | Lukas Reschke | 2016-12-01 | 1 | -3/+10 |
|/ | | | | | | In case of a write-only share we should not allow to specify a subfolder as this is unexpected behaviour. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add tests | Roeland Jago Douma | 2016-11-15 | 1 | -1/+60 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [stable9] Fixes not allowed increasing of link share permissions | Roeland Jago Douma | 2016-11-14 | 1 | -0/+1 |
| | | | | | | Backport of #2100 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | fix button on public upload page | Jan-Christoph Borchardt | 2016-11-08 | 1 | -3/+4 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Merge pull request #1770 from ↵ | Roeland Jago Douma | 2016-10-24 | 1 | -3/+10 |
|\ | | | | | | | | | nextcloud/backport-1766-force-uid-casing-on-transfer-ownership-9 [stable9] Make sure the UID is correctly cased | ||||
| * | Make sure the UID is correctly cased | Joas Schilling | 2016-10-17 | 1 | -3/+10 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Make sure we only use numbers as length | Joas Schilling | 2016-10-19 | 2 | -2/+9 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Unset user PHOTO before setting new one in ↵ | Olivier Mehani | 2016-10-12 | 1 | -0/+1 |
| | | | | | | | OCA\DAV\CardDAV\Converter::updateCard (#26243) Signed-off-by: Olivier Mehani <shtrom@ssji.net> #26242 | ||||
* | UpdateState is empty if no update is available | Lukas Reschke | 2016-09-28 | 1 | -1/+1 |
| | | | | This leads to log messages such as "Undefined index: updaterEnabled at /media/psf/nextcloud/apps/updatenotification/lib/Controller/AdminController.php#116". | ||||
* | Respect updater kill switch and fall back to download button | Joas Schilling | 2016-09-27 | 6 | -8/+40 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Revert "[stable9] Don't show the updater if updater is incompatible" | Morris Jobke | 2016-09-26 | 3 | -108/+13 |
| | | | | This reverts commit 5e2bf16db1d5b2726713d04b019ade8557104fbd. | ||||
* | Revert "Fix tests" | Morris Jobke | 2016-09-23 | 2 | -16/+7 |
| | | | | | | This reverts commit 997e4cf3fe297190c16ad12750e60c289c8ed088. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Revert "Show an update button instead of the updater" | Morris Jobke | 2016-09-23 | 4 | -6/+29 |
| | | | | | | This reverts commit b42ee95383cbedb6a0fadf315fcdccba226286a9. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Move Travis tests to DroneCI | Lukas Reschke | 2016-09-14 | 2 | -24/+0 |
| | | | | | | | | | | Should give us some quicker test execution speed as we're not limited by Travis Explicitly invoke with "bash" Install instance already Use newest litmus container | ||||
* | Allow increasing permissions for share owner | Vincent Petry | 2016-09-13 | 2 | -1/+109 |
| | | | | | | In some cases, the owner of the share is also recipient through a group share. The owner must still be able to increase permissions in that situation. | ||||
* | Don't print exception message in HTML | Lukas Reschke | 2016-09-09 | 2 | -5/+3 |
| | | | | | | The exception message is potentially influenced by user input and could thus be confusing (e.g. somebody could try to open a file like "Please send a mail to support@foo.com", and then the message would include that string. It is thus reasonable to not show the exception message by default. Also for the browser view I added an `exit()` at the end, as otherwise the XML exception would be attached. | ||||
* | Merge pull request #1325 from ↵ | Joas Schilling | 2016-09-08 | 6 | -36/+22 |
|\ | | | | | | | | | nextcloud/backport-1323-show-download-button-for-updates-atm-9 [stable9] Show an download button instead of the updater | ||||
| * | Fix tests | Joas Schilling | 2016-09-08 | 2 | -7/+16 |
| | | |||||
| * | Show an update button instead of the updater | Joas Schilling | 2016-09-08 | 4 | -29/+6 |
| | | |||||
* | | Fix tests | Joas Schilling | 2016-09-08 | 1 | -17/+31 |
| | | |||||
* | | UPDATE permissions qualify for renaming a node | Joas Schilling | 2016-09-08 | 1 | -5/+10 |
| | | |||||
* | | Only require CREATE permissions when the file does not exist yet | Joas Schilling | 2016-09-08 | 1 | -2/+11 |
|/ | |||||
* | Fix layout of success message and text | Morris Jobke | 2016-09-07 | 2 | -2/+2 |
| | |||||
* | Merge pull request #1295 from nextcloud/stable9-backport-1292 | Morris Jobke | 2016-09-07 | 1 | -0/+4 |
|\ | | | | | [stable9] Add icon for the theming app | ||||
| * | Add icon for the theming app | Felix Epp | 2016-09-07 | 1 | -0/+4 |
| | | |||||
* | | Fix for Nextcloud9 | Joas Schilling | 2016-09-06 | 3 | -18/+9 |
| | | |||||
* | | No background and logo in 10 | Joas Schilling | 2016-09-06 | 2 | -37/+5 |
| | | |||||
* | | php 5.4 and 5.5 compatibility | Joas Schilling | 2016-09-06 | 3 | -33/+14 |
| | | |||||
* | | Add image URLs and tests | Joas Schilling | 2016-09-06 | 3 | -1/+225 |
| | | |||||
* | | Add theming information to capabilities for the client | Joas Schilling | 2016-09-06 | 2 | -0/+62 |
|/ | |||||
* | Also prevent null byte character | Joas Schilling | 2016-09-01 | 2 | -1/+3 |
| | |||||
* | Filter out %0A from paths | Joas Schilling | 2016-09-01 | 2 | -2/+8 |
| | |||||
* | Merge pull request #1182 from nextcloud/backport-870-oracle-support-9 | Joas Schilling | 2016-08-31 | 1 | -1/+1 |
|\ | | | | | [stable9] Fix oracle support of external storage app | ||||
| * | Fix oracle support of external storage app | Joas Schilling | 2016-08-30 | 1 | -1/+1 |
| | | |||||
* | | Add a unit test for all the magic | Joas Schilling | 2016-08-31 | 1 | -1/+64 |
| | | |||||
* | | Correctly handle multi-values when converting VCards to array | Joas Schilling | 2016-08-31 | 1 | -1/+43 |
|/ | |||||
* | Merge pull request #1153 from nextcloud/stable9-fix-sharedstorage-hooks | Lukas Reschke | 2016-08-30 | 1 | -2/+2 |
|\ | | | | | Fix paths returned by \OC\Files\Storage\Shared hooks (#25519) | ||||
| * | Fix paths returned by \OC\Files\Storage\Shared hooks (#25519) | Vincent Petry | 2016-08-29 | 1 | -2/+2 |
| | | | | | | Fixes #23620 | ||||
* | | Merge pull request #1141 from ↵ | blizzz | 2016-08-30 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | nextcloud/backport-1132-prevent-parse-error-on-editing-an-html-comment-9 [stable9] Prevent parse error on editing an HTML comment | ||||
| * | | Prevent parse error on editing an HTML comment | Joas Schilling | 2016-08-29 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #1152 from nextcloud/butonic-patch-2 | Roeland Jago Douma | 2016-08-29 | 1 | -1/+1 |
|\ \ | | | | | | | [stable9] lastInsertId requires the prefix (#25786) | ||||
| * | | [stable9] lastInsertId requires the prefix (#25786) | Jörn Friedrich Dreyer | 2016-08-29 | 1 | -1/+1 |
| |/ | | | | | backport of https://github.com/owncloud/core/pull/25764 | ||||
* / | [9.0] Before a user is getting scanned the database connection is re-established | Thomas Müller | 2016-08-29 | 1 | -1/+26 |
|/ |