]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agofix header code duplication, code style fixes
Jan-Christoph Borchardt [Wed, 16 Apr 2014 14:26:41 +0000 (16:26 +0200)]
fix header code duplication, code style fixes

10 years agoremove duplication of 'header-right' element, also make it overflow when too wide
Jan-Christoph Borchardt [Wed, 16 Apr 2014 13:53:38 +0000 (15:53 +0200)]
remove duplication of 'header-right' element, also make it overflow when too wide

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 16 Apr 2014 05:57:34 +0000 (01:57 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #8104 from owncloud/lukepolo-master
Thomas Müller [Tue, 15 Apr 2014 19:39:32 +0000 (21:39 +0200)]
Merge pull request #8104 from owncloud/lukepolo-master

Added the ability to Drag and Drop folders [chrome]

10 years agoadd link to further discussion about that folder check
Thomas Müller [Tue, 15 Apr 2014 19:39:13 +0000 (21:39 +0200)]
add link to further discussion about that folder check

10 years agoMerge pull request #8211 from owncloud/flush-head-master
Thomas Müller [Tue, 15 Apr 2014 19:34:22 +0000 (21:34 +0200)]
Merge pull request #8211 from owncloud/flush-head-master

Flush the Buffer Early - right after head

10 years agoMerge pull request #8210 from owncloud/enhance-assets-management-master
Lukas Reschke [Tue, 15 Apr 2014 18:07:07 +0000 (20:07 +0200)]
Merge pull request #8210 from owncloud/enhance-assets-management-master

adding checks and log messages regarding the assets folder

10 years agoMerge pull request #8197 from owncloud/secure_mimetypes
Lukas Reschke [Tue, 15 Apr 2014 17:50:33 +0000 (19:50 +0200)]
Merge pull request #8197 from owncloud/secure_mimetypes

White-list known secure mime types. Refs. #8184

10 years agoMerge pull request #8216 from owncloud/usermanager_fix_limitoffset
blizzz [Tue, 15 Apr 2014 17:14:57 +0000 (19:14 +0200)]
Merge pull request #8216 from owncloud/usermanager_fix_limitoffset

  Remove limit and offset manipulation when getting users or groups, be…

10 years agoadjust tests accordingly
Arthur Schiwon [Tue, 15 Apr 2014 15:53:57 +0000 (17:53 +0200)]
adjust tests accordingly

10 years agoRemove limit and offset manipulation when getting users or groups, because it does...
Arthur Schiwon [Tue, 15 Apr 2014 15:46:48 +0000 (17:46 +0200)]
Remove limit and offset manipulation when getting users or groups, because it does not work when more than one user or group backend. Fixing it would be too costly performancewise, so we switch back to the model used in OC 5: limit and offset are effective per backend, and not a general constraint

10 years agoMerge pull request #8127 from owncloud/searchresults-mobile
Thomas Müller [Tue, 15 Apr 2014 15:10:01 +0000 (17:10 +0200)]
Merge pull request #8127 from owncloud/searchresults-mobile

make search results work on mobile as well

10 years agoMerge pull request #8209 from owncloud/set-language-explicitly-master
Thomas Müller [Tue, 15 Apr 2014 14:57:38 +0000 (16:57 +0200)]
Merge pull request #8209 from owncloud/set-language-explicitly-master

Set language explicitly master

10 years agoFlush the Buffer Early - right after head
Thomas Müller [Tue, 15 Apr 2014 14:56:45 +0000 (16:56 +0200)]
Flush the Buffer Early - right after head

10 years agoadding checks and log messages regarding the assets folder
Thomas Müller [Tue, 15 Apr 2014 14:26:12 +0000 (16:26 +0200)]
adding checks and log messages regarding the assets folder

10 years agoOCS API calls will always return English messages
Thomas Müller [Tue, 15 Apr 2014 13:32:08 +0000 (15:32 +0200)]
OCS API calls will always return English messages

10 years agointroduce new function to force a language
Thomas Müller [Tue, 15 Apr 2014 13:12:25 +0000 (15:12 +0200)]
introduce new function to force a language

10 years agoMerge pull request #8200 from owncloud/js-cleanup-dialogs-master
Thomas Müller [Tue, 15 Apr 2014 12:20:09 +0000 (14:20 +0200)]
Merge pull request #8200 from owncloud/js-cleanup-dialogs-master

javascript code cleanup + fixing syntax errors

10 years agosearch: fix color hex code
Jan-Christoph Borchardt [Tue, 15 Apr 2014 09:25:38 +0000 (11:25 +0200)]
search: fix color hex code

10 years agoMerge pull request #7780 from owncloud/share-file-exists
Björn Schießle [Tue, 15 Apr 2014 09:23:17 +0000 (11:23 +0200)]
Merge pull request #7780 from owncloud/share-file-exists

Verify that a file exists before we share it

10 years agoMerge pull request #8207 from owncloud/translate-name-email-change
Lukas Reschke [Tue, 15 Apr 2014 06:47:42 +0000 (08:47 +0200)]
Merge pull request #8207 from owncloud/translate-name-email-change

Make email, display name change translatable again

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 15 Apr 2014 05:55:06 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoMake email display name change translatable again
Volkan Gezer [Mon, 14 Apr 2014 22:27:54 +0000 (00:27 +0200)]
Make email display name change translatable again

10 years agoMerge pull request #8059 from owncloud/countUsersInGroup
Lukas Reschke [Mon, 14 Apr 2014 18:45:12 +0000 (20:45 +0200)]
Merge pull request #8059 from owncloud/countUsersInGroup

add optional countUsersInGroup method to group backends

10 years agoMerge pull request #8178 from owncloud/fix-request-parameters
Lukas Reschke [Mon, 14 Apr 2014 18:42:26 +0000 (20:42 +0200)]
Merge pull request #8178 from owncloud/fix-request-parameters

Correctly process request parameters other than GET or POST, dont use gl...

10 years agoIgnore jquery.multiselect.js - it's 3rdparty
Thomas Müller [Mon, 14 Apr 2014 17:56:23 +0000 (19:56 +0200)]
Ignore jquery.multiselect.js - it's 3rdparty

10 years agojavascript code cleanup + fixing syntax errors
Thomas Müller [Mon, 14 Apr 2014 17:29:00 +0000 (19:29 +0200)]
javascript code cleanup + fixing syntax errors

10 years agoRevert "close-button for share_dropdown"
Julian Müller [Mon, 14 Apr 2014 16:40:24 +0000 (18:40 +0200)]
Revert "close-button for share_dropdown"

This reverts commit 3bc3d4c9f346b378853ccf36f49e2f3816ea721d.

10 years agoclose-button for share_dropdown
Julian Müller [Mon, 14 Apr 2014 16:26:45 +0000 (18:26 +0200)]
close-button for share_dropdown

10 years agoAdded explanation to mimetypes.list.php to avoid future confusion.
Thomas Tanghus [Mon, 14 Apr 2014 16:21:19 +0000 (18:21 +0200)]
Added explanation to mimetypes.list.php to avoid future confusion.

10 years agoWhite-list known secure mime types. Refs. #8184
Thomas Tanghus [Mon, 14 Apr 2014 15:17:50 +0000 (17:17 +0200)]
White-list known secure mime types. Refs. #8184

10 years agoMerge pull request #8181 from owncloud/fix_wrong_webdav_warning
Thomas Müller [Mon, 14 Apr 2014 14:53:06 +0000 (16:53 +0200)]
Merge pull request #8181 from owncloud/fix_wrong_webdav_warning

Fix a wrong WebDAV Warning with self-signed-certs

10 years agoMerge pull request #8019 from owncloud/thumbnail_fixes
Thomas Müller [Mon, 14 Apr 2014 14:23:03 +0000 (16:23 +0200)]
Merge pull request #8019 from owncloud/thumbnail_fixes

Thumbnail fixes

10 years agoMerge pull request #8156 from owncloud/fix-middleware-container
Thomas Müller [Mon, 14 Apr 2014 12:53:58 +0000 (14:53 +0200)]
Merge pull request #8156 from owncloud/fix-middleware-container

fix the middleware registration process in the container

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 14 Apr 2014 05:55:09 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoThe latest developer manual link
Volkan Gezer [Sun, 13 Apr 2014 21:24:00 +0000 (23:24 +0200)]
The latest developer manual link

10 years agoMerge pull request #8188 from owncloud/print-does-also-take-ar
Thomas Müller [Sun, 13 Apr 2014 21:04:04 +0000 (23:04 +0200)]
Merge pull request #8188 from owncloud/print-does-also-take-ar

p() and print_unescaped() also take arrays as parameter

10 years agoThe latest developer manual link
Volkan Gezer [Sun, 13 Apr 2014 20:10:38 +0000 (22:10 +0200)]
The latest developer manual link

10 years agoMerge pull request #8182 from owncloud/check-user-mounti
Robin McCorkell [Sun, 13 Apr 2014 16:13:49 +0000 (17:13 +0100)]
Merge pull request #8182 from owncloud/check-user-mounti

Check whether the user has permissions to add personal storage backends

10 years agop() and print_unescaped() also take arrays as parameter
Lukas Reschke [Sun, 13 Apr 2014 14:18:05 +0000 (16:18 +0200)]
p() and print_unescaped() also take arrays as parameter

This fixes some scrutinizer issues.

10 years agoMerge pull request #8165 from owncloud/karma-removewarnings
Lukas Reschke [Sun, 13 Apr 2014 10:40:42 +0000 (12:40 +0200)]
Merge pull request #8165 from owncloud/karma-removewarnings

Remove annoying karma 404 warnings for images

10 years agoCheck whether the user has permissions to add personal storage backends
Lukas Reschke [Sun, 13 Apr 2014 09:01:50 +0000 (11:01 +0200)]
Check whether the user has permissions to add personal storage backends

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 13 Apr 2014 05:55:12 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoFix a wrong WebDAV Warning with self-signed-certs
kondou [Sun, 13 Apr 2014 03:21:29 +0000 (05:21 +0200)]
Fix a wrong WebDAV Warning with self-signed-certs

Occuring in the admin interface

10 years agofix translation link
Volkan Gezer [Sat, 12 Apr 2014 23:47:03 +0000 (01:47 +0200)]
fix translation link

10 years agoupda mailinglist address
Volkan Gezer [Sat, 12 Apr 2014 23:45:10 +0000 (01:45 +0200)]
upda mailinglist address

10 years agofix contribute link
Volkan Gezer [Sat, 12 Apr 2014 21:47:32 +0000 (23:47 +0200)]
fix contribute link

10 years agodefault to GET request when no method is set to fix unittests, also set parsed json...
Bernhard Posselt [Sat, 12 Apr 2014 14:17:49 +0000 (16:17 +0200)]
default to GET request when no method is set to fix unittests, also set parsed json parameters on the post attribute

10 years agoCorrectly process request parameters other than GET or POST, dont use globals in...
Bernhard Posselt [Sat, 12 Apr 2014 13:02:19 +0000 (15:02 +0200)]
Correctly process request parameters other than GET or POST, dont use globals in the class but inject it

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 12 Apr 2014 05:56:11 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agouse references for middleware to fix problems on 5.3
Bernhard Posselt [Fri, 11 Apr 2014 18:50:49 +0000 (20:50 +0200)]
use references for middleware to fix problems on 5.3

10 years agoMerge pull request #8168 from owncloud/only-encode-dangerous-char
Lukas Reschke [Fri, 11 Apr 2014 18:44:39 +0000 (20:44 +0200)]
Merge pull request #8168 from owncloud/only-encode-dangerous-char

Only encode dangerous dangerous characters

10 years agoOnly encode dangerous dangerous characters
Lukas Reschke [Fri, 11 Apr 2014 17:42:15 +0000 (19:42 +0200)]
Only encode dangerous dangerous characters

There is no need to encode all characters into HTML entities, only potential dangerous characters as &, ", ', < and > should get encoded.

This may fix issues like https://github.com/owncloud/calendar/pull/394

10 years agoMerge pull request #7807 from sarciszewski/patch-1
Lukas Reschke [Fri, 11 Apr 2014 17:19:02 +0000 (19:19 +0200)]
Merge pull request #7807 from sarciszewski/patch-1

Update crypt.php

10 years agoMerge pull request #8069 from owncloud/fix-localization-issues-with-file-encrypt-app
Björn Schießle [Fri, 11 Apr 2014 15:22:13 +0000 (17:22 +0200)]
Merge pull request #8069 from owncloud/fix-localization-issues-with-file-encrypt-app

Fix some localization issues with file encryption/decryption strings

10 years agoRemove annoying karma 404 warnings for images
Vincent Petry [Fri, 11 Apr 2014 13:25:40 +0000 (15:25 +0200)]
Remove annoying karma 404 warnings for images

Karma now serves images from core to avoid polluting the logs with a lot
of 404 warnings.

This also makes it easier to read the test errors during development.

10 years agoTypo fix.
Volkan Gezer [Fri, 11 Apr 2014 13:23:43 +0000 (15:23 +0200)]
Typo fix.

10 years agodrop folder support on public shared folders
Thomas Müller [Fri, 11 Apr 2014 12:54:13 +0000 (14:54 +0200)]
drop folder support on public shared folders

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 11 Apr 2014 05:55:15 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #5857 from owncloud/type-ahead-share-by-mail-master
Thomas Müller [Thu, 10 Apr 2014 22:04:58 +0000 (00:04 +0200)]
Merge pull request #5857 from owncloud/type-ahead-share-by-mail-master

introduce auto completion on share email - integrated with the contactsm...

10 years agoMerge pull request #8076 from owncloud/enable-dav-browser
Lukas Reschke [Thu, 10 Apr 2014 19:47:03 +0000 (21:47 +0200)]
Merge pull request #8076 from owncloud/enable-dav-browser

Re-enable the sabredav browser plugin to fix sync client setup

10 years agofix the middleware registration process in the container
Bernhard Posselt [Thu, 10 Apr 2014 18:51:03 +0000 (20:51 +0200)]
fix the middleware registration process in the container

10 years agoMerge pull request #8139 from owncloud/fix-middleware-registration
Bernhard Posselt [Thu, 10 Apr 2014 18:24:30 +0000 (20:24 +0200)]
Merge pull request #8139 from owncloud/fix-middleware-registration

register middleware as string to not force request to be instantiated to...

10 years agofix single file upload in firefox
Thomas Müller [Thu, 10 Apr 2014 16:07:36 +0000 (18:07 +0200)]
fix single file upload in firefox

10 years agoMerge pull request #8107 from owncloud/dav-negativetimestampfix
Thomas Müller [Thu, 10 Apr 2014 15:37:53 +0000 (17:37 +0200)]
Merge pull request #8107 from owncloud/dav-negativetimestampfix

Fixed Sabre Node implementation to correctly return timestamps as int

10 years agoMerge pull request #8112 from owncloud/karma-enableautowatch
Thomas Müller [Thu, 10 Apr 2014 14:57:28 +0000 (16:57 +0200)]
Merge pull request #8112 from owncloud/karma-enableautowatch

Enable autowatch for karma

10 years agoMerge pull request #8137 from owncloud/routeing-requirements
Thomas Müller [Thu, 10 Apr 2014 14:23:01 +0000 (16:23 +0200)]
Merge pull request #8137 from owncloud/routeing-requirements

add requirements to routing

10 years agoMerge pull request #8138 from owncloud/allow-app-in-routes.php
Thomas Müller [Thu, 10 Apr 2014 14:09:23 +0000 (16:09 +0200)]
Merge pull request #8138 from owncloud/allow-app-in-routes.php

To isolate the variable scope used inside the $file it is required in it...

10 years agoMerge pull request #8027 from owncloud/routes-ocs
Tom Needham [Thu, 10 Apr 2014 11:22:34 +0000 (12:22 +0100)]
Merge pull request #8027 from owncloud/routes-ocs

Load all routes when matching an ocs route

10 years agoMerge pull request #8018 from owncloud/ocs_result_success_is_100
Vincent Petry [Thu, 10 Apr 2014 11:03:10 +0000 (13:03 +0200)]
Merge pull request #8018 from owncloud/ocs_result_success_is_100

OC_OCS_Result Class, Only accept 100 code as success

10 years agoMerge pull request #7825 from owncloud/hash-stream
Vincent Petry [Thu, 10 Apr 2014 08:42:04 +0000 (10:42 +0200)]
Merge pull request #7825 from owncloud/hash-stream

Use streams when generating hashes of remote files

10 years agoMerge pull request #8053 from owncloud/preview-hook-root
Vincent Petry [Thu, 10 Apr 2014 08:31:40 +0000 (10:31 +0200)]
Merge pull request #8053 from owncloud/preview-hook-root

Pass the correct root to the preview on post_write

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 10 Apr 2014 05:55:39 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoregister middleware as string to not force request to be instantiated too early and...
Bernhard Posselt [Wed, 9 Apr 2014 21:59:57 +0000 (23:59 +0200)]
register middleware as string to not force request to be instantiated too early and thus not having url parameters

10 years agoIn cases folder drag and drop is not supported a proper message is displayed
Thomas Müller [Wed, 9 Apr 2014 21:32:12 +0000 (23:32 +0200)]
In cases folder drag and drop is not supported a proper message is displayed

10 years agoTo isolate the variable scope used inside the $file it is required in it's own method
Thomas Müller [Wed, 9 Apr 2014 20:45:34 +0000 (22:45 +0200)]
To isolate the variable scope used inside the $file it is required in it's own method

10 years agouse FileList.findFileEl
Thomas Müller [Wed, 9 Apr 2014 20:16:41 +0000 (22:16 +0200)]
use FileList.findFileEl

10 years agoMerge branch 'master' into lukepolo-master
Thomas Müller [Wed, 9 Apr 2014 20:00:25 +0000 (22:00 +0200)]
Merge branch 'master' into lukepolo-master

Conflicts:
apps/files/js/filelist.js

10 years agoadd requirements to routing
Bernhard Posselt [Wed, 9 Apr 2014 19:57:32 +0000 (21:57 +0200)]
add requirements to routing

10 years agoMerge pull request #8129 from owncloud/core-svgsupport
Thomas Tanghus [Wed, 9 Apr 2014 17:15:37 +0000 (19:15 +0200)]
Merge pull request #8129 from owncloud/core-svgsupport

Moved SVGSupport call to use OC.Util.SVGSupport()

10 years agoMerge pull request #8128 from owncloud/fix/undefined-index-storage
Joas Schilling [Wed, 9 Apr 2014 16:26:17 +0000 (18:26 +0200)]
Merge pull request #8128 from owncloud/fix/undefined-index-storage

Fix Undefined index: storage in share.php

10 years agoFixed Sabre Node implementation to correctly return timestamps as int
Vincent Petry [Tue, 8 Apr 2014 09:57:33 +0000 (11:57 +0200)]
Fixed Sabre Node implementation to correctly return timestamps as int

Negative timestamps were returned as string and were confusing other

Sabre API like Sabre_DAV_Property_GetLastModified.

This fix makes sure the timestamp is returned as int when defined.

10 years agoMoved SVGSupport call to use OC.Util.SVGSupport()
Vincent Petry [Wed, 9 Apr 2014 13:23:09 +0000 (15:23 +0200)]
Moved SVGSupport call to use OC.Util.SVGSupport()

10 years agoFix Undefined index: storage in share.php
Joas Schilling [Wed, 9 Apr 2014 13:14:44 +0000 (15:14 +0200)]
Fix Undefined index: storage in share.php

There parameter was removed when the code was cleaned up:
{"app":"PHP","message":"Undefined index: storage at
E:\\ownCloud\\owncloud\\lib\\private\\share\\share.php#1160",
"level":0,"time":"2014-04-09T12:56:23+00:00"}

10 years agoMerge pull request #8049 from owncloud/filepickersvg
Morris Jobke [Wed, 9 Apr 2014 13:05:40 +0000 (15:05 +0200)]
Merge pull request #8049 from owncloud/filepickersvg

Fix file picker SVG issues

10 years agoMerge pull request #8126 from owncloud/remove_obsolete_code_in_sharing_js
Vincent Petry [Wed, 9 Apr 2014 12:50:15 +0000 (14:50 +0200)]
Merge pull request #8126 from owncloud/remove_obsolete_code_in_sharing_js

remove obsolete code

10 years agofix search box wrapping on very narrow screens
Jan-Christoph Borchardt [Wed, 9 Apr 2014 11:20:46 +0000 (13:20 +0200)]
fix search box wrapping on very narrow screens

10 years agosearch: change date color to grey for less distraction
Jan-Christoph Borchardt [Wed, 9 Apr 2014 10:58:14 +0000 (12:58 +0200)]
search: change date color to grey for less distraction

10 years agoincrease height of result for better clickability
Jan-Christoph Borchardt [Wed, 9 Apr 2014 10:55:10 +0000 (12:55 +0200)]
increase height of result for better clickability

10 years agomake search results work on mobile as well
Jan-Christoph Borchardt [Wed, 9 Apr 2014 10:51:32 +0000 (12:51 +0200)]
make search results work on mobile as well

10 years agoMerge pull request #7837 from owncloud/fix_7530
blizzz [Wed, 9 Apr 2014 10:27:17 +0000 (12:27 +0200)]
Merge pull request #7837 from owncloud/fix_7530

LDAP: fix determining objectclasses takes long

10 years agoadd comment to clearify when a skip in the foreach happens
Arthur Schiwon [Wed, 9 Apr 2014 10:25:48 +0000 (12:25 +0200)]
add comment to clearify when a skip in the foreach happens

10 years agoremove obsolete code
Jörn Friedrich Dreyer [Wed, 9 Apr 2014 10:09:28 +0000 (12:09 +0200)]
remove obsolete code

10 years agoMerge pull request #8122 from owncloud/issue/8048
Joas Schilling [Wed, 9 Apr 2014 09:14:24 +0000 (11:14 +0200)]
Merge pull request #8122 from owncloud/issue/8048

Always define sendmail_is_available in settings/admin.php

10 years agoAlways define sendmail_is_available
Joas Schilling [Wed, 9 Apr 2014 08:18:46 +0000 (10:18 +0200)]
Always define sendmail_is_available

Fix #8048

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 9 Apr 2014 05:56:49 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #8117 from owncloud/fix-hard-coded-uman-str
Thomas Müller [Tue, 8 Apr 2014 20:45:19 +0000 (22:45 +0200)]
Merge pull request #8117 from owncloud/fix-hard-coded-uman-str

Make hardcoded exception messages translatable

10 years agoMerge pull request #7643 from owncloud/chainable_response
Thomas Müller [Tue, 8 Apr 2014 20:42:43 +0000 (22:42 +0200)]
Merge pull request #7643 from owncloud/chainable_response

Chainable Response in AppFramework

10 years agoMerge pull request #8111 from owncloud/trash-disablesharing
Vincent Petry [Tue, 8 Apr 2014 19:00:44 +0000 (21:00 +0200)]
Merge pull request #8111 from owncloud/trash-disablesharing

Disable sharing in trashbin app

10 years agoMake hardcoded exception messages translatable
Volkan Gezer [Tue, 8 Apr 2014 18:07:25 +0000 (20:07 +0200)]
Make hardcoded exception messages translatable