]>
source.dussan.org Git - nextcloud-server.git/log
Roeland Jago Douma [Wed, 24 Aug 2016 11:22:44 +0000 (13:22 +0200)]
Require a ThemingDefaults class again
Roeland Jago Douma [Wed, 24 Aug 2016 11:22:21 +0000 (13:22 +0200)]
Dark autoloader magic for ThemingDefaults
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
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
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
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
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
Robin Appelman [Mon, 22 Aug 2016 13:12:39 +0000 (15:12 +0200)]
prevent infinite recursion while getting storage from mount
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
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
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.
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
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
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.
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
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
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
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
Arthur Schiwon [Mon, 22 Aug 2016 12:33:23 +0000 (14:33 +0200)]
hide parameters of tryLogin when logging
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
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
Robin Appelman [Mon, 22 Aug 2016 10:32:39 +0000 (12:32 +0200)]
handle failed shares
Robin Appelman [Mon, 22 Aug 2016 10:27:56 +0000 (12:27 +0200)]
Lazy init shared storage
Robin Appelman [Mon, 22 Aug 2016 10:27:20 +0000 (12:27 +0200)]
reuse existing root id
Robin Appelman [Mon, 22 Aug 2016 10:26:27 +0000 (12:26 +0200)]
Allow jail 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
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
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
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
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
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
Joas Schilling [Fri, 19 Aug 2016 08:34:45 +0000 (10:34 +0200)]
Validate the operation
Joas Schilling [Fri, 19 Aug 2016 08:33:41 +0000 (10:33 +0200)]
System tags are not sharing but workflow
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.
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
Morris Jobke [Fri, 19 Aug 2016 11:59:33 +0000 (13:59 +0200)]
use simple bell as update notification icon
Morris Jobke [Fri, 19 Aug 2016 11:51:27 +0000 (13:51 +0200)]
Change federation icon to the share icon
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
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
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…
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)
Roeland Jago Douma [Fri, 19 Aug 2016 07:55:38 +0000 (09:55 +0200)]
Update mimetypes
Julius Haertl [Fri, 19 Aug 2016 09:26:22 +0000 (11:26 +0200)]
Fix loading of ThemingDefaults
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
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
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
Roeland Jago Douma [Fri, 19 Aug 2016 06:36:17 +0000 (08:36 +0200)]
Nextcloud is being updated. Not ownCloud
Fixes #948
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
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
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
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
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
Lukas Reschke [Thu, 18 Aug 2016 10:38:41 +0000 (12:38 +0200)]
Add cachebuster to apps.css
Lukas Reschke [Thu, 18 Aug 2016 10:38:14 +0000 (12:38 +0200)]
Add cachebuster to apps.css
Lukas Reschke [Thu, 18 Aug 2016 10:37:22 +0000 (12:37 +0200)]
Add cachebuster to styles.css
Lukas Reschke [Thu, 18 Aug 2016 10:36:14 +0000 (12:36 +0200)]
Add cachebuster to right navigation
Lukas Reschke [Thu, 18 Aug 2016 10:34:55 +0000 (12:34 +0200)]
Add cache buster to left menu bar
Lukas Reschke [Thu, 18 Aug 2016 10:30:49 +0000 (12:30 +0200)]
Add cache buster to logo
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"
Joas Schilling [Thu, 18 Aug 2016 09:51:43 +0000 (11:51 +0200)]
Fix "Undefined index" when the values do not exist
Joas Schilling [Thu, 18 Aug 2016 10:00:59 +0000 (12:00 +0200)]
Load the Template class in case it's not loaded
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
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
Joas Schilling [Mon, 15 Aug 2016 09:12:25 +0000 (11:12 +0200)]
Make sure the primary action is always the first one
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
Vincent Petry [Wed, 17 Aug 2016 07:58:53 +0000 (09:58 +0200)]
Improve regexp to detect duplicate folders when repairing unmerged 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.
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.
Morris Jobke [Wed, 17 Aug 2016 16:36:10 +0000 (18:36 +0200)]
add viewBox to app icon for proper scaling in Firefox
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
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
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 ;-)
Morris Jobke [Wed, 17 Aug 2016 14:04:53 +0000 (16:04 +0200)]
Fix null reference in IE
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
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.
Roeland Jago Douma [Wed, 17 Aug 2016 13:16:48 +0000 (15:16 +0200)]
Remove hack
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)
Roeland Jago Douma [Wed, 17 Aug 2016 11:36:17 +0000 (13:36 +0200)]
Filter can't be named invert in FF
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
Jörn Friedrich Dreyer [Thu, 11 Aug 2016 07:38:06 +0000 (09:38 +0200)]
use $userId instead of $user
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
Morris Jobke [Wed, 17 Aug 2016 13:44:22 +0000 (15:44 +0200)]
Merge pull request #909 from nextcloud/stable10-backport-l10n
[stable10][tx-robot] updated from transifex
Nextcloud bot [Wed, 17 Aug 2016 13:32:21 +0000 (13:32 +0000)]
[tx-robot] updated from transifex
Vincent Petry [Tue, 16 Aug 2016 13:44:26 +0000 (15:44 +0200)]
Disable NFD encoding wrapper by default
Seems I forgot to set it back to false after testing.
Will give a performance boost for all storages.
Joas Schilling [Wed, 17 Aug 2016 11:30:32 +0000 (13:30 +0200)]
Revert "Always add activities for comments to the stream"
This reverts commit
48c41b888c6a464f645de3e9087a39c163086d9f
Julius Härtl [Wed, 17 Aug 2016 09:12:01 +0000 (11:12 +0200)]
Merge pull request #897 from nextcloud/stable10-backport-834
[stable10] Use darker colors for app icons in app management
Lukas Reschke [Wed, 17 Aug 2016 08:45:06 +0000 (10:45 +0200)]
Merge pull request #896 from nextcloud/backport-890-quota-unlimited-via-api
[stable10] Allow to retrieve the quota itself via the provisioning api
Raghu Nayyar [Sun, 14 Aug 2016 19:19:33 +0000 (00:49 +0530)]
Fixes image preview when fetched from the store.
Raghu Nayyar [Thu, 11 Aug 2016 10:23:39 +0000 (15:53 +0530)]
Adds opacity to image container.
Raghu Nayyar [Thu, 11 Aug 2016 07:39:42 +0000 (13:09 +0530)]
Removes uneeded styles.
Raghu Nayyar [Thu, 11 Aug 2016 07:29:57 +0000 (12:59 +0530)]
Uses javascript to invert the SVGs.
Joas Schilling [Tue, 16 Aug 2016 09:42:28 +0000 (11:42 +0200)]
Fix constant name, copy-pasterino
Joas Schilling [Tue, 16 Aug 2016 09:21:10 +0000 (11:21 +0200)]
Allow to retrieve the quota itself via the provisioning api
Lukas Reschke [Wed, 17 Aug 2016 07:39:35 +0000 (09:39 +0200)]
Merge pull request #894 from nextcloud/stable10-implement_712
[Stable10] Backport 796
Lukas Reschke [Tue, 16 Aug 2016 19:36:59 +0000 (21:36 +0200)]
Use getMockBuilder instead of createMock
Lukas Reschke [Tue, 16 Aug 2016 19:28:26 +0000 (21:28 +0200)]
Rename class reference
File has been renamed only on master
Arthur Schiwon [Tue, 16 Aug 2016 16:59:45 +0000 (18:59 +0200)]
adjust tests to latest changes
Arthur Schiwon [Tue, 16 Aug 2016 16:26:16 +0000 (18:26 +0200)]
for new we cannot have nested settings, default module is only appended if available
Arthur Schiwon [Tue, 16 Aug 2016 16:11:59 +0000 (18:11 +0200)]
add missing encryption modules to settings
Arthur Schiwon [Tue, 16 Aug 2016 15:59:21 +0000 (17:59 +0200)]
fix missing parameters in sharing settings page