Joas Schilling
8ada5e6ca7
Don't throw 500 when not installed
2016-09-06 16:13:32 +02:00
Joas Schilling
a9a43e9384
Allow to call status.php before the instance is installed
2016-09-06 16:12:48 +02:00
Roeland Jago Douma
2eb5a3cd12
Merge pull request #1281 from nextcloud/backport-1272-theming-info-capabilities-9
...
[stable9] Add theming information to capabilities for the client
2016-09-06 15:01:32 +02:00
Joas Schilling
110bd5e36e
Fix for Nextcloud9
2016-09-06 11:28:25 +02:00
Joas Schilling
996f2019f7
No background and logo in 10
2016-09-06 11:26:00 +02:00
Joas Schilling
650dc5b396
php 5.4 and 5.5 compatibility
2016-09-06 11:25:52 +02:00
Joas Schilling
4cb4067aac
Add image URLs and tests
2016-09-06 11:25:46 +02:00
Joas Schilling
12176e35c7
Add theming information to capabilities for the client
2016-09-06 11:25:22 +02:00
Roeland Jago Douma
28a05a207d
Merge pull request #1232 from nextcloud/backport-1224-do-not-allow-linebreak-in-paths-9
...
[stable9] Do not allow linebreaks and null bytes in paths
2016-09-01 14:08:30 +02:00
Joas Schilling
1352365e8b
Add PhantomJS to gitignore
2016-09-01 12:49:38 +02:00
Joas Schilling
5dd211cc88
Also prevent null byte character
2016-09-01 12:49:35 +02:00
Joas Schilling
778ae8abd5
Filter out %0A from paths
2016-09-01 12:49:32 +02:00
Joas Schilling
a98e66ddb0
Merge pull request #1182 from nextcloud/backport-870-oracle-support-9
...
[stable9] Fix oracle support of external storage app
2016-08-31 15:59:36 +02:00
Roeland Jago Douma
c04163b9d9
Merge pull request #1208 from nextcloud/backport-1190-addressbook-correctly-handle-multi-values-9
...
[stable9] Correctly handle multi-values when converting VCards to array
2016-08-31 15:09:18 +02:00
Joas Schilling
4bb1e42687
Add a unit test for all the magic
2016-08-31 12:19:34 +02:00
Joas Schilling
d8adb48147
Correctly handle multi-values when converting VCards to array
2016-08-31 12:19:16 +02:00
Joas Schilling
b573a1c95c
Fix oracle support of external storage app
2016-08-30 10:14:10 +02:00
Roeland Jago Douma
d2a96a69a4
Merge pull request #1175 from nextcloud/backport-1128-stable9
...
[stable9] Users page lazy multiselect group dropdowns
2016-08-30 10:02:06 +02:00
Lukas Reschke
690fc46eff
Merge pull request #1153 from nextcloud/stable9-fix-sharedstorage-hooks
...
Fix paths returned by \OC\Files\Storage\Shared hooks (#25519 )
2016-08-30 08:42:28 +02:00
blizzz
43823645a4
Merge pull request #1155 from nextcloud/fix-server-side-share-expiration-setting-stable9
...
In cases where the server dictates the link share expiration the date…
2016-08-30 00:19:08 +02:00
blizzz
9b29ed08c5
Merge pull request #1141 from nextcloud/backport-1132-prevent-parse-error-on-editing-an-html-comment-9
...
[stable9] Prevent parse error on editing an HTML comment
2016-08-30 00:14:55 +02:00
Vincent Petry
434d68129d
Backport of Users page lazy multiselect group dropdowns #1128 to stable9
...
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
2016-08-29 23:51:14 +02:00
Roeland Jago Douma
e9fb2ec5f3
Merge pull request #1152 from nextcloud/butonic-patch-2
...
[stable9] lastInsertId requires the prefix (#25786 )
2016-08-29 20:28:51 +02:00
Roeland Jago Douma
1062583a2e
Merge pull request #1149 from nextcloud/stable9-database-reconnect
...
[9.0] Before a user is getting scanned the database connection is re-…
2016-08-29 20:27:39 +02:00
Thomas Müller
5856616d95
In cases where the server dictates the link share expiration the date is not updated on consequitive changes and enable/disable actions
2016-08-29 15:10:57 +02:00
Vincent Petry
c158acc6ea
Fix paths returned by \OC\Files\Storage\Shared hooks ( #25519 )
...
Fixes #23620
2016-08-29 15:08:45 +02:00
Jörn Friedrich Dreyer
11fe503bcd
[stable9] lastInsertId requires the prefix ( #25786 )
...
backport of https://github.com/owncloud/core/pull/25764
2016-08-29 15:07:05 +02:00
Thomas Müller
90cafa3c9b
[9.0] Before a user is getting scanned the database connection is re-established
2016-08-29 14:57:18 +02:00
Joas Schilling
6a8deb4a1f
Prevent parse error on editing an HTML comment
2016-08-29 14:28:13 +02:00
Roeland Jago Douma
d2d1508276
Merge pull request #1004 from nextcloud/backport-978-add-feedback-for-password-change-9
...
[stable9] Add feedback for password change
2016-08-22 12:16:06 +02:00
Jack Davis
31631d656c
25532_issue_password_update_notification_updated ( #25756 )
...
* 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
2016-08-22 09:58:04 +02:00
Lukas Reschke
584242f8b3
Merge pull request #962 from nextcloud/fix-caldavtester-stable9
...
[stable9] Move over to new CalDAVTester repo (#25859 )
2016-08-19 12:16:41 +02:00
Thomas Müller
8d290916b9
Move over to new CalDAVTester repo ( #25859 )
...
* Move over to new caldac tester repo
* no run.py anymore
2016-08-19 10:21:10 +02:00
Morris Jobke
f5bbf82478
Merge pull request #933 from nextcloud/backport-930-check-isset-require-9
...
[stable9] Fix "Undefined index" when the values do not exist
2016-08-18 15:44:50 +02:00
Joas Schilling
f7092c981f
Fix "Undefined index" when the values do not exist
2016-08-18 12:10:26 +02:00
Joas Schilling
2d025db018
Merge pull request #911 from nextcloud/stable9_864
...
[Stable9] Ensure the user exists before calling a method on it
2016-08-18 09:31:10 +02:00
Roeland Jago Douma
aed78c242d
Backport of #864
...
* 26342061b9
* 264aaf9ffa
2016-08-17 15:55:02 +02:00
Marius Blüm
edf08f5eef
Merge pull request #901 from nextcloud/backport-890-quota-unlimited-via-api-9
...
[stable9] Allow to retrieve the quota itself via the provisioning api
2016-08-17 13:20:17 +02:00
Joas Schilling
8aa91478b7
Allow to retrieve the quota itself via the provisioning api
2016-08-17 12:33:58 +02:00
Björn Schießle
1158c473dc
Merge pull request #888 from nextcloud/stable9_855
...
[Stable9] Add files drop capability for clients
2016-08-16 11:38:27 +02:00
Roeland Jago Douma
adddd16cbb
Add files drop capability for clients
2016-08-15 21:43:30 +02:00
Lukas Reschke
f222d6ea5f
Merge pull request #818 from nextcloud/jail-root-stable9
...
getJailedPath expects to have a trailing /
2016-08-10 16:03:55 +02:00
Lukas Reschke
d1b7f50716
Merge pull request #826 from nextcloud/add-warning-for-php7.1-stable9
...
[stable9] Nextcloud is not compatible with PHP 7.1
2016-08-10 16:03:02 +02:00
Lukas Reschke
a6e0935c6a
[stable9] Nextcloud is not compatible with PHP 7.1
...
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
2016-08-10 14:28:50 +02:00
Bjoern Schiessle
6f3d9ec024
getJailedPath expects to have a trailing /
2016-08-10 11:35:38 +02:00
Björn Schießle
9dca963283
Merge pull request #793 from nextcloud/stable9-backport-786
...
[stable9] log class name, ID only is hard to debug
2016-08-09 19:33:49 +02:00
Jörn Friedrich Dreyer
a86f2b3377
log class name, ID only is hard to debug
2016-08-09 16:15:55 +02:00
Morris Jobke
7d028c250e
Merge pull request #749 from nextcloud/stable9-backport-name-changes
...
[stable9] correct name
2016-08-05 15:27:29 +02:00
Daniel Hansson
d92f6fbd69
ownCloud -> Nextcloud
2016-08-05 14:46:07 +02:00
Björn Schießle
b6072bb68c
Merge pull request #707 from nextcloud/backport-637-prevent-delete-update-on-group-shares-9
...
[stable9] Do not allow to delete/update group shares as a group member
2016-08-03 14:53:06 +02:00