]>
source.dussan.org Git - nextcloud-server.git/log
Sebastian Bolt [Wed, 22 Oct 2014 20:08:55 +0000 (22:08 +0200)]
"Group admin" default label (issue #7706)
Changed the column header to "Group Admin for" and the default value of
the multiselect box to "no group" if user is not a groupadmin for any
group.
Lukas Reschke [Wed, 22 Oct 2014 16:13:31 +0000 (18:13 +0200)]
Merge pull request #11704 from owncloud/fix-type-for-query
Use mixed as type
blizzz [Wed, 22 Oct 2014 15:56:30 +0000 (17:56 +0200)]
Merge pull request #11702 from owncloud/fix-11637
setup filesystem by username, not login name, fixes #11637
Lukas Reschke [Wed, 22 Oct 2014 15:49:51 +0000 (17:49 +0200)]
Merge pull request #11620 from owncloud/settings-sidebar
Settings sidebar
Lukas Reschke [Wed, 22 Oct 2014 13:07:16 +0000 (15:07 +0200)]
Use mixed as type
Actually query() returns value of the type "mixed" (as is also stated in the interface) - this is purely there to make our IDEs and Scrutinizer happier.
Jörn Friedrich Dreyer [Wed, 22 Oct 2014 12:54:42 +0000 (14:54 +0200)]
Merge pull request #9586 from owncloud/enhanced-sql-script-generation-oracle-master
Special treatment for Oracle
Lukas Reschke [Wed, 22 Oct 2014 12:45:28 +0000 (14:45 +0200)]
Merge pull request #11687 from owncloud/appframework-session-annotation
introduce SessionMiddleWare to control session handling via an annotatio...
Lukas Reschke [Wed, 22 Oct 2014 12:12:05 +0000 (14:12 +0200)]
Merge pull request #11694 from owncloud/extstorage-lazyinit
Lazy initialize external storages
Arthur Schiwon [Wed, 22 Oct 2014 11:36:57 +0000 (13:36 +0200)]
better variable name
Arthur Schiwon [Wed, 22 Oct 2014 11:28:08 +0000 (13:28 +0200)]
set up FS by username, not login name\!
Thomas Müller [Tue, 21 Oct 2014 12:53:10 +0000 (14:53 +0200)]
introduce SessionMiddleWare to control session handling via an annotation
Vincent Petry [Tue, 21 Oct 2014 14:18:44 +0000 (16:18 +0200)]
Lazy initialize external storages
Fixed the following external storages to not connect in the constructor,
but do it on-demand when getConnection() is called.
- S3
- SWIFT
- SFTP
Jörn Friedrich Dreyer [Wed, 22 Oct 2014 10:32:09 +0000 (12:32 +0200)]
Merge pull request #11684 from owncloud/guess_mimetype_on_touch
guess mimetype on touch
Bjoern Schiessle [Tue, 21 Oct 2014 14:19:54 +0000 (16:19 +0200)]
always use the correct share type
Morris Jobke [Wed, 22 Oct 2014 09:18:26 +0000 (11:18 +0200)]
Merge pull request #11416 from owncloud/eventlogger
Allow apps to gather performance diagnistics
Jenkins for ownCloud [Wed, 22 Oct 2014 05:55:22 +0000 (01:55 -0400)]
[tx-robot] updated from transifex
Thomas Müller [Tue, 21 Oct 2014 12:10:57 +0000 (14:10 +0200)]
call initPaths() right before the server is instantiated
Lukas Reschke [Tue, 21 Oct 2014 12:01:49 +0000 (14:01 +0200)]
Merge pull request #11630 from owncloud/kill-some-legacy
remove legacy class OC_Updater
Jörn Friedrich Dreyer [Tue, 21 Oct 2014 10:58:26 +0000 (12:58 +0200)]
guess mimetype on touch
Lukas Reschke [Tue, 21 Oct 2014 08:05:00 +0000 (10:05 +0200)]
Merge pull request #11675 from owncloud/urlencode-for-special-characters
URLEncode filenames to be compatible with special characters
Jenkins for ownCloud [Tue, 21 Oct 2014 05:55:45 +0000 (01:55 -0400)]
[tx-robot] updated from transifex
Lukas Reschke [Mon, 20 Oct 2014 18:00:34 +0000 (20:00 +0200)]
URLEncode filenames to be compatible with special characters
Lukas Reschke [Mon, 20 Oct 2014 17:50:20 +0000 (19:50 +0200)]
Merge pull request #11666 from owncloud/setup-hidesqlitemessageforautoconfig
Hide SQLite information on setup when autoconfig is used
Lukas Reschke [Mon, 20 Oct 2014 17:05:17 +0000 (19:05 +0200)]
Merge pull request #11593 from owncloud/useRelativePathToOwnCloudInstallation
Refer to relative path instead of absolute path
Vincent Petry [Mon, 20 Oct 2014 15:11:08 +0000 (17:11 +0200)]
Add proper setup and teardown
Properly restore REQUEST_URI and SCRIPT_NAME after test runs
Vincent Petry [Mon, 20 Oct 2014 14:20:24 +0000 (16:20 +0200)]
Hide SQLite information on setup when autoconfig is used
Lukas Reschke [Mon, 20 Oct 2014 11:35:23 +0000 (13:35 +0200)]
Add "$_SERVER['REQUEST_URI']" to fix the unit tests
Let's hope that works
Lukas Reschke [Wed, 15 Oct 2014 11:43:04 +0000 (13:43 +0200)]
Add unit tests for convertToRelativePath
Lukas Reschke [Mon, 20 Oct 2014 10:37:32 +0000 (12:37 +0200)]
Refer to relative path instead of absolute path
There is no need to refer to the absolute path here if we can use the relative one.
Conflicts:
lib/private/templatelayout.php
Thomas Müller [Fri, 17 Oct 2014 10:08:31 +0000 (12:08 +0200)]
move some deprecated usage of OC_Config and OC_AppConfig to \OC::server
Thomas Müller [Fri, 17 Oct 2014 09:42:10 +0000 (11:42 +0200)]
remove legacy class OC_Updater
Thomas Müller [Mon, 20 Oct 2014 12:35:43 +0000 (14:35 +0200)]
Merge pull request #11644 from owncloud/tune-share-autocomplete
adjust autocomplete behavior for sharing menu
Robin Appelman [Wed, 15 Oct 2014 11:53:19 +0000 (13:53 +0200)]
Log some additional events
Robin Appelman [Wed, 15 Oct 2014 11:14:13 +0000 (13:14 +0200)]
Allow adding events that hapend before the event logger was loaded
Robin Appelman [Tue, 14 Oct 2014 13:49:00 +0000 (15:49 +0200)]
Rename to NullQueryLogger
Robin Appelman [Fri, 3 Oct 2014 20:13:55 +0000 (22:13 +0200)]
Log some basic events
Robin Appelman [Fri, 3 Oct 2014 18:39:09 +0000 (20:39 +0200)]
Rename namespace to Diagnostics
Robin Appelman [Thu, 2 Oct 2014 23:36:31 +0000 (01:36 +0200)]
Activate the query logger on connect
Robin Appelman [Thu, 2 Oct 2014 23:35:07 +0000 (01:35 +0200)]
Add QueryLogger interface to allow apps to get a list of used queries
Robin Appelman [Thu, 2 Oct 2014 23:16:57 +0000 (01:16 +0200)]
Add an EventLogger interface to allow apps to get a log of the request timeline
Jörn Friedrich Dreyer [Fri, 10 Oct 2014 13:34:19 +0000 (15:34 +0200)]
make tests compatible with hook based skeleton generation
Jörn Friedrich Dreyer [Wed, 8 Oct 2014 16:02:42 +0000 (18:02 +0200)]
throw exception in writeBack, the returned boolean is checked nowhere
Jörn Friedrich Dreyer [Fri, 29 Aug 2014 12:36:00 +0000 (14:36 +0200)]
make skeleton compatible with objectstore
suspend encryption proxy when copying skeleton
Jenkins for ownCloud [Mon, 20 Oct 2014 05:54:34 +0000 (01:54 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 19 Oct 2014 05:54:36 +0000 (01:54 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 18 Oct 2014 05:55:30 +0000 (01:55 -0400)]
[tx-robot] updated from transifex
blizzz [Fri, 17 Oct 2014 21:57:00 +0000 (23:57 +0200)]
Merge pull request #11494 from owncloud/fix-ldap-ingroup-for-9225-2
fix retrieval of group members and cache group members
Arthur Schiwon [Fri, 17 Oct 2014 18:53:09 +0000 (20:53 +0200)]
adjust group manager tests
Arthur Schiwon [Thu, 16 Oct 2014 14:08:59 +0000 (16:08 +0200)]
add one simple cache test
Arthur Schiwon [Fri, 10 Oct 2014 19:29:11 +0000 (21:29 +0200)]
make performance less bad. Still far from good, but at least it works
Arthur Schiwon [Fri, 10 Oct 2014 16:58:39 +0000 (18:58 +0200)]
with several backends, more than limit can be returned
Arthur Schiwon [Thu, 18 Sep 2014 15:12:35 +0000 (17:12 +0200)]
fix retrievel of group members and cache group members
fix changed variable name
Craig Morrissey [Fri, 17 Oct 2014 15:55:32 +0000 (11:55 -0400)]
adjust autocomplete behavior for sharing menu
Morris Jobke [Fri, 17 Oct 2014 13:07:14 +0000 (15:07 +0200)]
update 3rdparty to match master - just adds the merge commit
Morris Jobke [Fri, 17 Oct 2014 13:05:59 +0000 (15:05 +0200)]
Merge pull request #11430 from owncloud/minify-js-css-master
adding cssmin and jssmin(minify)
Lukas Reschke [Fri, 17 Oct 2014 12:32:10 +0000 (14:32 +0200)]
Merge pull request #11634 from owncloud/loadapps-encapsulaterequire
Encapsulate require_once to avoid name space bleedind
Björn Schießle [Fri, 17 Oct 2014 12:18:59 +0000 (14:18 +0200)]
Merge pull request #11631 from owncloud/fix-undefine-encryption-exception
fixing usage of EncryptionException
Vincent Petry [Fri, 17 Oct 2014 10:28:27 +0000 (12:28 +0200)]
Encapsulate require_once to avoid name space bleedind
The script required by require_once might use variable names like $app
which will conflict with the code that follows.
This fix encapsulates require_once into its own function to avoid such
issues.
Thomas Müller [Mon, 6 Oct 2014 10:38:59 +0000 (12:38 +0200)]
adding cssmin and jssmin(minify)
adding argument deleteSelf to rmdirr() - if false the directory itself will not be deleted only it's content
adding repair step to clean the asset cache after upgrade + coding style adjustments
blizzz [Fri, 17 Oct 2014 10:07:27 +0000 (12:07 +0200)]
Merge pull request #9104 from macjohnny/macjohnny-drastic-ldap-speedup
drastic ldap speedup (update)
Morris Jobke [Fri, 17 Oct 2014 10:01:27 +0000 (12:01 +0200)]
Merge pull request #11611 from owncloud/fix-svg-master
Fix SVG icons
Thomas Müller [Fri, 17 Oct 2014 09:46:22 +0000 (11:46 +0200)]
fixing usage of EncryptionException
Morris Jobke [Fri, 17 Oct 2014 09:35:16 +0000 (11:35 +0200)]
Merge pull request #11629 from owncloud/add-notice-to-php-doc
Add PHPDoc about sanitization of "insertIfNotExist"
Morris Jobke [Fri, 17 Oct 2014 09:32:29 +0000 (11:32 +0200)]
Merge pull request #11594 from owncloud/sharing_toggle_password
set password field placeholder back if passward was disabled
Lukas Reschke [Fri, 17 Oct 2014 09:06:49 +0000 (11:06 +0200)]
Add PHPDoc about sanitization of "insertIfNotExist"
Let's document this potential pitfall properly.
Lukas Reschke [Fri, 17 Oct 2014 08:35:24 +0000 (10:35 +0200)]
Add some basic sanitization
Better to be safe than sorry ;)
Thomas Müller [Thu, 16 Oct 2014 16:01:48 +0000 (18:01 +0200)]
implement sidebar fro personal settings - bad kung-fu
Jan-Christoph Borchardt [Wed, 15 Oct 2014 15:15:45 +0000 (17:15 +0200)]
first steps of sidebar for personal and admin settings
Thomas Müller [Fri, 17 Oct 2014 08:12:46 +0000 (10:12 +0200)]
Merge pull request #11627 from owncloud/fix-sample.php-syntax
fix the RST syntax of config.sample.php
Jörn Friedrich Dreyer [Fri, 17 Oct 2014 07:49:52 +0000 (09:49 +0200)]
Merge pull request #11552 from owncloud/fix_files_external_flickering
Fix files external flickering
Jenkins for ownCloud [Fri, 17 Oct 2014 05:58:25 +0000 (01:58 -0400)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 16 Oct 2014 22:57:35 +0000 (00:57 +0200)]
fix the RST syntax of config.sample.php
Morris Jobke [Thu, 16 Oct 2014 22:35:51 +0000 (00:35 +0200)]
read config.sample.php options and whitespace fixes
Lukas Reschke [Thu, 16 Oct 2014 21:35:42 +0000 (23:35 +0200)]
Merge pull request #11626 from owncloud/add-l10n
Use l10n on this string as well
Vincent Petry [Thu, 16 Oct 2014 20:27:08 +0000 (22:27 +0200)]
Merge pull request #11625 from owncloud/fix-setup-due-to-some-race-condition
Add a try catch block
Lukas Reschke [Thu, 16 Oct 2014 20:04:24 +0000 (22:04 +0200)]
Use l10n on this string as well
Lukas Reschke [Thu, 16 Oct 2014 19:45:09 +0000 (21:45 +0200)]
Add a try catch block
This function might also be called before ownCloud is setup which results in a PHP fatal error. We therefore should gracefully catch errors in there.
Thomas Müller [Thu, 17 Oct 2013 18:16:27 +0000 (20:16 +0200)]
Special treatment for Oracle
Thomas Müller [Thu, 16 Oct 2014 14:57:40 +0000 (16:57 +0200)]
Merge pull request #11617 from owncloud/fix-unit
Fix unit test
Lukas Reschke [Thu, 16 Oct 2014 13:54:57 +0000 (15:54 +0200)]
Merge pull request #11591 from owncloud/addAppVersionToCSSandJS
Add app version to JS and CSS
Lukas Reschke [Thu, 16 Oct 2014 13:54:36 +0000 (15:54 +0200)]
Merge pull request #11521 from owncloud/configsamplephp
small corrections to config.sample.php
Lukas Reschke [Thu, 16 Oct 2014 13:41:45 +0000 (15:41 +0200)]
Fix unit test
Regression introduced with https://github.com/owncloud/core/pull/11615
Clark Tomlinson [Thu, 16 Oct 2014 13:40:14 +0000 (09:40 -0400)]
Merge pull request #11615 from owncloud/fix-translation-source-string
fixing typo in English source string
Lukas Reschke [Thu, 16 Oct 2014 13:36:04 +0000 (15:36 +0200)]
Merge pull request #11383 from ockham/share-tags2
Share tags
blizzz [Thu, 16 Oct 2014 13:35:30 +0000 (15:35 +0200)]
Merge pull request #11478 from owncloud/fix-11448
LDAP: add setting to wizard that disables auto-detection and enables raw mode
Thomas Müller [Thu, 16 Oct 2014 13:24:28 +0000 (15:24 +0200)]
fixing typo in English source string
Thomas Müller [Thu, 16 Oct 2014 11:29:51 +0000 (13:29 +0200)]
include the apps' versions hash to invalidate the cached assets
Robin Appelman [Thu, 16 Oct 2014 11:01:30 +0000 (13:01 +0200)]
Merge pull request #11609 from owncloud/trashbin-space-constant
Fix SPACE_UNKNOWN constant
Lukas Reschke [Thu, 16 Oct 2014 10:40:09 +0000 (12:40 +0200)]
Remove insane comment
Lukas Reschke [Thu, 16 Oct 2014 10:13:16 +0000 (12:13 +0200)]
Fix SVG icons
FIXME: Ugly hack to prevent SVG of being returned if the SVG
provider is not enabled.
This is required because the preview system is designed in a
bad way and relies on opt-in with asterisks (i.e. image/*)
which will lead to the fact that a SVG will also match the image
provider.
Conflicts:
lib/private/preview.php
Robin Appelman [Thu, 16 Oct 2014 10:26:26 +0000 (12:26 +0200)]
Fix SPACE_UNKNOWN constant
Arthur Schiwon [Thu, 16 Oct 2014 10:08:05 +0000 (12:08 +0200)]
left-align checkbox on server tab
blizzz [Thu, 16 Oct 2014 09:33:12 +0000 (11:33 +0200)]
Merge pull request #11595 from owncloud/make_get_display_name_more_robust
strip whitespace from the beginning and end of the display name
Vincent Petry [Thu, 16 Oct 2014 09:21:49 +0000 (11:21 +0200)]
Merge pull request #11524 from nazar-pc/patch-1
Page size calculation based on real page height
Jörn Friedrich Dreyer [Fri, 10 Oct 2014 16:26:43 +0000 (18:26 +0200)]
make trashbin compatible with objectstore, replace glob with search in cache, make unknown free space work like unlimited free space
Jenkins for ownCloud [Thu, 16 Oct 2014 05:56:30 +0000 (01:56 -0400)]
[tx-robot] updated from transifex
Lukas Reschke [Wed, 15 Oct 2014 19:21:45 +0000 (21:21 +0200)]
Merge pull request #11570 from owncloud/backport-11408-master
Backport 11408 master
Lukas Reschke [Wed, 15 Oct 2014 19:12:50 +0000 (21:12 +0200)]
Merge pull request #11565 from owncloud/fix-behaviourOnOSX
Add darwin to if block
Lukas Reschke [Wed, 15 Oct 2014 17:58:27 +0000 (19:58 +0200)]
Merge pull request #11528 from owncloud/use-raw-url
Use `rawurlencode` since this seems to be expected by cURL
Nazar Mokrynskyi [Wed, 15 Oct 2014 17:18:35 +0000 (19:18 +0200)]
Changed fileList.pageSize to function call