]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agoMerge pull request #1126 from nextcloud/stable10-theming-performance
Joas Schilling [Mon, 29 Aug 2016 13:44:19 +0000 (15:44 +0200)]
Merge pull request #1126 from nextcloud/stable10-theming-performance

[stable10] theming performance

8 years agoUse temporary file as cache 1126/head
Lukas Reschke [Sat, 27 Aug 2016 19:38:41 +0000 (21:38 +0200)]
Use temporary file as cache

8 years agoIncrease theming performance
Lukas Reschke [Sat, 27 Aug 2016 10:38:15 +0000 (12:38 +0200)]
Increase theming performance

1. Set proper caching headers (`Pragma: cache`)
2. Resize image proportionally to a max size of 1920px
3. Store images with progressive mode

This resizes a previous 2.8 MB picture to 300kb and makes it rendering going down from 11 seconds to less than 1 here. And future requests won't have to download the file newly.

8 years agoMerge pull request #1104 from nextcloud/stable10-backport-dont-read-server-variable
Raghu Nayyar [Sun, 28 Aug 2016 08:31:51 +0000 (10:31 +0200)]
Merge pull request #1104 from nextcloud/stable10-backport-dont-read-server-variable

[stable10] Remove reading PATH_INFO from server variable

8 years agoRemove reading PATH_INFO from server variable 1104/head
Lukas Reschke [Fri, 19 Aug 2016 12:46:20 +0000 (14:46 +0200)]
Remove reading PATH_INFO from server variable

Having two code paths for this is unreliable and can lead to bugs. Also, in some cases Apache isn't setting the PATH_INFO variable when mod_rewrite is used.

Fixes https://github.com/nextcloud/server/issues/983

8 years agoMerge pull request #902 from nextcloud/stable10-787
Lukas Reschke [Fri, 26 Aug 2016 12:58:46 +0000 (14:58 +0200)]
Merge pull request #902 from nextcloud/stable10-787

[stable10] Files external settings polish

8 years agoMerge pull request #1081 from nextcloud/backport-660-config-path-from-env
Lukas Reschke [Fri, 26 Aug 2016 12:56:31 +0000 (14:56 +0200)]
Merge pull request #1081 from nextcloud/backport-660-config-path-from-env

[stable10] Allow the config dir to be specified via the enviroment

8 years agoSetupController should use \OC::$configDir too 1081/head
Damjan Georgievski [Tue, 2 Aug 2016 13:28:19 +0000 (15:28 +0200)]
SetupController should use \OC::$configDir too

8 years agointroduce NEXTCLOUD_CONFIG_DIR env variable (see #300)
Damjan Georgievski [Fri, 29 Jul 2016 15:47:39 +0000 (17:47 +0200)]
introduce NEXTCLOUD_CONFIG_DIR env variable (see #300)

nextcloud by default uses the `/config/` directory in the source/application tree for its config file(s).
with this commit that directory can be overridden by the `NEXTCLOUD_CONFIG_DIR` environment variable.

in uwsgi, you would use the option `--env "NEXTCLOUD_CONFIG_DIR=/tmp/nx-config/"`
in apache `SetENV …`
and the cli command can be run with: `NEXTCLOUD_CONFIG_DIR=/tmp/nx-config ./occ` (or just use `export` once in the
shell).

NEXTCLOUD_CONFIG_DIR can be supplied with or without the trailing slash (`/`), but in all cases `$configDir` will have
it automatically added if needed.

The other changes are several occurrences of `OC::$SERVERROOT . '/config'` to `OC::$configDir`.

8 years agoMerge pull request #1074 from nextcloud/backport-1050
Lukas Reschke [Fri, 26 Aug 2016 07:39:46 +0000 (09:39 +0200)]
Merge pull request #1074 from nextcloud/backport-1050

Backport of fix internal links in security & setup warnings #1050

8 years agoBackport of fix internal links in security & setup warnings #1050 1074/head
Arthur Schiwon [Thu, 25 Aug 2016 11:24:50 +0000 (13:24 +0200)]
Backport of fix internal links in security & setup warnings #1050

fix internal links in security & setup warnings, resolves #1048

adjust js tests

8 years agoMerge pull request #1045 from nextcloud/add-cache-buster-to-icons-css
Lukas Reschke [Thu, 25 Aug 2016 03:57:41 +0000 (05:57 +0200)]
Merge pull request #1045 from nextcloud/add-cache-buster-to-icons-css

[stable10] Add cachebuster to icons.css

8 years agoMerge pull request #1043 from nextcloud/increase-version-to-final
Lukas Reschke [Thu, 25 Aug 2016 03:45:36 +0000 (05:45 +0200)]
Merge pull request #1043 from nextcloud/increase-version-to-final

Increase version to 10.0 final

8 years agoAdd cachebuster to icons.css 1045/head
Lukas Reschke [Wed, 24 Aug 2016 18:58:52 +0000 (20:58 +0200)]
Add cachebuster to icons.css

8 years agoIncrease version to 10.0 final 1043/head
Lukas Reschke [Wed, 24 Aug 2016 18:30:43 +0000 (20:30 +0200)]
Increase version to 10.0 final

8 years agoMerge pull request #1034 from nextcloud/stable10_1033 v10.0.0
Roeland Jago Douma [Wed, 24 Aug 2016 12:17:51 +0000 (14:17 +0200)]
Merge pull request #1034 from nextcloud/stable10_1033

[Stable10] Fix theming autoloader magic

8 years agoRequire a ThemingDefaults class again 1034/head
Roeland Jago Douma [Wed, 24 Aug 2016 11:22:44 +0000 (13:22 +0200)]
Require a ThemingDefaults class again

8 years agoDark autoloader magic for ThemingDefaults
Roeland Jago Douma [Wed, 24 Aug 2016 11:22:21 +0000 (13:22 +0200)]
Dark autoloader magic for ThemingDefaults

8 years agoMerge pull request #1029 from nextcloud/stable10_1013
Roeland Jago Douma [Wed, 24 Aug 2016 07:30:27 +0000 (09:30 +0200)]
Merge pull request #1029 from nextcloud/stable10_1013

[Stable10] Do not error on NotFoundException

8 years agoDo not error on NotFoundException 1029/head
Roeland Jago Douma [Tue, 23 Aug 2016 17:15:28 +0000 (19:15 +0200)]
Do not error on NotFoundException

Since this exception can be thrown when a shared file is in the
trashbin there is no need to spam the log like crazy.

Fixes #938

8 years agoMerge pull request #993 from nextcloud/stable10-965
Lukas Reschke [Tue, 23 Aug 2016 20:16:17 +0000 (22:16 +0200)]
Merge pull request #993 from nextcloud/stable10-965

[stable10] Fix hidden files handling

8 years agoMerge pull request #1008 from nextcloud/shared-storage-non-recursive-10
Lukas Reschke [Tue, 23 Aug 2016 20:15:21 +0000 (22:15 +0200)]
Merge pull request #1008 from nextcloud/shared-storage-non-recursive-10

[10] Fix shared storage recursive setup

8 years agoMerge pull request #1022 from nextcloud/backport-1005
Lukas Reschke [Tue, 23 Aug 2016 13:44:00 +0000 (15:44 +0200)]
Merge pull request #1022 from nextcloud/backport-1005

[stable10] Do not error on maxUploadChange

8 years agoprevent infinite recursion while getting storage from mount 1008/head
Robin Appelman [Mon, 22 Aug 2016 13:12:39 +0000 (15:12 +0200)]
prevent infinite recursion while getting storage from mount

8 years agoMerge pull request #1021 from nextcloud/stable10-1017
Roeland Jago Douma [Tue, 23 Aug 2016 10:24:36 +0000 (12:24 +0200)]
Merge pull request #1021 from nextcloud/stable10-1017

Cache registered autoloaders

8 years agoBackport of Do not error on maxUploadChange #1005 to stable10 1022/head
Roeland Jago Douma [Mon, 22 Aug 2016 08:10:28 +0000 (10:10 +0200)]
Backport of Do not error on maxUploadChange #1005 to stable10

Do not error on maxUploadChange

The new admin page broke the updating of the max upload size. This is
due to very old code there.

* Now update is done in the background using js
* Added proper route+controller to update

Fixes #994

put file handling into a section again

8 years agoCache registered autoloaders 1021/head
Lukas Reschke [Mon, 22 Aug 2016 21:49:46 +0000 (23:49 +0200)]
Cache registered autoloaders

This saves more than 20ms (!) on every request, the previous problem was that `\OC_App::registerAutoloading` calls `\OC\AppFramework\App::buildAppNamespace` which parses the appinfo.xml. Since that was also called multiple times (e.g. on cloud.nextcloud.com over 200 times) that had a significant performance impact. Also on simple PROPFIND requests.

https://blackfire.io/profiles/compare/65a53e6e-7f35-4974-b559-4c81abd01c3b/graph shows the difference nicely.

8 years agoMerge pull request #1009 from nextcloud/backport-995
Lukas Reschke [Tue, 23 Aug 2016 09:20:13 +0000 (11:20 +0200)]
Merge pull request #1009 from nextcloud/backport-995

[stable10] Backport Workflow section + hidden empty sections #995 to stabble10

8 years agoMerge pull request #1019 from nextcloud/stable10_956
Joas Schilling [Tue, 23 Aug 2016 09:13:02 +0000 (11:13 +0200)]
Merge pull request #1019 from nextcloud/stable10_956

[Stable10] When using permalinks don't error out if file id can't be found

8 years agoWhen requesting a permalink to an invalid file redirect 1019/head
Roeland Jago Douma [Fri, 19 Aug 2016 08:10:19 +0000 (10:10 +0200)]
When requesting a permalink to an invalid file redirect

We need to do the redirect to update address bar.

8 years agoWhen using permalinks don't error out if file id can't be found
Roeland Jago Douma [Fri, 19 Aug 2016 06:15:30 +0000 (08:15 +0200)]
When using permalinks don't error out if file id can't be found

Fixes #952

* Use only the index route (since it went to showFile anyways)
* Fix tests
* Use getUserFolder to force init of users mounts

8 years agoBackport Workflow section + hidden empty sections #995 to stabble10 1009/head
Arthur Schiwon [Fri, 19 Aug 2016 15:44:24 +0000 (17:44 +0200)]
Backport Workflow section + hidden empty sections #995 to stabble10

add section to worklfowengine

enlist only registered sections that also have settings registered to

adjust test

Move admin settings to workflow section

fix wrong var name

Save the container with the app's namespace so we can resolve it

8 years agoMerge pull request #1012 from nextcloud/hide_tryLogin_params
Roeland Jago Douma [Mon, 22 Aug 2016 13:59:32 +0000 (15:59 +0200)]
Merge pull request #1012 from nextcloud/hide_tryLogin_params

[stable10] hide parameters of tryLogin when logging

8 years agoMerge pull request #1010 from nextcloud/backport-1006
Roeland Jago Douma [Mon, 22 Aug 2016 13:08:56 +0000 (15:08 +0200)]
Merge pull request #1010 from nextcloud/backport-1006

[stable10] fixes registering of theming settings where server return OC_Defaults

8 years agohide parameters of tryLogin when logging 1012/head
Arthur Schiwon [Mon, 22 Aug 2016 12:33:23 +0000 (14:33 +0200)]
hide parameters of tryLogin when logging

8 years agoMerge pull request #1001 from nextcloud/backport-969-allow-to-validate-operations
Lukas Reschke [Mon, 22 Aug 2016 11:43:17 +0000 (13:43 +0200)]
Merge pull request #1001 from nextcloud/backport-969-allow-to-validate-operations

[stable10] Allow to validate operations

8 years agofixes registering of theming settings where server return OC_Defaults instead of... 1010/head
Arthur Schiwon [Mon, 22 Aug 2016 10:02:06 +0000 (12:02 +0200)]
fixes registering of theming settings where server return OC_Defaults instead of ThemingDefaults

8 years agohandle failed shares
Robin Appelman [Mon, 22 Aug 2016 10:32:39 +0000 (12:32 +0200)]
handle failed shares

8 years agoLazy init shared storage
Robin Appelman [Mon, 22 Aug 2016 10:27:56 +0000 (12:27 +0200)]
Lazy init shared storage

8 years agoreuse existing root id
Robin Appelman [Mon, 22 Aug 2016 10:27:20 +0000 (12:27 +0200)]
reuse existing root id

8 years agoAllow jail wrappers to lazily initialize the source storage
Robin Appelman [Mon, 22 Aug 2016 10:26:27 +0000 (12:26 +0200)]
Allow jail wrappers to lazily initialize the source storage

8 years agoAllow storage wrappers to lazily initialize the source storage
Robin Appelman [Mon, 22 Aug 2016 10:23:55 +0000 (12:23 +0200)]
Allow storage wrappers to lazily initialize the source storage

8 years agoMerge pull request #918 from nextcloud/stable10_891
blizzz [Mon, 22 Aug 2016 10:09:27 +0000 (12:09 +0200)]
Merge pull request #918 from nextcloud/stable10_891

[Stable10] [OC] Fix unmerged shares repair targetdecision

8 years agoMerge pull request #1003 from nextcloud/backport-978-add-feedback-for-password-change
Marius Blüm [Mon, 22 Aug 2016 10:08:41 +0000 (12:08 +0200)]
Merge pull request #1003 from nextcloud/backport-978-add-feedback-for-password-change

[stable10] Add feedback for password change

8 years agoMerge pull request #1002 from nextcloud/stable10_966
Roeland Jago Douma [Mon, 22 Aug 2016 09:41:53 +0000 (11:41 +0200)]
Merge pull request #1002 from nextcloud/stable10_966

[Stable10] Make e-mail icon visible

8 years ago25532_issue_password_update_notification_updated (#25756) 1003/head
Jack Davis [Fri, 19 Aug 2016 08:45:39 +0000 (09:45 +0100)]
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

8 years agoMake e-mail icon visible 1002/head
Roeland Jago Douma [Sun, 21 Aug 2016 12:36:10 +0000 (14:36 +0200)]
Make e-mail icon visible

Fixes #996

* Make mail icon visible
* Opacity to .5
* Add tooltip

8 years agoValidate the operation 1001/head
Joas Schilling [Fri, 19 Aug 2016 08:34:45 +0000 (10:34 +0200)]
Validate the operation

8 years agoSystem tags are not sharing but workflow
Joas Schilling [Fri, 19 Aug 2016 08:33:41 +0000 (10:33 +0200)]
System tags are not sharing but workflow

8 years agoFix hidden files handling 993/head
Vincent Petry [Wed, 17 Aug 2016 15:34:15 +0000 (17:34 +0200)]
Fix hidden files handling

Hidden files (dot files) are now always rendered in the DOM to make
sure that all file operations and selection still work as expected.

Their visibility is now toggled on CSS level.

8 years agoMerge pull request #981 from nextcloud/stable10-backport-federation-icon
Roeland Jago Douma [Fri, 19 Aug 2016 18:40:32 +0000 (20:40 +0200)]
Merge pull request #981 from nextcloud/stable10-backport-federation-icon

[stable10] Update federation and update notification icon

8 years agouse simple bell as update notification icon 981/head
Morris Jobke [Fri, 19 Aug 2016 11:59:33 +0000 (13:59 +0200)]
use simple bell as update notification icon

8 years agoChange federation icon to the share icon
Morris Jobke [Fri, 19 Aug 2016 11:51:27 +0000 (13:51 +0200)]
Change federation icon to the share icon

8 years agoMerge pull request #972 from nextcloud/stable10-backport-971
Julius Härtl [Fri, 19 Aug 2016 11:34:32 +0000 (13:34 +0200)]
Merge pull request #972 from nextcloud/stable10-backport-971

[stable10] Fix loading of ThemingDefaults

8 years agoMerge pull request #973 from nextcloud/stable10-959
Marius Blüm [Fri, 19 Aug 2016 11:13:50 +0000 (13:13 +0200)]
Merge pull request #973 from nextcloud/stable10-959

[stable10] Update mimetypes

8 years agoMerge pull request #966 from nextcloud/stable9-1-link-share
Roeland Jago Douma [Fri, 19 Aug 2016 10:39:17 +0000 (12:39 +0200)]
Merge pull request #966 from nextcloud/stable9-1-link-share

[stable10] In cases where the server dictates the link share expirat…

8 years agoMerge pull request #961 from nextcloud/fix-caldavtester-stable10
Lukas Reschke [Fri, 19 Aug 2016 10:16:33 +0000 (12:16 +0200)]
Merge pull request #961 from nextcloud/fix-caldavtester-stable10

[stable10] Move over to new CalDAVTester repo (#25859)

8 years agoUpdate mimetypes 973/head
Roeland Jago Douma [Fri, 19 Aug 2016 07:55:38 +0000 (09:55 +0200)]
Update mimetypes

8 years agoFix loading of ThemingDefaults 972/head
Julius Haertl [Fri, 19 Aug 2016 09:26:22 +0000 (11:26 +0200)]
Fix loading of ThemingDefaults

8 years ago[stable9.1] In cases where the server dictates the link share expiration the date... 966/head
Thomas Müller [Thu, 11 Aug 2016 08:11:24 +0000 (10:11 +0200)]
[stable9.1] In cases where the server dictates the link share expiration the date is not updated on consequitive changes and enable/disable actions

8 years agoMove over to new CalDAVTester repo (#25859) 961/head
Thomas Müller [Fri, 19 Aug 2016 06:29:48 +0000 (08:29 +0200)]
Move over to new CalDAVTester repo (#25859)

* Move over to new caldac tester repo

* no run.py anymore

8 years agoMerge pull request #957 from nextcloud/stable10_fix_948
Marius Blüm [Fri, 19 Aug 2016 07:39:09 +0000 (09:39 +0200)]
Merge pull request #957 from nextcloud/stable10_fix_948

[Stable10] Nextcloud is being updated. Not ownCloud

8 years agoNextcloud is being updated. Not ownCloud 957/head
Roeland Jago Douma [Fri, 19 Aug 2016 06:36:17 +0000 (08:36 +0200)]
Nextcloud is being updated. Not ownCloud

Fixes #948

8 years agofix error when not logged in 902/head
Robin Appelman [Thu, 18 Aug 2016 14:06:25 +0000 (16:06 +0200)]
fix error when not logged in

8 years agochange remote cloud naming to Nextcloud
Robin Appelman [Mon, 15 Aug 2016 14:13:23 +0000 (16:13 +0200)]
change remote cloud naming to Nextcloud

8 years agodont register personal files_external setting if it's empty
Robin Appelman [Mon, 15 Aug 2016 13:32:22 +0000 (15:32 +0200)]
dont register personal files_external setting if it's empty

8 years agoMerge pull request #939 from nextcloud/stable10-backport-937 v10.0RC1
Roeland Jago Douma [Thu, 18 Aug 2016 17:21:28 +0000 (19:21 +0200)]
Merge pull request #939 from nextcloud/stable10-backport-937

[stable10] SVG defintions always take the first one

8 years agoMerge pull request #926 from nextcloud/backport-925-use-util-methods
Morris Jobke [Thu, 18 Aug 2016 14:38:55 +0000 (16:38 +0200)]
Merge pull request #926 from nextcloud/backport-925-use-util-methods

[stable10] Load the Template class in case it's not loaded

8 years agoSVG defintions always take the first one 939/head
Roeland Jago Douma [Thu, 18 Aug 2016 13:54:19 +0000 (15:54 +0200)]
SVG defintions always take the first one

* Move filter definition out

8 years agoMerge pull request #935 from nextcloud/stable10-add-cachebusters
Morris Jobke [Thu, 18 Aug 2016 13:49:44 +0000 (15:49 +0200)]
Merge pull request #935 from nextcloud/stable10-add-cachebusters

[Stable10] add cachebusters

8 years agoMerge pull request #932 from nextcloud/backport-930-check-isset-require
Roeland Jago Douma [Thu, 18 Aug 2016 12:16:31 +0000 (14:16 +0200)]
Merge pull request #932 from nextcloud/backport-930-check-isset-require

[stable10] Fix "Undefined index" when the values do not exist

8 years agoAdd cachebuster to apps.css 935/head
Lukas Reschke [Thu, 18 Aug 2016 10:38:41 +0000 (12:38 +0200)]
Add cachebuster to apps.css

8 years agoAdd cachebuster to apps.css
Lukas Reschke [Thu, 18 Aug 2016 10:38:14 +0000 (12:38 +0200)]
Add cachebuster to apps.css

8 years agoAdd cachebuster to styles.css
Lukas Reschke [Thu, 18 Aug 2016 10:37:22 +0000 (12:37 +0200)]
Add cachebuster to styles.css

8 years agoAdd cachebuster to right navigation
Lukas Reschke [Thu, 18 Aug 2016 10:36:14 +0000 (12:36 +0200)]
Add cachebuster to right navigation

8 years agoAdd cache buster to left menu bar
Lukas Reschke [Thu, 18 Aug 2016 10:34:55 +0000 (12:34 +0200)]
Add cache buster to left menu bar

8 years agoAdd cache buster to logo
Lukas Reschke [Thu, 18 Aug 2016 10:30:49 +0000 (12:30 +0200)]
Add cache buster to logo

8 years agoMerge pull request #904 from nextcloud/backport-903-allow-disable-comments
Lukas Reschke [Thu, 18 Aug 2016 10:06:11 +0000 (12:06 +0200)]
Merge pull request #904 from nextcloud/backport-903-allow-disable-comments

[stable10] Revert "Always add activities for comments to the stream"

8 years agoFix "Undefined index" when the values do not exist 932/head
Joas Schilling [Thu, 18 Aug 2016 09:51:43 +0000 (11:51 +0200)]
Fix "Undefined index" when the values do not exist

8 years agoLoad the Template class in case it's not loaded 926/head
Joas Schilling [Thu, 18 Aug 2016 10:00:59 +0000 (12:00 +0200)]
Load the Template class in case it's not loaded

8 years agoMerge pull request #921 from nextcloud/backport-867-notification-primary-action-alway...
Roeland Jago Douma [Thu, 18 Aug 2016 08:39:27 +0000 (10:39 +0200)]
Merge pull request #921 from nextcloud/backport-867-notification-primary-action-always-first

[stable10] Make sure the primary action is always the first one

8 years agoMerge pull request #910 from nextcloud/stable10_864
Joas Schilling [Thu, 18 Aug 2016 07:30:47 +0000 (09:30 +0200)]
Merge pull request #910 from nextcloud/stable10_864

[Stable10] Ensure the user exists before calling a method on it

8 years agoMake sure the primary action is always the first one 921/head
Joas Schilling [Mon, 15 Aug 2016 09:12:25 +0000 (11:12 +0200)]
Make sure the primary action is always the first one

8 years agoMerge pull request #915 from nextcloud/stable10-backport-914
Lukas Reschke [Wed, 17 Aug 2016 17:45:19 +0000 (19:45 +0200)]
Merge pull request #915 from nextcloud/stable10-backport-914

add viewBox to app icon for proper scaling in Firefox

8 years agoImprove regexp to detect duplicate folders when repairing unmerged shares 918/head
Vincent Petry [Wed, 17 Aug 2016 07:58:53 +0000 (09:58 +0200)]
Improve regexp to detect duplicate folders when repairing unmerged shares

8 years agoFix unmerged shares repair with mixed group and direct shares
Vincent Petry [Fri, 12 Aug 2016 10:06:57 +0000 (12:06 +0200)]
Fix unmerged shares repair with mixed group and direct shares

Whenever a group share is created after a direct share, the stime order
needs to be properly considered in the repair routine, considering that
the direct user share is appended to the $subShares array and breaking
its order.

8 years agoImprove file_target finding logic when repairing unmerged shares
Vincent Petry [Fri, 12 Aug 2016 09:44:34 +0000 (11:44 +0200)]
Improve file_target finding logic when repairing unmerged shares

Pick the most recent subshare that has no parenthesis from duplication
which should match whichever name the user picked last. If all
subshares have duplicate parenthesis names, use the least recent group
share's target instead.

8 years agoadd viewBox to app icon for proper scaling in Firefox 915/head
Morris Jobke [Wed, 17 Aug 2016 16:36:10 +0000 (18:36 +0200)]
add viewBox to app icon for proper scaling in Firefox

8 years agoMerge pull request #913 from nextcloud/increase-version-to-rc1
Marius Blüm [Wed, 17 Aug 2016 16:07:14 +0000 (18:07 +0200)]
Merge pull request #913 from nextcloud/increase-version-to-rc1

[stable10] Increase version to 10.0 RC1

8 years agoMerge pull request #912 from nextcloud/stable10-backport-905
Lukas Reschke [Wed, 17 Aug 2016 15:54:07 +0000 (17:54 +0200)]
Merge pull request #912 from nextcloud/stable10-backport-905

Stable10 backport 905

8 years agoIncrease version to 10.0 RC1 913/head
Lukas Reschke [Wed, 17 Aug 2016 15:02:41 +0000 (17:02 +0200)]
Increase version to 10.0 RC1

Let's get ready for that ;-)

8 years agoFix null reference in IE 912/head
Morris Jobke [Wed, 17 Aug 2016 14:04:53 +0000 (16:04 +0200)]
Fix null reference in IE

8 years agoEmpty tags are not allowed for image and feColorMatrix in IE11 and below
Morris Jobke [Wed, 17 Aug 2016 13:59:30 +0000 (15:59 +0200)]
Empty tags are not allowed for image and feColorMatrix in IE11 and below

8 years agoAdd viewBox to app icons
Roeland Jago Douma [Wed, 17 Aug 2016 13:23:51 +0000 (15:23 +0200)]
Add viewBox to app icons

If we don't add a viewbox a lot of browsers will just say NOPE!!! when
we ask them to scale.

8 years agoRemove hack
Roeland Jago Douma [Wed, 17 Aug 2016 13:16:48 +0000 (15:16 +0200)]
Remove hack

8 years agoIntroduce weird hack for Firefox
Morris Jobke [Wed, 17 Aug 2016 12:45:08 +0000 (14:45 +0200)]
Introduce weird hack for Firefox

* everything is 4 times as big (doubled width and doubled height)

8 years agoFilter can't be named invert in FF
Roeland Jago Douma [Wed, 17 Aug 2016 11:36:17 +0000 (13:36 +0200)]
Filter can't be named invert in FF

8 years agoMerge pull request #907 from nextcloud/nfd-default-10
Lukas Reschke [Wed, 17 Aug 2016 14:24:12 +0000 (16:24 +0200)]
Merge pull request #907 from nextcloud/nfd-default-10

[uc][10] Disable NFD encoding wrapper by default

8 years agouse $userId instead of $user 910/head
Jörn Friedrich Dreyer [Thu, 11 Aug 2016 07:38:06 +0000 (09:38 +0200)]
use $userId instead of $user

8 years agoEnsure the user exists before calling a method on it - fixes #24751
Thomas Müller [Fri, 29 Jul 2016 13:00:18 +0000 (15:00 +0200)]
Ensure the user exists before calling a method on it - fixes #24751