summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Always quote db identifiers in OC_DB_MDB2SchemaReaderBart Visscher2013-06-241-4/+3
|
* Quote tablenamesBart Visscher2013-06-241-0/+7
|
* Use Doctrines Oracle sequence suffixBart Visscher2013-06-241-2/+10
|
* OCI doesn't have a queryStringBart Visscher2013-06-241-0/+5
|
* UNIX_TIMESTAMP replace for OracleBart Visscher2013-06-241-0/+1
|
* Fixes connecting to Oracle without port setBart Visscher2013-06-241-1/+3
|
* Fix not null with empty defaultBart Visscher2013-06-241-0/+1
|
* Merge branch 'master' into doctrineBart Visscher2013-06-2476-1130/+2373
|\
| * Merge pull request #3792 from owncloud/scanfolder-removeThomas Müller2013-06-201-0/+14
| |\ | | | | | | remove deleted files when re-scanning a folder
| | * remove deleted files when re-scanning a folderRobin Appelman2013-06-201-0/+14
| | |
| * | Merge pull request #3779 from shkdee/patch-1blizzz2013-06-201-1/+1
| |\ \ | | | | | | | | Update user.php
| | * | Update user.phpshkdee2013-06-181-1/+1
| | | | | | | | | | | | Fixes $_setupedBackends[] into self::$_setupedBackends[] so that setuped backends are REALLY remembered and not instanciated many times.
| * | | add missing backticksJörn Friedrich Dreyer2013-06-201-1/+1
| | | | | | | | | | | | guys, please ...
| * | | [tx-robot] updated from transifexJenkins for ownCloud2013-06-201-0/+2
| | |/ | |/|
| * | Merge pull request #3764 from owncloud/scanfolder-existingicewind19912013-06-191-31/+48
| |\ \ | | | | | | | | Improve re-using existing data in the filescanner
| | * | add tests for reusing existing data in scannerRobin Appelman2013-06-171-4/+2
| | | |
| | * | scanner: give more percision about what data is reused during scanningRobin Appelman2013-06-141-17/+29
| | | |
| | * | split of scanning the childs of a folderRobin Appelman2013-06-141-17/+24
| | | |
| * | | also use the default theme if the theme is set to an empty string in the ↵Björn Schießle2013-06-191-2/+2
| | | | | | | | | | | | | | | | config.php
| * | | Merge pull request #3661 from owncloud/fixing-windows-server-masterJörn Friedrich Dreyer2013-06-193-3/+12
| |\ \ \ | | |_|/ | |/| | Fixing windows server master
| | * | dirname('/test.txt') returns '\' on windows whereas on linux we get back '.'Thomas Mueller2013-06-141-1/+1
| | | |
| | * | restore Updater functionality on non-Windows platformsThomas Mueller2013-06-131-4/+4
| | | |
| | * | [Fixing unit tests in Windows]Thomas Mueller2013-06-101-0/+6
| | | | | | | | | | | | | | | | | | | | on windows open resources will be locked while the stream is open. closing the resource allows deletion below
| | * | [Fixing Updater Unit Tests on Windows]Thomas Mueller2013-06-101-3/+3
| | | | | | | | | | | | | | | | using $internalPath within call to self::correctFolder() because $path inside of it is not processed properly due to directory separator on Windows.
| | * | [Fixing Updater Unit Tests on Windows]Thomas Mueller2013-06-101-1/+4
| | | | | | | | | | | | | | | | | | | | using $internalPath within call to self::correctFolder() because $path inside of it is not processed properly due to directory separator on Windows. error logging has been added in case the given 4path is not found within self::correctFolder
| | * | Let's just use '/' as we do almost everywhere - this change fixes two ↵Thomas Mueller2013-06-101-2/+2
| | | | | | | | | | | | | | | | failing unit tests
| * | | remove dangling AND in SQL statementJörn Friedrich Dreyer2013-06-181-1/+1
| | | |
| * | | Merge pull request #3621 from owncloud/path-mimetypeThomas Müller2013-06-161-12/+22
| |\ \ \ | | | | | | | | | | seperate mimetype guessing from filename
| | * | | actually return resultRobin Appelman2013-06-071-2/+2
| | | | |
| | * | | fix variable nameRobin Appelman2013-06-071-2/+2
| | | | |
| | * | | seperate mimetype guessing from filenameRobin Appelman2013-06-061-12/+22
| | | | |
| * | | | Merge pull request #3721 from owncloud/oracle_setup_fixesThomas Müller2013-06-144-25/+41
| |\ \ \ \ | | |_|_|/ | |/| | | Oracle setup fixes
| | * | | remove default tablespace in parameterJörn Friedrich Dreyer2013-06-141-3/+3
| | | | |
| | * | | adding default to $hint within ctor of DatabaseSetupExceptionThomas Mueller2013-06-141-1/+1
| | | | |
| | * | | coding styleThomas Mueller2013-06-141-1/+4
| | | | |
| | * | | use executeAudited in sabredav lockJörn Friedrich Dreyer2013-06-141-13/+12
| | | | |
| | * | | add missing backticks, use executeAudited in post_deleteGroup and ↵Jörn Friedrich Dreyer2013-06-141-6/+6
| | | | | | | | | | | | | | | | | | | | post_removeFromGroup
| | * | | use USERS tablespace whn none is given, only needed when we need to create a ↵Jörn Friedrich Dreyer2013-06-141-5/+8
| | | | | | | | | | | | | | | | | | | | user, does not need to be stored in config
| | * | | oracle does not need sequence suffix, manually set database name to allow ↵Jörn Friedrich Dreyer2013-06-141-1/+12
| | | | | | | | | | | | | | | | | | | | fetching db schema, don't shutdown db - we are using utf8 to connect
| * | | | Merge pull request #3684 from owncloud/pg_install_db_masterMorris Jobke2013-06-141-1/+7
| |\ \ \ \ | | | | | | | | | | | | Try connection with specified db when postgres does not work
| | * | | | improve commentMorris Jobke2013-06-141-1/+1
| | | | | |
| | * | | | Correct escapingeMerzh2013-06-121-1/+1
| | | | | |
| | * | | | Try connection with specified db when postgres does not workBrice Maron2013-06-121-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/setup.php
| * | | | | Merge branch 'master' into move-maint-startThomas Mueller2013-06-1490-1116/+2607
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/util.php
| | * | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-06-142-0/+2
| | | |/ / / | | |/| | |
| | * | | | Merge pull request #3690 from owncloud/use_execute_audited_in_filecacheThomas Müller2013-06-137-122/+99
| | |\ \ \ \ | | | | | | | | | | | | | | use executeAudited in files cache
| | | * | | | fix another double wrapped arrayJörn Friedrich Dreyer2013-06-121-1/+1
| | | | | | |
| | | * | | | remove additional array wrappingJörn Friedrich Dreyer2013-06-121-3/+3
| | | | | | |
| | | * | | | use executeAudited in files cacheJörn Friedrich Dreyer2013-06-127-122/+99
| | | |/ / /
| | * | | | Merge pull request #3686 from owncloud/minor_exception_cleanupThomas Müller2013-06-132-7/+3
| | |\ \ \ \ | | | | | | | | | | | | | | minor cleanup for exception handling