]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agoDo not error on NotFoundException 1030/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 #1007 from nextcloud/shared-storage-non-recursive
Lukas Reschke [Tue, 23 Aug 2016 20:15:38 +0000 (22:15 +0200)]
Merge pull request #1007 from nextcloud/shared-storage-non-recursive

Fix shared storage recursive setup

8 years agoprevent infinite recursion while getting storage from mount 1007/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 #995 from nextcloud/workflow-section
Lukas Reschke [Tue, 23 Aug 2016 09:20:43 +0000 (11:20 +0200)]
Merge pull request #995 from nextcloud/workflow-section

Workflow section + hidden empty sections

8 years agoMerge pull request #1005 from nextcloud/fix_994
Lukas Reschke [Tue, 23 Aug 2016 09:18:24 +0000 (11:18 +0200)]
Merge pull request #1005 from nextcloud/fix_994

Do not error on maxUploadChange

8 years agoMerge pull request #1017 from nextcloud/cache-registered-autoloaders
Roeland Jago Douma [Tue, 23 Aug 2016 05:55:38 +0000 (07:55 +0200)]
Merge pull request #1017 from nextcloud/cache-registered-autoloaders

Cache registered autoloaders

8 years agoMerge pull request #956 from nextcloud/fix_952
Lukas Reschke [Mon, 22 Aug 2016 22:58:25 +0000 (00:58 +0200)]
Merge pull request #956 from nextcloud/fix_952

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

8 years agoCache registered autoloaders 1017/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 #1015 from nextcloud/1012-master
Lukas Reschke [Mon, 22 Aug 2016 21:03:49 +0000 (23:03 +0200)]
Merge pull request #1015 from nextcloud/1012-master

hide parameters of tryLogin when logging

8 years agoput file handling into a section again 1005/head
Arthur Schiwon [Mon, 22 Aug 2016 08:43:04 +0000 (10:43 +0200)]
put file handling into a section again

8 years agoDo not error on maxUploadChange
Roeland Jago Douma [Mon, 22 Aug 2016 08:10:28 +0000 (10:10 +0200)]
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

8 years agoadd test 1015/head
Arthur Schiwon [Mon, 22 Aug 2016 14:56:00 +0000 (16:56 +0200)]
add test

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

8 years agoSave the container with the app's namespace so we can resolve it 995/head
Joas Schilling [Mon, 22 Aug 2016 12:25:43 +0000 (14:25 +0200)]
Save the container with the app's namespace so we can resolve it

8 years agoMerge pull request #1006 from nextcloud/fix_theming_admin_di
blizzz [Mon, 22 Aug 2016 11:20:57 +0000 (13:20 +0200)]
Merge pull request #1006 from nextcloud/fix_theming_admin_di

fixes registering of theming settings where server return OC_Defaults…

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 agofixes registering of theming settings where server return OC_Defaults instead of... 1006/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 agofix wrong var name
Arthur Schiwon [Mon, 22 Aug 2016 09:24:48 +0000 (11:24 +0200)]
fix wrong var name

8 years agoMerge pull request #965 from nextcloud/master-files-render-hidden-files-hidden
Joas Schilling [Mon, 22 Aug 2016 07:44:00 +0000 (09:44 +0200)]
Merge pull request #965 from nextcloud/master-files-render-hidden-files-hidden

Fix hidden files handling

8 years agoMerge pull request #1000 from nextcloud/mail_icon_share
Roeland Jago Douma [Mon, 22 Aug 2016 07:13:56 +0000 (09:13 +0200)]
Merge pull request #1000 from nextcloud/mail_icon_share

Make e-mail icon visible

8 years agoMove admin settings to workflow section
Joas Schilling [Mon, 22 Aug 2016 06:31:25 +0000 (08:31 +0200)]
Move admin settings to workflow section

8 years agoadjust test
Arthur Schiwon [Sat, 20 Aug 2016 21:45:31 +0000 (23:45 +0200)]
adjust test

8 years agoenlist only registered sections that also have settings registered to
Arthur Schiwon [Fri, 19 Aug 2016 15:52:33 +0000 (17:52 +0200)]
enlist only registered sections that also have settings registered to

8 years agoadd section to worklfowengine
Arthur Schiwon [Fri, 19 Aug 2016 15:44:24 +0000 (17:44 +0200)]
add section to worklfowengine

8 years agoMerge pull request #969 from nextcloud/allow-to-validate-operations
Lukas Reschke [Sun, 21 Aug 2016 18:45:40 +0000 (20:45 +0200)]
Merge pull request #969 from nextcloud/allow-to-validate-operations

Allow to validate operations

8 years agoMerge pull request #989 from nextcloud/share_js_fixes
Lukas Reschke [Sun, 21 Aug 2016 18:44:24 +0000 (20:44 +0200)]
Merge pull request #989 from nextcloud/share_js_fixes

Fix some jshint issues in core/js/share*

8 years agoMake e-mail icon visible 1000/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 agoMerge pull request #984 from nextcloud/dont-read-server-variable
Roeland Jago Douma [Sat, 20 Aug 2016 16:21:31 +0000 (18:21 +0200)]
Merge pull request #984 from nextcloud/dont-read-server-variable

Remove reading PATH_INFO from server variable

8 years agoFix some jshint issues in core/js/share* 989/head
Roeland Jago Douma [Fri, 19 Aug 2016 19:03:25 +0000 (21:03 +0200)]
Fix some jshint issues in core/js/share*

8 years agoMerge pull request #982 from nextcloud/uninterpreted-php
Julius Härtl [Fri, 19 Aug 2016 15:52:23 +0000 (17:52 +0200)]
Merge pull request #982 from nextcloud/uninterpreted-php

Remove uninterpreted PHP

8 years agoMerge pull request #978 from nextcloud/add-feedback-for-password-change
Marius Blüm [Fri, 19 Aug 2016 14:37:58 +0000 (16:37 +0200)]
Merge pull request #978 from nextcloud/add-feedback-for-password-change

Add feedback for password change

8 years agoMerge pull request #980 from nextcloud/update-icon
Marius Blüm [Fri, 19 Aug 2016 14:34:25 +0000 (16:34 +0200)]
Merge pull request #980 from nextcloud/update-icon

Update federation and update notification icon

8 years agoRemove reading PATH_INFO from server variable 984/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 agoupdate composer list 969/head
Joas Schilling [Fri, 19 Aug 2016 12:37:31 +0000 (14:37 +0200)]
update composer list

8 years agoRemove uninterpreted PHP 982/head
Lukas Reschke [Fri, 19 Aug 2016 12:24:26 +0000 (14:24 +0200)]
Remove uninterpreted PHP

This is in an HTML file. The PHP won't be executed :see_no_evil:

8 years agouse simple bell as update notification icon 980/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 #971 from nextcloud/theming-fix-service-registration
Julius Härtl [Fri, 19 Aug 2016 11:34:41 +0000 (13:34 +0200)]
Merge pull request #971 from nextcloud/theming-fix-service-registration

Fix loading of ThemingDefaults

8 years agoShow hint if password policy disallows password change 978/head
Morris Jobke [Fri, 19 Aug 2016 11:31:43 +0000 (13:31 +0200)]
Show hint if password policy disallows password change

8 years ago25532_issue_password_update_notification_updated (#25756)
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 agoMerge pull request #967 from nextcloud/settings_users_js_defines
Roeland Jago Douma [Fri, 19 Aug 2016 10:45:42 +0000 (12:45 +0200)]
Merge pull request #967 from nextcloud/settings_users_js_defines

Fix some jshint errors in settings/users

8 years agoValidate the operation
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 agoMerge pull request #964 from nextcloud/master-aedae12db5ebfaf56bec91b736fb8a569cecf16f
Lukas Reschke [Fri, 19 Aug 2016 10:16:56 +0000 (12:16 +0200)]
Merge pull request #964 from nextcloud/master-aedae12db5ebfaf56bec91b736fb8a569cecf16f

[master] In cases where the server dictates the link share expiration…

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

Move over to new CalDAVTester repo (#25859)

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

8 years agoMerge pull request #959 from nextcloud/map_mobi
Marius Blüm [Fri, 19 Aug 2016 09:21:53 +0000 (11:21 +0200)]
Merge pull request #959 from nextcloud/map_mobi

Update mimetypes

8 years agoFix some jshint errors in settings/users 967/head
Roeland Jago Douma [Fri, 19 Aug 2016 08:46:42 +0000 (10:46 +0200)]
Fix some jshint errors in settings/users

8 years agoFix hidden files handling 965/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 ago[master] In cases where the server dictates the link share expiration the date is... 964/head
Thomas Müller [Thu, 11 Aug 2016 08:11:24 +0000 (10:11 +0200)]
[master] 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) 960/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 agoWhen requesting a permalink to an invalid file redirect 956/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 agoUpdate mimetypes 959/head
Roeland Jago Douma [Fri, 19 Aug 2016 07:55:38 +0000 (09:55 +0200)]
Update mimetypes

8 years agoMerge pull request #865 from nextcloud/ocs_config
Morris Jobke [Fri, 19 Aug 2016 07:39:05 +0000 (09:39 +0200)]
Merge pull request #865 from nextcloud/ocs_config

Move OCS route /config to proper controller

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 agoMerge pull request #945 from nextcloud/kill_ajax_share.php
Joas Schilling [Fri, 19 Aug 2016 06:02:23 +0000 (08:02 +0200)]
Merge pull request #945 from nextcloud/kill_ajax_share.php

Kill ajax/share.php

8 years agoMerge pull request #906 from nextcloud/files_external-settings-polish-missing
Marius Blüm [Thu, 18 Aug 2016 21:32:13 +0000 (23:32 +0200)]
Merge pull request #906 from nextcloud/files_external-settings-polish-missing

Files external settings polish

8 years agoKill ajax/share.php 945/head
Roeland Jago Douma [Thu, 18 Aug 2016 18:53:46 +0000 (20:53 +0200)]
Kill ajax/share.php

Using this file will insert invalid shares.
OCS has to be used exclusively!

8 years agoMerge pull request #937 from nextcloud/fix_app_search
Roeland Jago Douma [Thu, 18 Aug 2016 17:21:07 +0000 (19:21 +0200)]
Merge pull request #937 from nextcloud/fix_app_search

SVG defintions always take the first one

8 years agoMerge pull request #903 from nextcloud/allow-disable-comments
Morris Jobke [Thu, 18 Aug 2016 14:51:42 +0000 (16:51 +0200)]
Merge pull request #903 from nextcloud/allow-disable-comments

Revert "Always add activities for comments to the stream"

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

Load the Template class in case it's not loaded

8 years agoSVG defintions always take the first one 937/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 agofix error when not logged in 906/head
Robin Appelman [Thu, 18 Aug 2016 14:06:25 +0000 (16:06 +0200)]
fix error when not logged in

8 years agoMerge pull request #934 from nextcloud/add-cachebusters
blizzz [Thu, 18 Aug 2016 13:45:22 +0000 (15:45 +0200)]
Merge pull request #934 from nextcloud/add-cachebusters

Add cachebusters

8 years agoMerge pull request #927 from nextcloud/drop-unneeded-statements
Roeland Jago Douma [Thu, 18 Aug 2016 13:09:43 +0000 (15:09 +0200)]
Merge pull request #927 from nextcloud/drop-unneeded-statements

white-space: pre-wrap is supported on all current browsers

8 years agoMerge pull request #931 from nextcloud/replace-hardcoded-classname
blizzz [Thu, 18 Aug 2016 12:03:14 +0000 (14:03 +0200)]
Merge pull request #931 from nextcloud/replace-hardcoded-classname

let the containers resolving capabilities find and instantiate the ri…

8 years agoMerge pull request #930 from nextcloud/check-isset-require
Roeland Jago Douma [Thu, 18 Aug 2016 11:26:18 +0000 (13:26 +0200)]
Merge pull request #930 from nextcloud/check-isset-require

Fix "Undefined index" when the values do not exist

8 years agoMerge pull request #928 from nextcloud/followup-714-double-ending-quote
Roeland Jago Douma [Thu, 18 Aug 2016 11:25:22 +0000 (13:25 +0200)]
Merge pull request #928 from nextcloud/followup-714-double-ending-quote

Fix double ending quotes

8 years agoMerge pull request #923 from nextcloud/owncloud-gmbh-owns-the-cr-now
Roeland Jago Douma [Thu, 18 Aug 2016 11:04:20 +0000 (13:04 +0200)]
Merge pull request #923 from nextcloud/owncloud-gmbh-owns-the-cr-now

Make sure to also detect their new copy right line

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 agoAdd cachebuster to app icons in the admin screen 934/head
Lukas Reschke [Thu, 18 Aug 2016 10:44:33 +0000 (12:44 +0200)]
Add cachebuster to app icons in the admin screen

8 years agoAdd cachebuster to apps.css
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 agoLoad the Template class in case it's not loaded 925/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 agolet the containers resolving capabilities find and instantiate the right service 931/head
Arthur Schiwon [Thu, 18 Aug 2016 09:56:19 +0000 (11:56 +0200)]
let the containers resolving capabilities find and instantiate the right service

8 years agoFix "Undefined index" when the values do not exist 930/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 agoMerge pull request #929 from nextcloud/revert-778-Faldon-user_menu_ui
Morris Jobke [Thu, 18 Aug 2016 09:46:54 +0000 (11:46 +0200)]
Merge pull request #929 from nextcloud/revert-778-Faldon-user_menu_ui

Revert "Fixing infinite spinning animation on user menu ctrl+click"

8 years agoRevert "Fixing infinite spinning animation on user menu ctrl+click" 929/head
Morris Jobke [Thu, 18 Aug 2016 09:46:00 +0000 (11:46 +0200)]
Revert "Fixing infinite spinning animation on user menu ctrl+click"

8 years agoFix double ending quotes 928/head
Joas Schilling [Thu, 18 Aug 2016 09:44:03 +0000 (11:44 +0200)]
Fix double ending quotes

8 years agowhite-space: pre-wrap is supported on all current browsers 927/head
Morris Jobke [Thu, 18 Aug 2016 09:18:44 +0000 (11:18 +0200)]
white-space: pre-wrap is supported on all current browsers

* Chrome 1, Firefox 3, IE8, Opera 8 and Safari 3
* see https://developer.mozilla.org/en-US/docs/Web/CSS/white-space

8 years agoMerge pull request #714 from nextcloud/comments-layout
Lukas Reschke [Thu, 18 Aug 2016 09:04:20 +0000 (11:04 +0200)]
Merge pull request #714 from nextcloud/comments-layout

fix design details in comments sidebar

8 years agoMerge pull request #917 from nextcloud/share_api_use_parameters
Lukas Reschke [Thu, 18 Aug 2016 09:03:09 +0000 (11:03 +0200)]
Merge pull request #917 from nextcloud/share_api_use_parameters

Share API use parameters

8 years agoMake sure to also detect their new copy right line 923/head
Joas Schilling [Thu, 18 Aug 2016 08:59:59 +0000 (10:59 +0200)]
Make sure to also detect their new copy right line

Ref owncloud/core#25518

8 years agoUpdate autoloader 865/head
Roeland Jago Douma [Thu, 18 Aug 2016 07:37:41 +0000 (09:37 +0200)]
Update autoloader

8 years agowe are Nextcloud :)
Roeland Jago Douma [Wed, 17 Aug 2016 13:34:10 +0000 (15:34 +0200)]
we are Nextcloud :)

8 years agoRemove unused private classes
Roeland Jago Douma [Sun, 14 Aug 2016 18:48:04 +0000 (20:48 +0200)]
Remove unused private classes

8 years agoMove /config over to Core OCSController
Roeland Jago Douma [Sun, 14 Aug 2016 18:46:33 +0000 (20:46 +0200)]
Move /config over to Core OCSController

8 years agoImprove layout of cancel button in the comments sidebar 714/head
Morris Jobke [Thu, 18 Aug 2016 07:07:03 +0000 (09:07 +0200)]
Improve layout of cancel button in the comments sidebar

8 years agoFix layout of comments submit button on all screen sizes
Morris Jobke [Thu, 18 Aug 2016 06:57:46 +0000 (08:57 +0200)]
Fix layout of comments submit button on all screen sizes

* tested in IE10, IE11, Edge, Chrome and Firefox

8 years agoMerge pull request #778 from nextcloud/Faldon-user_menu_ui
Morris Jobke [Thu, 18 Aug 2016 06:40:13 +0000 (08:40 +0200)]
Merge pull request #778 from nextcloud/Faldon-user_menu_ui

Fixing infinite spinning animation on user menu ctrl+click

8 years agoCleanup Tests 917/head
Roeland Jago Douma [Wed, 17 Aug 2016 08:37:11 +0000 (10:37 +0200)]
Cleanup Tests