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
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
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
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
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
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
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
Joas Schilling
8aa91478b7
Allow to retrieve the quota itself via the provisioning api
2016-08-17 12:33:58 +02:00
Roeland Jago Douma
adddd16cbb
Add files drop capability for clients
2016-08-15 21:43:30 +02:00
Joas Schilling
a5471b4a3e
Do not allow to delete/update group shares as a group member
2016-08-03 09:22:18 +02:00
Morris Jobke
76d76121ae
Merge pull request #594 from nextcloud/ldap-avoidneedlesssetemailonlogin-stable9
...
[stable9] Prevent setting email and triggering events at login time (#25531 )
2016-08-01 18:22:43 +02:00
Morris Jobke
18a92c26cf
Merge pull request #655 from nextcloud/add-quotaplugin-v2-stable9
...
[stable9] Adding quota plugin to new dav endpoint
2016-07-30 12:58:22 +02:00
Morris Jobke
393f7f843f
Merge pull request #623 from nextcloud/stable9-fix-searchbox-background
...
[stable9] fix searchbox background
2016-07-30 10:05:15 +02:00
Morris Jobke
176fbf95fd
theming tests need to be fixed
2016-07-29 13:19:10 +02:00
Lukas Reschke
971f22edc5
[stable9] Adding quota plugin to new dav endpoint
...
Backport of https://github.com/nextcloud/server/pull/648
2016-07-29 12:41:53 +02:00
Lukas Reschke
0bda5d1823
Merge pull request #587 from nextcloud/fixing-undefined-OfflineUser-composeAndStoreDisplayName-stable9
...
[stable9] Fix undefined OfflineUser::composeAndStoreDisplayName()
2016-07-28 17:09:43 +02:00
Jan-Christoph Borchardt
5bc34c2d8d
also adjust log in background color in theme
2016-07-28 10:29:25 +02:00
Jan-Christoph Borchardt
444684821c
fix searchbox overlapping on mobile
2016-07-28 10:29:20 +02:00
Vincent Petry
fd0f4c6f10
Prevent setting email and triggering events at login time ( #25531 )
...
Whenever an LDAP user also has an email address defined in LDAP, the
LDAP code will try and update the email address of the locally known
user. This happens at login time or every time the user's LDAP
attributes are processed.
There is code listening to the email setting hook which updates the
system address book, which also will trigger FS setup due to avatars
and other things.
This fix only sets the email address when really necessary.
2016-07-27 11:33:27 +02:00
Marius Blüm
5974d9c96b
Add icon for tags app
2016-07-27 11:16:36 +02:00
Marius Blüm
f034686a8c
Add icon for comments app
2016-07-27 11:14:30 +02:00
Thomas Müller
c35b4f12ff
Fix undefined OfflineUser::composeAndStoreDisplayName() - fixes #23248 ( #25598 )
2016-07-27 11:06:39 +02:00
Julius Haertl
608dbc64d9
Theming: Fix preview and center alignment of logo
2016-07-26 13:30:06 +02:00
Lukas Reschke
a494e4f712
Adjust tests
2016-07-26 13:28:54 +02:00
Jos Poortvliet
fa814b9715
Update themingcontroller.php
2016-07-26 13:26:42 +02:00
Morris Jobke
034276400e
Fix error message while restoring all files
...
* use $_POST['files'] only of ssinlge files are restored
* fixes #528
2016-07-25 13:00:51 +02:00
Roeland Douma
3be8f7a369
Merge pull request #491 from nextcloud/backport-460-html-decoded-error-message-when-uploading-folder
...
Fix the HTML encoding when uploading a folder in FF when using french…
2016-07-22 21:49:47 +02:00
Joas Schilling
ca6a7d9e6a
Run the license script
2016-07-22 09:48:05 +02:00
Joas Schilling
4672ef91bc
Fix the HTML encoding when uploading a folder in FF when using french l10n
2016-07-21 10:14:37 +02:00
Thomas Müller
96e2a3a4b2
Cast share id to string ( #25402 ) ( #25431 )
2016-07-20 15:11:04 +02:00
Joas Schilling
3cdd10b9d7
Add unit tests
2016-07-15 11:55:43 +02:00
Joas Schilling
e6ddf775f6
Also load the theming app on CLI
2016-07-15 09:23:22 +02:00
Joas Schilling
06ac822b71
Use the themed Defaults everywhere
2016-07-15 09:22:44 +02:00
Joas Schilling
b73e46f471
Better handling of empty slogan
2016-07-15 08:51:30 +02:00
Marius Blüm
d35d9d246e
Merge pull request #370 from nextcloud/stable9-backport-361
...
[Stable9] Make theming work with pretty URLs
2016-07-12 06:59:42 +02:00
Lukas Reschke
450926ea1c
Implement "getTitle" ( #372 )
...
Fixes https://github.com/nextcloud/server/issues/341
2016-07-11 23:31:58 +02:00
oparoz
3c0ba186e1
Fix tests
...
(cherry picked from commit eceb0db )
2016-07-11 17:42:45 +02:00
oparoz
1f28ed8a0a
Make theming work with pretty URLs
...
In some envs the rewrite rules for pretty URLs apply to all CSS files, so let's not end the route name with that etension.
Fixes #315
(cherry picked from commit 839ee5e )
2016-07-11 17:42:34 +02:00
Morris Jobke
11e834ea74
Merge branch 'stable9' into sync-stable9
2016-07-07 12:03:34 +02:00
Carlos Damken
64a15191e4
Backport 25367 to Stable 9.0 ( #25384 )
2016-07-06 22:10:52 +02:00
Vincent Petry
c92c234059
Ignore invalid paths in the JS file list ( #25368 )
2016-07-06 12:02:04 +02:00
Vincent Petry
a2e0573987
Merge pull request #25298 from owncloud/schiessle-fix-get-contact-stable9
...
[stable9] get only vcards which match both the address book id and the vcard uri
2016-07-06 11:52:27 +02:00
felixboehm
fdb0d4ad52
check if renamed user is still valid by reapplying the ldap filter ( #25338 )
2016-07-04 14:16:13 +02:00
Bjoern Schiessle
717b480a2e
add additional check if we have a valid uid and filename
2016-07-04 11:00:50 +02:00
Lukas Reschke
531e69947f
Revert "Revert "[stable9] Don't show the updater if updater is incompatible""
...
This reverts commit f896470542 .
2016-07-01 23:09:32 +02:00