Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix layout of success message and text | Morris Jobke | 2016-09-07 | 2 | -2/+2 |
| | |||||
* | Merge pull request #1289 from ↵ | Roeland Jago Douma | 2016-09-07 | 3 | -4/+6 |
|\ | | | | | | | | | nextcloud/backport-1284-allow-status.php-before-install-9 [stable9] Allow to call status.php before the instance is installed | ||||
| * | Also fix "occ status" | Joas Schilling | 2016-09-06 | 1 | -2/+4 |
| | | |||||
| * | Don't throw 500 when not installed | Joas Schilling | 2016-09-06 | 1 | -1/+1 |
| | | |||||
| * | Allow to call status.php before the instance is installed | Joas Schilling | 2016-09-06 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | | |||||
* | | Merge pull request #1281 from ↵ | Roeland Jago Douma | 2016-09-06 | 4 | -0/+226 |
|\ \ | |/ |/| | | | | | nextcloud/backport-1272-theming-info-capabilities-9 [stable9] Add theming information to capabilities for the client | ||||
| * | 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 |
|/ | |||||
* | Merge pull request #1232 from ↵ | Roeland Jago Douma | 2016-09-01 | 3 | -2/+11 |
|\ | | | | | | | | | nextcloud/backport-1224-do-not-allow-linebreak-in-paths-9 [stable9] Do not allow linebreaks and null bytes in paths | ||||
| * | Add PhantomJS to gitignore | Joas Schilling | 2016-09-01 | 1 | -0/+1 |
| | | |||||
| * | 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 |
| | | |||||
* | | Merge pull request #1208 from ↵ | Roeland Jago Douma | 2016-08-31 | 2 | -2/+107 |
|\ \ | |/ |/| | | | | | nextcloud/backport-1190-addressbook-correctly-handle-multi-values-9 [stable9] Correctly handle multi-values when converting VCards to array | ||||
| * | 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 #1175 from nextcloud/backport-1128-stable9 | Roeland Jago Douma | 2016-08-30 | 7 | -119/+143 |
|\ | | | | | [stable9] Users page lazy multiselect group dropdowns | ||||
| * | Backport of Users page lazy multiselect group dropdowns #1128 to stable9 | Vincent Petry | 2016-08-29 | 7 | -119/+143 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Users page lazy multiselect group dropdowns Instead of pre-rendering all multiselects with lots of group entries, the current groups are now displayed as simple labels. Behind the labels there is a pencil icon like for other fields. When clicking the pencil icon, the dropdown will be spawned and will open itself. Upon closing of the dropdown, the label comes back with the updated selection and the dropdown is destroyed. Extra non-available groups also in list Fix group sorting in user list group selection | ||||
* | | 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 #1155 from ↵ | blizzz | 2016-08-30 | 1 | -1/+4 |
|\ \ | | | | | | | | | | | | | nextcloud/fix-server-side-share-expiration-setting-stable9 In cases where the server dictates the link share expiration the date… | ||||
| * | | In cases where the server dictates the link share expiration the date is not ↵ | Thomas Müller | 2016-08-29 | 1 | -1/+4 |
| |/ | | | | | | | updated on consequitive changes and enable/disable actions | ||||
* | | 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 | ||||
* | | Merge pull request #1149 from nextcloud/stable9-database-reconnect | Roeland Jago Douma | 2016-08-29 | 1 | -1/+26 |
|\ \ | |/ |/| | [9.0] Before a user is getting scanned the database connection is re-… | ||||
| * | [9.0] Before a user is getting scanned the database connection is re-established | Thomas Müller | 2016-08-29 | 1 | -1/+26 |
|/ | |||||
* | Merge pull request #1004 from ↵ | Roeland Jago Douma | 2016-08-22 | 1 | -1/+3 |
|\ | | | | | | | | | nextcloud/backport-978-add-feedback-for-password-change-9 [stable9] Add feedback for password change | ||||
| * | 25532_issue_password_update_notification_updated (#25756) | Jack Davis | 2016-08-22 | 1 | -1/+3 |
|/ | | | | | | | | | | | * Password Update Notification Added an IF ELSE statement to ensure that feedback is provided to the user on successfully updating a user password in settings. * Password Update Success Message Updated the password update success message | ||||
* | Merge pull request #962 from nextcloud/fix-caldavtester-stable9 | Lukas Reschke | 2016-08-19 | 2 | -12/+12 |
|\ | | | | | [stable9] Move over to new CalDAVTester repo (#25859) | ||||
| * | Move over to new CalDAVTester repo (#25859) | Thomas Müller | 2016-08-19 | 2 | -12/+12 |
|/ | | | | | | * Move over to new caldac tester repo * no run.py anymore | ||||
* | Merge pull request #933 from nextcloud/backport-930-check-isset-require-9 | Morris Jobke | 2016-08-18 | 1 | -2/+2 |
|\ | | | | | [stable9] Fix "Undefined index" when the values do not exist | ||||
| * | Fix "Undefined index" when the values do not exist | Joas Schilling | 2016-08-18 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #911 from nextcloud/stable9_864 | Joas Schilling | 2016-08-18 | 1 | -6/+10 |
|\ | | | | | [Stable9] Ensure the user exists before calling a method on it | ||||
| * | Backport of #864 | Roeland Jago Douma | 2016-08-17 | 1 | -6/+10 |
|/ | | | | | * 26342061b9b9767577a0f5eee16afd36e3b8b0b1 * 264aaf9ffaf71b2fc8a6bd2f5d5c9bf4a6d403de | ||||
* | Merge pull request #901 from nextcloud/backport-890-quota-unlimited-via-api-9 | Marius Blüm | 2016-08-17 | 2 | -1/+2 |
|\ | | | | | [stable9] Allow to retrieve the quota itself via the provisioning api | ||||
| * | Allow to retrieve the quota itself via the provisioning api | Joas Schilling | 2016-08-17 | 2 | -1/+2 |
|/ | |||||
* | Merge pull request #888 from nextcloud/stable9_855 | Björn Schießle | 2016-08-16 | 2 | -0/+3 |
|\ | | | | | [Stable9] Add files drop capability for clients | ||||
| * | Add files drop capability for clients | Roeland Jago Douma | 2016-08-15 | 2 | -0/+3 |
|/ | |||||
* | Merge pull request #818 from nextcloud/jail-root-stable9 | Lukas Reschke | 2016-08-10 | 2 | -2/+16 |
|\ | | | | | getJailedPath expects to have a trailing / | ||||
| * | getJailedPath expects to have a trailing / | Bjoern Schiessle | 2016-08-10 | 2 | -2/+16 |
| | | |||||
* | | Merge pull request #826 from nextcloud/add-warning-for-php7.1-stable9 | Lukas Reschke | 2016-08-10 | 1 | -0/+8 |
|\ \ | |/ |/| | [stable9] Nextcloud is not compatible with PHP 7.1 | ||||
| * | [stable9] Nextcloud is not compatible with PHP 7.1 | Lukas Reschke | 2016-08-10 | 1 | -0/+8 |
|/ | | | | Make the code fail hard before people update and then experience some half-broken stuff. See also https://github.com/nextcloud/docker-ci/issues/10 |