]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
9 years agocode cleanup during review :+1:
Thomas Müller [Mon, 27 Oct 2014 18:53:12 +0000 (19:53 +0100)]
code cleanup during review :+1:

9 years agoMake supported DBs configurable within config.php
Lukas Reschke [Mon, 27 Oct 2014 11:51:26 +0000 (12:51 +0100)]
Make supported DBs configurable within config.php

This commit will make the supported DBs for installation configurable within config.php. By default the following databases are tested: "sqlite", "mysql", "pgsql". The reason behind this is that there might be instances where we want to prevent SQLite to be used by mistake.

To test this play around with the new configuration parameter "supportedDatabases".

10 years agoMerge pull request #11735 from owncloud/mssql-migrations-master
Clark Tomlinson [Fri, 24 Oct 2014 13:16:43 +0000 (09:16 -0400)]
Merge pull request #11735 from owncloud/mssql-migrations-master

disable database migration unit tests for MSSQL

10 years agoMerge pull request #11752 from owncloud/use-function-outside-of-loop
Lukas Reschke [Fri, 24 Oct 2014 11:54:09 +0000 (13:54 +0200)]
Merge pull request #11752 from owncloud/use-function-outside-of-loop

Use function outside of loop

10 years agoUse function outside of loop
Lukas Reschke [Thu, 23 Oct 2014 21:27:15 +0000 (23:27 +0200)]
Use function outside of loop

Otherwise the function is executed n times which is a lot of overhead

10 years agoMerge pull request #11758 from owncloud/fix-permissions
Lukas Reschke [Fri, 24 Oct 2014 10:15:19 +0000 (12:15 +0200)]
Merge pull request #11758 from owncloud/fix-permissions

Make files non executable

10 years agoMerge pull request #11754 from owncloud/fix-division-null
Lukas Reschke [Fri, 24 Oct 2014 09:59:29 +0000 (11:59 +0200)]
Merge pull request #11754 from owncloud/fix-division-null

Prevent division by zero

10 years agoMake files non executable
Lukas Reschke [Fri, 24 Oct 2014 09:14:51 +0000 (11:14 +0200)]
Make files non executable

There is not much sense in having these files marked executable, we should avoid that.

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

10 years agoMerge pull request #7749 from owncloud/load_avatar_header_via_php
Morris Jobke [Thu, 23 Oct 2014 23:27:25 +0000 (01:27 +0200)]
Merge pull request #7749 from owncloud/load_avatar_header_via_php

Load avatar in header via PHP

10 years agoMerge pull request #11751 from owncloud/fix-unreachable-statement
Lukas Reschke [Thu, 23 Oct 2014 22:18:45 +0000 (00:18 +0200)]
Merge pull request #11751 from owncloud/fix-unreachable-statement

Remove unreachable statement

10 years agoPrevent division by zero
Lukas Reschke [Thu, 23 Oct 2014 22:10:22 +0000 (00:10 +0200)]
Prevent division by zero

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

10 years agoadd avatardiv-shown class to bring back mobile style
Morris Jobke [Thu, 23 Oct 2014 21:51:05 +0000 (23:51 +0200)]
add avatardiv-shown class to bring back mobile style

10 years agoLoad avatar in header via PHP
kondou [Sat, 15 Mar 2014 14:27:48 +0000 (15:27 +0100)]
Load avatar in header via PHP

* fix #7484
* use UID, css, and div instead of span

10 years agoRemove unreachable statement
Lukas Reschke [Thu, 23 Oct 2014 21:03:14 +0000 (23:03 +0200)]
Remove unreachable statement

10 years agoMerge pull request #11549 from owncloud/add-more-localizations-master
Thomas Müller [Thu, 23 Oct 2014 14:09:47 +0000 (16:09 +0200)]
Merge pull request #11549 from owncloud/add-more-localizations-master

implement localizations based on punic

10 years agodisable database migration unit tests for MSSQL
Thomas Müller [Thu, 23 Oct 2014 12:32:37 +0000 (14:32 +0200)]
disable database migration unit tests for MSSQL

10 years agoMerge pull request #11259 from owncloud/fix-windows-max-depth-test
Thomas Müller [Thu, 23 Oct 2014 12:34:39 +0000 (14:34 +0200)]
Merge pull request #11259 from owncloud/fix-windows-max-depth-test

fixing windows max depth test

10 years agoUpdate 3rdparty submodule
Thomas Müller [Thu, 23 Oct 2014 12:04:38 +0000 (14:04 +0200)]
Update 3rdparty submodule

10 years agoMerge pull request #10985 from owncloud/db-cleanup
Thomas Müller [Thu, 23 Oct 2014 11:48:33 +0000 (13:48 +0200)]
Merge pull request #10985 from owncloud/db-cleanup

Cleanup database handling

10 years agoMerge pull request #11721 from owncloud/fix-s3-regression
Morris Jobke [Thu, 23 Oct 2014 10:42:42 +0000 (12:42 +0200)]
Merge pull request #11721 from owncloud/fix-s3-regression

[master] Fix S3 connection regression

10 years agoMerge pull request #11726 from owncloud/s3-fixunittests
Morris Jobke [Thu, 23 Oct 2014 10:35:44 +0000 (12:35 +0200)]
Merge pull request #11726 from owncloud/s3-fixunittests

Fix S3 folder creation for new AWS API

10 years agoMerge pull request #11720 from sebomoto/groupadmin-header
Jan-Christoph Borchardt [Thu, 23 Oct 2014 10:04:33 +0000 (12:04 +0200)]
Merge pull request #11720 from sebomoto/groupadmin-header

"Group admin" default label (issue #7706)

10 years agoMerge pull request #10689 from owncloud/load_classfile_once
Morris Jobke [Thu, 23 Oct 2014 09:41:00 +0000 (11:41 +0200)]
Merge pull request #10689 from owncloud/load_classfile_once

make sure class file is loaded once

10 years agoMerge pull request #11710 from owncloud/closeSessionForAvatars
Thomas Müller [Thu, 23 Oct 2014 09:36:47 +0000 (11:36 +0200)]
Merge pull request #11710 from owncloud/closeSessionForAvatars

Close session for avatar get

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

10 years agoFix S3 folder creation for new AWS API
Vincent Petry [Wed, 22 Oct 2014 21:00:30 +0000 (23:00 +0200)]
Fix S3 folder creation for new AWS API

This also fixes the unit tests

10 years agoFix S3 connection
Vincent Petry [Wed, 22 Oct 2014 19:48:22 +0000 (21:48 +0200)]
Fix S3 connection

10 years ago"Group admin" default label (issue #7706)
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.

10 years agoMerge pull request #11704 from owncloud/fix-type-for-query
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

10 years agoClose session for avatar get
Lukas Reschke [Wed, 22 Oct 2014 16:12:21 +0000 (18:12 +0200)]
Close session for avatar get

This somehow blocked the "Users" UI for me when having a lot of users. - Shouldn't hurt here.

10 years agoMerge pull request #11702 from owncloud/fix-11637
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

10 years agoMerge pull request #11620 from owncloud/settings-sidebar
Lukas Reschke [Wed, 22 Oct 2014 15:49:51 +0000 (17:49 +0200)]
Merge pull request #11620 from owncloud/settings-sidebar

Settings sidebar

10 years agoUse mixed as type
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.

10 years agoMerge pull request #9586 from owncloud/enhanced-sql-script-generation-oracle-master
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

10 years agoMerge pull request #11687 from owncloud/appframework-session-annotation
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...

10 years agoMerge pull request #11694 from owncloud/extstorage-lazyinit
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

10 years agobetter variable name
Arthur Schiwon [Wed, 22 Oct 2014 11:36:57 +0000 (13:36 +0200)]
better variable name

10 years agoset up FS by username, not login name\!
Arthur Schiwon [Wed, 22 Oct 2014 11:28:08 +0000 (13:28 +0200)]
set up FS by username, not login name\!

10 years agointroduce SessionMiddleWare to control session handling via an annotation
Thomas Müller [Tue, 21 Oct 2014 12:53:10 +0000 (14:53 +0200)]
introduce SessionMiddleWare to control session handling via an annotation

10 years agoLazy initialize external storages
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

10 years agoMerge pull request #11684 from owncloud/guess_mimetype_on_touch
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

10 years agoFix tags unit test
Robin Appelman [Mon, 20 Oct 2014 13:09:19 +0000 (15:09 +0200)]
Fix tags unit test

10 years agoUse statements wrapper in \OCP\IDB
Robin Appelman [Mon, 20 Oct 2014 13:09:00 +0000 (15:09 +0200)]
Use statements wrapper in \OCP\IDB

10 years agoBit more cleanup
Robin Appelman [Wed, 10 Sep 2014 11:33:59 +0000 (13:33 +0200)]
Bit more cleanup

10 years agoMove creating the database connection to the server container
Robin Appelman [Wed, 10 Sep 2014 11:24:49 +0000 (13:24 +0200)]
Move creating the database connection to the server container

10 years agoRemove implicit prepared statement cache and get the connection from the server conta...
Robin Appelman [Wed, 10 Sep 2014 11:11:04 +0000 (13:11 +0200)]
Remove implicit prepared statement cache and get the connection from the server container in \OC_DB

10 years agoExtend \OCP\IDBConnection to cover more use cases
Robin Appelman [Wed, 10 Sep 2014 11:07:51 +0000 (13:07 +0200)]
Extend \OCP\IDBConnection to cover more use cases

10 years agoRemove \OC\DB\ConnectionWrapper, have \OC\DB\Connection implement \OCP\IDBConnection...
Robin Appelman [Wed, 10 Sep 2014 11:07:16 +0000 (13:07 +0200)]
Remove \OC\DB\ConnectionWrapper, have \OC\DB\Connection implement \OCP\IDBConnection directly instead

10 years agoalways use the correct share type
Bjoern Schiessle [Tue, 21 Oct 2014 14:19:54 +0000 (16:19 +0200)]
always use the correct share type

10 years agoMerge pull request #11416 from owncloud/eventlogger
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

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

10 years agofixing expected values for formatDate() unit tests
Thomas Müller [Tue, 21 Oct 2014 14:05:35 +0000 (16:05 +0200)]
fixing expected values for formatDate() unit tests

10 years agocall initPaths() right before the server is instantiated
Thomas Müller [Tue, 21 Oct 2014 12:10:57 +0000 (14:10 +0200)]
call initPaths() right before the server is instantiated

10 years agoMerge pull request #11630 from owncloud/kill-some-legacy
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

10 years agoguess mimetype on touch
Jörn Friedrich Dreyer [Tue, 21 Oct 2014 10:58:26 +0000 (12:58 +0200)]
guess mimetype on touch

10 years agoMerge pull request #11675 from owncloud/urlencode-for-special-characters
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

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

10 years agoURLEncode filenames to be compatible with special characters
Lukas Reschke [Mon, 20 Oct 2014 18:00:34 +0000 (20:00 +0200)]
URLEncode filenames to be compatible with special characters

10 years agoMerge pull request #11666 from owncloud/setup-hidesqlitemessageforautoconfig
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

10 years agoMerge pull request #11593 from owncloud/useRelativePathToOwnCloudInstallation
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

10 years agoAdd proper setup and teardown
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

10 years agoHide SQLite information on setup when autoconfig is used
Vincent Petry [Mon, 20 Oct 2014 14:20:24 +0000 (16:20 +0200)]
Hide SQLite information on setup when autoconfig is used

10 years agoAdd "$_SERVER['REQUEST_URI']" to fix the unit tests
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

10 years agoAdd unit tests for convertToRelativePath
Lukas Reschke [Wed, 15 Oct 2014 11:43:04 +0000 (13:43 +0200)]
Add unit tests for convertToRelativePath

10 years agoRefer to relative path instead of absolute path
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

10 years agoadding unit tests for en_GB and en-GB - just to verify
Thomas Müller [Fri, 17 Oct 2014 08:50:46 +0000 (10:50 +0200)]
adding unit tests for en_GB and en-GB - just to verify

10 years agoimplement localizations based on punic
Thomas Müller [Mon, 13 Oct 2014 15:44:57 +0000 (17:44 +0200)]
implement localizations based on punic

10 years agomove some deprecated usage of OC_Config and OC_AppConfig to \OC::server
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

10 years agoremove legacy class OC_Updater
Thomas Müller [Fri, 17 Oct 2014 09:42:10 +0000 (11:42 +0200)]
remove legacy class OC_Updater

10 years agoMerge pull request #11644 from owncloud/tune-share-autocomplete
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

10 years agoLog some additional events
Robin Appelman [Wed, 15 Oct 2014 11:53:19 +0000 (13:53 +0200)]
Log some additional events

10 years agoAllow adding events that hapend before the event logger was loaded
Robin Appelman [Wed, 15 Oct 2014 11:14:13 +0000 (13:14 +0200)]
Allow adding events that hapend before the event logger was loaded

10 years agoRename to NullQueryLogger
Robin Appelman [Tue, 14 Oct 2014 13:49:00 +0000 (15:49 +0200)]
Rename to NullQueryLogger

10 years agoLog some basic events
Robin Appelman [Fri, 3 Oct 2014 20:13:55 +0000 (22:13 +0200)]
Log some basic events

10 years agoRename namespace to Diagnostics
Robin Appelman [Fri, 3 Oct 2014 18:39:09 +0000 (20:39 +0200)]
Rename namespace to Diagnostics

10 years agoActivate the query logger on connect
Robin Appelman [Thu, 2 Oct 2014 23:36:31 +0000 (01:36 +0200)]
Activate the query logger on connect

10 years agoAdd QueryLogger interface to allow apps to get a list of used queries
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

10 years agoAdd an EventLogger interface to allow apps to get a log of the request timeline
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

10 years agomake tests compatible with hook based skeleton generation
Jörn Friedrich Dreyer [Fri, 10 Oct 2014 13:34:19 +0000 (15:34 +0200)]
make tests compatible with hook based skeleton generation

10 years agothrow exception in writeBack, the returned boolean is checked nowhere
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

10 years agomake skeleton compatible with objectstore
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

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 20 Oct 2014 05:54:34 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 19 Oct 2014 05:54:36 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 18 Oct 2014 05:55:30 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #11494 from owncloud/fix-ldap-ingroup-for-9225-2
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

10 years agoadjust group manager tests
Arthur Schiwon [Fri, 17 Oct 2014 18:53:09 +0000 (20:53 +0200)]
adjust group manager tests

10 years agoadd one simple cache test
Arthur Schiwon [Thu, 16 Oct 2014 14:08:59 +0000 (16:08 +0200)]
add one simple cache test

10 years agomake performance less bad. Still far from good, but at least it works
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

10 years agowith several backends, more than limit can be returned
Arthur Schiwon [Fri, 10 Oct 2014 16:58:39 +0000 (18:58 +0200)]
with several backends, more than limit can be returned

10 years agofix retrievel of group members and cache group members
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

10 years agoadjust autocomplete behavior for sharing menu
Craig Morrissey [Fri, 17 Oct 2014 15:55:32 +0000 (11:55 -0400)]
adjust autocomplete behavior for sharing menu

10 years agoupdate 3rdparty to match master - just adds the merge commit
Morris Jobke [Fri, 17 Oct 2014 13:07:14 +0000 (15:07 +0200)]
update 3rdparty to match master - just adds the merge commit

10 years agoMerge pull request #11430 from owncloud/minify-js-css-master
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)

10 years agoMerge pull request #11634 from owncloud/loadapps-encapsulaterequire
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

10 years agoMerge pull request #11631 from owncloud/fix-undefine-encryption-exception
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

10 years agoEncapsulate require_once to avoid name space bleedind
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.

10 years agoadding cssmin and jssmin(minify)
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

10 years agoMerge pull request #9104 from macjohnny/macjohnny-drastic-ldap-speedup
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)

10 years agoMerge pull request #11611 from owncloud/fix-svg-master
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