summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* make use of the fact that rmdir is already recursiveRobin Appelman2013-06-301-1/+0
|
* overwrite Sabre_DAV_ObjectTree with a faster getNodeForPathRobin Appelman2013-06-301-0/+49
|
* Merge pull request #3763 from owncloud/recursive-rmdirThomas Müller2013-06-302-4/+44
|\ | | | | Make rmdir recursive for local storage
| * make rmdir recursive for mappellocal storage backendRobin Appelman2013-06-301-3/+23
| |
| * Make rmdir recursive for local storageRobin Appelman2013-06-171-1/+21
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-06-3036-207/+172
| |
* | Fix review itemsBart Visscher2013-06-297-13/+15
| |
* | Fix found errorsBart Visscher2013-06-296-10/+10
| |
* | Fix OCI setupDatabase parameterBart Visscher2013-06-291-2/+2
| |
* | Remove unsued parameterBart Visscher2013-06-291-1/+1
| |
* | Use db setup class for option validationBart Visscher2013-06-297-35/+43
| |
* | Change database creation to use array to select db setup classBart Visscher2013-06-292-25/+31
| |
* | Convert database setup code to objectsBart Visscher2013-06-296-179/+210
| |
* | Split database specific install/setup code to their own classBart Visscher2013-06-295-703/+687
| |
* | Merge pull request #2914 from Kondou-ger/label_overlapping_valueBart Visscher2013-06-291-1/+1
|\ \ | | | | | | Fix textfield label overlapping value.
| * | Default to localhost, if nothing is entered.kondou2013-05-281-1/+1
| | |
* | | Merge pull request #3688 from roha4000/fix_upload_max_filesizeBart Visscher2013-06-291-2/+2
|\ \ \ | | | | | | | | upload_max_filesize = 0 not possible if post_max_size is not 0
| * | | Fix: The check if upload_max_filesize or post_max_size is 0 fails if only ↵Roland Hager2013-06-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | one of them is 0. $upload_max_filesize and $post_max_size need to be casted to (int) to match "=== 0"
* | | | Merge pull request #3635 from owncloud/storage-wrapperBart Visscher2013-06-294-9/+499
|\ \ \ \ | | | | | | | | | | Give apps the option to wrap storage backends
| * | | | fix storage wrapper namespacesRobin Appelman2013-06-281-1/+1
| | | | |
| * | | | move storage wrappers to their own namespaceRobin Appelman2013-06-281-1/+1
| | | | |
| * | | | use a getter for the storage loader to ensure the instance is createdRobin Appelman2013-06-071-3/+10
| | | | |
| * | | | storage loader needs to be accessible by appsRobin Appelman2013-06-071-1/+1
| | | | |
| * | | | Storage wrapper: provide access to the wrapped storageRobin Appelman2013-06-071-1/+8
| | | | |
| * | | | merge master into storage-wrapperRobin Appelman2013-06-0792-944/+2422
| |\ \ \ \
| * | | | | manage creating and wrapping storages in it's own classRobin Appelman2013-06-073-34/+49
| | | | | |
| * | | | | Add mechanism to allow apps to wraper storage classesRobin Appelman2013-05-082-1/+42
| | | | | |
| * | | | | Add wrapper storage backendRobin Appelman2013-05-081-0/+420
| | | | | |
* | | | | | Merge pull request #3268 from owncloud/convert-oc_logBart Visscher2013-06-292-43/+187
|\ \ \ \ \ \ | | | | | | | | | | | | | | Convert OC_Log to object so it can be used for DI
| * | | | | | Fix usage of non existent constsBart Visscher2013-06-281-3/+3
| | | | | | |
| * | | | | | missing $Thomas Mueller2013-06-271-1/+1
| | | | | | |
| * | | | | | Fix review pointsBart Visscher2013-06-271-5/+7
| | | | | | |
| * | | | | | Make the object drive the logging backendBart Visscher2013-06-272-11/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the other way around then it was.
| * | | | | | Remove default return hintBart Visscher2013-05-131-9/+0
| | | | | | |
| * | | | | | Use the constants from OC_LogBart Visscher2013-05-131-11/+5
| | | | | | |
| * | | | | | Code styleBart Visscher2013-05-131-18/+9
| | | | | | |
| * | | | | | Remove include for loading legacy classBart Visscher2013-05-131-2/+0
| | | | | | |
| * | | | | | Fix OC\Log with OC_Log in wrong namespaceBart Visscher2013-05-131-6/+6
| | | | | | |
| * | | | | | Implement OC\Log as proxy to OC_LogBart Visscher2013-05-132-38/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OC\Log implements the Psr\Log\LoggerInterface interface. See https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md for the full interface specification.
* | | | | | | Merge pull request #3892 from owncloud/static-streamwrappericewind19912013-06-281-45/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Improvements for the static:// streamwrapper
| * | | | | | | fix is_file and is_dir for the static streamwrapperRobin Appelman2013-06-281-45/+6
| | | | | | | |
| * | | | | | | add option to clear the files in the static streamwrapperRobin Appelman2013-06-281-0/+4
| | | | | | | |
* | | | | | | | Merge pull request #3832 from owncloud/oracle_sql_fixesJörn Friedrich Dreyer2013-06-281-1/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | for oracle use BITAND() instead of & in sharing permissions sql
| * | | | | | | | Oracle doesn't know & as bitwise ANDBart Visscher2013-06-281-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/public/share.php
| * | | | | | | | for oracle use BITAND() instead of & in sharing permissions sqlJörn Friedrich Dreyer2013-06-241-3/+7
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #3838 from rgeber/masterJörn Friedrich Dreyer2013-06-281-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Public Upload Feature
| * | | | | | | | Public upload featureRoman Geber2013-06-251-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #3799 from ↵Bart Visscher2013-06-283-17/+64
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/fix_pdo_statement_wrapper_numrows_on_modification Fix pdo statement wrapper numrows on modification
| * | | | | | | | | one if lessJörn Friedrich Dreyer2013-06-271-5/+2
| | | | | | | | | |
| * | | | | | | | | fix numRows usage in core libJörn Friedrich Dreyer2013-06-242-2/+2
| | | | | | | | | |