]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
9 years agoAlso propagate etag changes when the watcher finds a changed file
Robin Appelman [Tue, 14 Oct 2014 15:15:46 +0000 (17:15 +0200)]
Also propagate etag changes when the watcher finds a changed file

9 years agoMerge pull request #11954 from owncloud/enc_stop_uploading_if_private_key_is_missing
Lukas Reschke [Fri, 7 Nov 2014 10:19:04 +0000 (11:19 +0100)]
Merge pull request #11954 from owncloud/enc_stop_uploading_if_private_key_is_missing

Enc stop uploading if private key is missing

9 years agoMerge pull request #12019 from owncloud/fix-template-shortcuts
Thomas Müller [Fri, 7 Nov 2014 10:01:10 +0000 (11:01 +0100)]
Merge pull request #12019 from owncloud/fix-template-shortcuts

second parameter in template shortcuts script() and style() is optional

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 7 Nov 2014 06:55:10 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #12003 from owncloud/password-migration
Lukas Reschke [Thu, 6 Nov 2014 21:43:57 +0000 (22:43 +0100)]
Merge pull request #12003 from owncloud/password-migration

Use new hashing API for OC_User_Database

9 years agosecond parameter in template shortcuts script() and style() is optional
Morris Jobke [Thu, 6 Nov 2014 20:26:50 +0000 (21:26 +0100)]
second parameter in template shortcuts script() and style() is optional

9 years agoMerge pull request #12009 from owncloud/make-optional
Morris Jobke [Thu, 6 Nov 2014 18:43:11 +0000 (19:43 +0100)]
Merge pull request #12009 from owncloud/make-optional

Make second argument optional

9 years agoMerge pull request #11945 from owncloud/share-setup-other-user
Robin Appelman [Thu, 6 Nov 2014 18:24:24 +0000 (19:24 +0100)]
Merge pull request #11945 from owncloud/share-setup-other-user

Setup shared mounts for the correct user when setting up the filesystem

9 years agoFix sharing tests
Robin Appelman [Thu, 6 Nov 2014 17:31:33 +0000 (18:31 +0100)]
Fix sharing tests

9 years agoSupport displaynames for dummy user backend
Robin Appelman [Thu, 6 Nov 2014 16:22:59 +0000 (17:22 +0100)]
Support displaynames for dummy user backend

9 years agoSetup shared mounts for the correct user when setting up the filesystem for the non...
Robin Appelman [Tue, 4 Nov 2014 14:16:58 +0000 (15:16 +0100)]
Setup shared mounts for the correct user when setting up the filesystem for the non-logged in user

9 years agoDont make real users in tests
Robin Appelman [Tue, 4 Nov 2014 14:15:58 +0000 (15:15 +0100)]
Dont make real users in tests

9 years agoMake second argument optional
Lukas Reschke [Thu, 6 Nov 2014 17:17:21 +0000 (18:17 +0100)]
Make second argument optional

Equivalent to addVendorScript und addScript from OC_Util

9 years agoLoad PHPAss via autoloader
Lukas Reschke [Thu, 6 Nov 2014 15:32:53 +0000 (16:32 +0100)]
Load PHPAss via autoloader

9 years agoMerge pull request #12000 from owncloud/bower-strengthify
Morris Jobke [Thu, 6 Nov 2014 15:30:44 +0000 (16:30 +0100)]
Merge pull request #12000 from owncloud/bower-strengthify

bower strengthify

9 years agobower strengthify
Morris Jobke [Thu, 6 Nov 2014 13:47:58 +0000 (14:47 +0100)]
bower strengthify

9 years agoMerge pull request #11998 from owncloud/add-get-logger-to-interface
Lukas Reschke [Thu, 6 Nov 2014 15:04:54 +0000 (16:04 +0100)]
Merge pull request #11998 from owncloud/add-get-logger-to-interface

Add getLogger() to IServerContainer

9 years agoUse new hashing API for OC_User_Database
Lukas Reschke [Thu, 6 Nov 2014 14:42:06 +0000 (15:42 +0100)]
Use new hashing API for OC_User_Database

This will use the new Hashing API for OC_User_Database and migrate old passwords upon initial login of the user.

9 years agoMerge pull request #11947 from owncloud/public-hash-api
Thomas Müller [Thu, 6 Nov 2014 14:17:12 +0000 (15:17 +0100)]
Merge pull request #11947 from owncloud/public-hash-api

Add OCP\Security\IHasher

9 years agoAdd OCP\Security\IHasher
Lukas Reschke [Tue, 4 Nov 2014 15:05:31 +0000 (16:05 +0100)]
Add OCP\Security\IHasher

Public interface for hashing which also works with legacy ownCloud hashes and supports updating the legacy hash via a passed reference.

Follow-up of https://github.com/owncloud/core/pull/10219#issuecomment-61624662
Requires https://github.com/owncloud/3rdparty/pull/136

9 years agoupdate to 3rdparty master
Morris Jobke [Thu, 6 Nov 2014 14:02:32 +0000 (15:02 +0100)]
update to 3rdparty master

9 years agoMerge pull request #11883 from owncloud/clear-session-for-setup
Lukas Reschke [Thu, 6 Nov 2014 13:39:51 +0000 (14:39 +0100)]
Merge pull request #11883 from owncloud/clear-session-for-setup

Clear session before setup

9 years agoMerge pull request #11972 from owncloud/usermanager-remove-delete
Lukas Reschke [Thu, 6 Nov 2014 12:52:25 +0000 (13:52 +0100)]
Merge pull request #11972 from owncloud/usermanager-remove-delete

Remove confusingly names \OC\User\Manager::delete and fix the automatic ...

9 years agoMerge pull request #11993 from owncloud/enc_repeat_password
Lukas Reschke [Thu, 6 Nov 2014 12:42:00 +0000 (13:42 +0100)]
Merge pull request #11993 from owncloud/enc_repeat_password

[encryption] check if the provided password is really the current log-in password

9 years agoAdd getLogger() to IServerContainer
Lukas Reschke [Thu, 6 Nov 2014 12:36:36 +0000 (13:36 +0100)]
Add getLogger() to IServerContainer

Makes my IDE complaining less ;-)

9 years agoMerge pull request #11984 from owncloud/bower-md5
Thomas Müller [Thu, 6 Nov 2014 12:28:30 +0000 (13:28 +0100)]
Merge pull request #11984 from owncloud/bower-md5

bower md5

9 years agomd5 now handled via bower
Morris Jobke [Wed, 5 Nov 2014 21:58:48 +0000 (22:58 +0100)]
md5 now handled via bower

9 years agoMerge pull request #11985 from owncloud/bower-snap
Morris Jobke [Thu, 6 Nov 2014 11:44:36 +0000 (12:44 +0100)]
Merge pull request #11985 from owncloud/bower-snap

bower snapjs

9 years agobower snapjs
Morris Jobke [Wed, 5 Nov 2014 22:19:11 +0000 (23:19 +0100)]
bower snapjs

9 years agoMerge pull request #11989 from owncloud/bower-zxcvbn
Thomas Müller [Thu, 6 Nov 2014 10:57:33 +0000 (11:57 +0100)]
Merge pull request #11989 from owncloud/bower-zxcvbn

bower zxcvbn

9 years agobower zxcvbn
Morris Jobke [Thu, 6 Nov 2014 09:15:22 +0000 (10:15 +0100)]
bower zxcvbn

9 years agoMerge pull request #11981 from owncloud/bower-jcrop
Thomas Müller [Thu, 6 Nov 2014 10:49:39 +0000 (11:49 +0100)]
Merge pull request #11981 from owncloud/bower-jcrop

bower jcrop

9 years agocheck if the provided password is really the current log-in password
Bjoern Schiessle [Thu, 6 Nov 2014 10:11:46 +0000 (11:11 +0100)]
check if the provided password is really the current log-in password

9 years agobower jcrop
Morris Jobke [Wed, 5 Nov 2014 20:44:31 +0000 (21:44 +0100)]
bower jcrop

9 years agoMerge pull request #11980 from owncloud/bower-select2
Morris Jobke [Thu, 6 Nov 2014 08:27:58 +0000 (09:27 +0100)]
Merge pull request #11980 from owncloud/bower-select2

bower select2

9 years agomanage select2 via bower
Morris Jobke [Thu, 6 Nov 2014 08:27:12 +0000 (09:27 +0100)]
manage select2 via bower

9 years agoMerge pull request #11982 from owncloud/bower-underscore
Vincent Petry [Thu, 6 Nov 2014 07:42:29 +0000 (08:42 +0100)]
Merge pull request #11982 from owncloud/bower-underscore

bower underscore

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 6 Nov 2014 06:55:04 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #11983 from owncloud/drop-chosen
Morris Jobke [Wed, 5 Nov 2014 23:47:25 +0000 (00:47 +0100)]
Merge pull request #11983 from owncloud/drop-chosen

drop unused library chosen

9 years agobower underscore
Morris Jobke [Wed, 5 Nov 2014 21:05:24 +0000 (22:05 +0100)]
bower underscore

9 years agodrop unused library chosen
Morris Jobke [Wed, 5 Nov 2014 21:41:33 +0000 (22:41 +0100)]
drop unused library chosen

9 years agoMerge pull request #11970 from owncloud/bower-handlebars
Thomas Müller [Wed, 5 Nov 2014 15:50:58 +0000 (16:50 +0100)]
Merge pull request #11970 from owncloud/bower-handlebars

bower handlebars

9 years agobower handlebars
Morris Jobke [Wed, 5 Nov 2014 13:14:23 +0000 (14:14 +0100)]
bower handlebars

9 years agoMerge pull request #11936 from owncloud/bower-jquery
Lukas Reschke [Wed, 5 Nov 2014 15:43:24 +0000 (16:43 +0100)]
Merge pull request #11936 from owncloud/bower-jquery

Bower jquery

9 years agoRemove confusingly names \OC\User\Manager::delete and fix the automatic cache cleanup...
Robin Appelman [Wed, 5 Nov 2014 14:45:58 +0000 (15:45 +0100)]
Remove confusingly names \OC\User\Manager::delete and fix the automatic cache cleanup instead

9 years agoMerge pull request #11968 from owncloud/drop-jquery-placeholder
Lukas Reschke [Wed, 5 Nov 2014 14:04:23 +0000 (15:04 +0100)]
Merge pull request #11968 from owncloud/drop-jquery-placeholder

drop unused jquery.placeholder

9 years agoMerge pull request #11355 from owncloud/unbold
Thomas Müller [Wed, 5 Nov 2014 13:18:16 +0000 (14:18 +0100)]
Merge pull request #11355 from owncloud/unbold

Unbold

9 years agoexplicitly unbold text by default, otherwise might be bold
Jan-Christoph Borchardt [Mon, 29 Sep 2014 14:39:07 +0000 (16:39 +0200)]
explicitly unbold text by default, otherwise might be bold

9 years agounbold labels and folders
Jan-Christoph Borchardt [Mon, 29 Sep 2014 14:38:37 +0000 (16:38 +0200)]
unbold labels and folders

9 years agoMerge pull request #11965 from owncloud/fix-jsonresponse
Thomas Müller [Wed, 5 Nov 2014 13:03:12 +0000 (14:03 +0100)]
Merge pull request #11965 from owncloud/fix-jsonresponse

fix typo in content type for JSONResponse

9 years agoMerge pull request #11928 from owncloud/support-HTML-in-logo
Thomas Müller [Wed, 5 Nov 2014 12:54:29 +0000 (13:54 +0100)]
Merge pull request #11928 from owncloud/support-HTML-in-logo

Support HTML in logo

9 years agoMerge pull request #11962 from owncloud/fix-server-sharing-strings
Thomas Müller [Wed, 5 Nov 2014 12:43:23 +0000 (13:43 +0100)]
Merge pull request #11962 from owncloud/fix-server-sharing-strings

adjust strings - fixed #11930

9 years agodrop unused jquery.placeholder
Morris Jobke [Wed, 5 Nov 2014 12:41:11 +0000 (13:41 +0100)]
drop unused jquery.placeholder

9 years agoMerge pull request #11966 from owncloud/drop-jquery-inview
Morris Jobke [Wed, 5 Nov 2014 12:11:48 +0000 (13:11 +0100)]
Merge pull request #11966 from owncloud/drop-jquery-inview

drop jquery.inview as it is unused

9 years agothrow exception if private key is missing
Bjoern Schiessle [Tue, 4 Nov 2014 16:17:29 +0000 (17:17 +0100)]
throw exception if private key is missing

9 years agodrop jquery.inview as it is unused
Morris Jobke [Wed, 5 Nov 2014 11:57:18 +0000 (12:57 +0100)]
drop jquery.inview as it is unused

9 years agoMerge pull request #11853 from owncloud/close-session-for-trashbin
Vincent Petry [Wed, 5 Nov 2014 11:44:10 +0000 (12:44 +0100)]
Merge pull request #11853 from owncloud/close-session-for-trashbin

Close session for files_trashbin

9 years agofix typo in content type
Bernhard Posselt [Wed, 5 Nov 2014 11:04:56 +0000 (12:04 +0100)]
fix typo in content type

9 years agoMerge pull request #11953 from owncloud/drop-listview-js
Thomas Müller [Wed, 5 Nov 2014 10:31:53 +0000 (11:31 +0100)]
Merge pull request #11953 from owncloud/drop-listview-js

drop listview.js

9 years agoignore core/vendor in scrutinizer
Morris Jobke [Wed, 5 Nov 2014 10:13:00 +0000 (11:13 +0100)]
ignore core/vendor in scrutinizer

9 years agoadjust strings - fixed #11930
Thomas Müller [Wed, 5 Nov 2014 10:08:17 +0000 (11:08 +0100)]
adjust strings - fixed #11930

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 5 Nov 2014 06:54:36 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #11949 from owncloud/s2s-fixcertcheckwhennocertfile
Vincent Petry [Tue, 4 Nov 2014 19:05:49 +0000 (20:05 +0100)]
Merge pull request #11949 from owncloud/s2s-fixcertcheckwhennocertfile

Check for cert bundle existence before using it

9 years agoStore curl error message directly
Vincent Petry [Tue, 4 Nov 2014 16:37:15 +0000 (17:37 +0100)]
Store curl error message directly

9 years agodrop listview.js
Morris Jobke [Tue, 4 Nov 2014 16:28:35 +0000 (17:28 +0100)]
drop listview.js

* isn't used in core and isn't mentioned in documentation

9 years agostill try to encrypt files, even if the session is not initialized. The stream wrappe...
Bjoern Schiessle [Tue, 4 Nov 2014 16:16:36 +0000 (17:16 +0100)]
still try to encrypt files, even if the session is not initialized. The stream wrapper will throw an error which is better than silently continue.

9 years agoCheck for cert bundle existence before using it
Vincent Petry [Tue, 4 Nov 2014 15:44:42 +0000 (16:44 +0100)]
Check for cert bundle existence before using it

9 years agoMerge pull request #11940 from owncloud/fix-underline-convention
Thomas Müller [Tue, 4 Nov 2014 13:51:19 +0000 (14:51 +0100)]
Merge pull request #11940 from owncloud/fix-underline-convention

fix shortcuts - underline instead of camelCase

9 years agoMerge pull request #11938 from owncloud/jshintrc-laxbreak
Thomas Müller [Tue, 4 Nov 2014 13:49:58 +0000 (14:49 +0100)]
Merge pull request #11938 from owncloud/jshintrc-laxbreak

enable laxbreak option in jshintrc to comply with our coding guide lines

9 years agomigrate jQuery to bower
Morris Jobke [Tue, 4 Nov 2014 11:51:29 +0000 (12:51 +0100)]
migrate jQuery to bower

9 years agoMerge pull request #11934 from owncloud/trash-restorefixonlyrescantrashfolder
Vincent Petry [Tue, 4 Nov 2014 13:16:58 +0000 (14:16 +0100)]
Merge pull request #11934 from owncloud/trash-restorefixonlyrescantrashfolder

Only rescan trash folder when checking deleted versions

9 years agofix shortcuts - underline instead of camelCase
Morris Jobke [Tue, 4 Nov 2014 12:57:38 +0000 (13:57 +0100)]
fix shortcuts - underline instead of camelCase

9 years agoMerge pull request #11362 from mark0n/rm_ldap_conf_cli
blizzz [Tue, 4 Nov 2014 12:19:45 +0000 (13:19 +0100)]
Merge pull request #11362 from mark0n/rm_ldap_conf_cli

Add a CLI command that deletes an LDAP config

9 years agoenable laxbreak option in jshintrc to comply with our coding guide lines
Arthur Schiwon [Tue, 4 Nov 2014 11:51:54 +0000 (12:51 +0100)]
enable laxbreak option in jshintrc to comply with our coding guide lines

9 years agoOnly rescan trash folder when checking deleted versions
Vincent Petry [Tue, 4 Nov 2014 11:29:42 +0000 (12:29 +0100)]
Only rescan trash folder when checking deleted versions

This fix prevents the file scanner to rescan the WHOLE storage and reset
the etags by mistake.

9 years agofix whitespace
Morris Jobke [Tue, 4 Nov 2014 11:22:15 +0000 (12:22 +0100)]
fix whitespace

9 years agoMerge pull request #11916 from owncloud/introduce-bower
Morris Jobke [Tue, 4 Nov 2014 10:59:33 +0000 (11:59 +0100)]
Merge pull request #11916 from owncloud/introduce-bower

Introduce bower dependency managment for frontend libraries

9 years agoMerge pull request #11931 from owncloud/fix-js-unit-tests
Morris Jobke [Tue, 4 Nov 2014 10:38:26 +0000 (11:38 +0100)]
Merge pull request #11931 from owncloud/fix-js-unit-tests

JS unit tests fix - use toBeUndefined() instead of toEqual(null)

9 years agouse https ... everywhere :)
Morris Jobke [Tue, 4 Nov 2014 09:55:18 +0000 (10:55 +0100)]
use https ... everywhere :)

9 years agoJS unit tests fix - use toBeUndefined() instead of toEqual(null)
Morris Jobke [Tue, 4 Nov 2014 09:37:16 +0000 (10:37 +0100)]
JS unit tests fix - use toBeUndefined() instead of toEqual(null)

9 years agofix config.sample.php linebreak
Morris Jobke [Tue, 4 Nov 2014 08:23:38 +0000 (09:23 +0100)]
fix config.sample.php linebreak

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 4 Nov 2014 06:55:05 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #11924 from owncloud/firstCheckIfItIsDefaultConfig
Morris Jobke [Mon, 3 Nov 2014 20:20:42 +0000 (21:20 +0100)]
Merge pull request #11924 from owncloud/firstCheckIfItIsDefaultConfig

First check whether it is the default config before touching

9 years agoSupport HTML in logo claim
Lukas Reschke [Mon, 3 Nov 2014 20:13:07 +0000 (21:13 +0100)]
Support HTML in logo claim

9 years agoreplace moment.js with bower version
Morris Jobke [Mon, 3 Nov 2014 10:18:52 +0000 (11:18 +0100)]
replace moment.js with bower version

* fix JS unit tests

9 years agoability to add bower resources
Morris Jobke [Mon, 3 Nov 2014 10:18:17 +0000 (11:18 +0100)]
ability to add bower resources

* add addVendorScript & addVendorStyle
* refactoring of addScript and addStyle
* add shortcuts vendorScript and vendorStyle

9 years agoupdate 3rdparty to master
Morris Jobke [Mon, 3 Nov 2014 19:31:53 +0000 (20:31 +0100)]
update 3rdparty to master

9 years agoupdate 3rdparty to master
Morris Jobke [Mon, 3 Nov 2014 19:30:59 +0000 (20:30 +0100)]
update 3rdparty to master

9 years agoMerge pull request #11918 from owncloud/pimple-composer
Thomas Müller [Mon, 3 Nov 2014 15:58:30 +0000 (16:58 +0100)]
Merge pull request #11918 from owncloud/pimple-composer

Update Pimple to V3.0

9 years agoUpdate Pimple to V3.0
Thomas Müller [Mon, 3 Nov 2014 12:10:03 +0000 (13:10 +0100)]
Update Pimple to V3.0

9 years agoMerge pull request #11921 from owncloud/symfony-composer
Lukas Reschke [Mon, 3 Nov 2014 15:42:52 +0000 (16:42 +0100)]
Merge pull request #11921 from owncloud/symfony-composer

Symfony composer

9 years agoFirst check whether it is the default config before touchign
Lukas Reschke [Mon, 3 Nov 2014 15:37:04 +0000 (16:37 +0100)]
First check whether it is the default config before touchign

Potentially fixes https://github.com/owncloud/core/issues/11678

9 years agoMerge pull request #11923 from owncloud/admin-connectivitycheckscapitalized
Thomas Müller [Mon, 3 Nov 2014 14:44:39 +0000 (15:44 +0100)]
Merge pull request #11923 from owncloud/admin-connectivitycheckscapitalized

Capitalize Checks in admin page

9 years agoCapitalize Checks in admin page
Vincent Petry [Mon, 3 Nov 2014 14:41:40 +0000 (15:41 +0100)]
Capitalize Checks in admin page

9 years agoMerge pull request #11172 from owncloud/user-ldap-no-bcmath
blizzz [Mon, 3 Nov 2014 13:03:26 +0000 (14:03 +0100)]
Merge pull request #11172 from owncloud/user-ldap-no-bcmath

Fix ldap convertSID2Str() / Remove BCMath dependency

9 years agoFix ctor call in OC\Core\Command\Upgrade
Thomas Müller [Mon, 3 Nov 2014 12:53:59 +0000 (13:53 +0100)]
Fix ctor call in OC\Core\Command\Upgrade

9 years agoUpdate Symfony/Console to 2.5 & Update Symfony/Routing to 2.5
Thomas Müller [Mon, 3 Nov 2014 12:52:47 +0000 (13:52 +0100)]
Update Symfony/Console to 2.5 & Update Symfony/Routing to 2.5

9 years agoMerge pull request #11825 from owncloud/fix_rename_files_in_shared_folder
Björn Schießle [Mon, 3 Nov 2014 11:53:14 +0000 (12:53 +0100)]
Merge pull request #11825 from owncloud/fix_rename_files_in_shared_folder

move versions if a file was renamed in a shared folder

9 years agouser_ldap: Reimplement convertSID2Str() without BCMath dependency.
Andreas Fischer [Thu, 18 Sep 2014 22:01:57 +0000 (00:01 +0200)]
user_ldap: Reimplement convertSID2Str() without BCMath dependency.

Also explicitly format sub-id integers as unsigned, which is required for
32-bit systems.

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 3 Nov 2014 06:54:31 +0000 (01:54 -0500)]
[tx-robot] updated from transifex