Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make use of the fact that rmdir is already recursive | Robin Appelman | 2013-06-30 | 1 | -1/+0 |
| | |||||
* | overwrite Sabre_DAV_ObjectTree with a faster getNodeForPath | Robin Appelman | 2013-06-30 | 1 | -0/+49 |
| | |||||
* | Merge pull request #3763 from owncloud/recursive-rmdir | Thomas Müller | 2013-06-30 | 2 | -4/+44 |
|\ | | | | | Make rmdir recursive for local storage | ||||
| * | make rmdir recursive for mappellocal storage backend | Robin Appelman | 2013-06-30 | 1 | -3/+23 |
| | | |||||
| * | Make rmdir recursive for local storage | Robin Appelman | 2013-06-17 | 1 | -1/+21 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-30 | 36 | -207/+172 |
| | | |||||
* | | Fix review items | Bart Visscher | 2013-06-29 | 7 | -13/+15 |
| | | |||||
* | | Fix found errors | Bart Visscher | 2013-06-29 | 6 | -10/+10 |
| | | |||||
* | | Fix OCI setupDatabase parameter | Bart Visscher | 2013-06-29 | 1 | -2/+2 |
| | | |||||
* | | Remove unsued parameter | Bart Visscher | 2013-06-29 | 1 | -1/+1 |
| | | |||||
* | | Use db setup class for option validation | Bart Visscher | 2013-06-29 | 7 | -35/+43 |
| | | |||||
* | | Change database creation to use array to select db setup class | Bart Visscher | 2013-06-29 | 2 | -25/+31 |
| | | |||||
* | | Convert database setup code to objects | Bart Visscher | 2013-06-29 | 6 | -179/+210 |
| | | |||||
* | | Split database specific install/setup code to their own class | Bart Visscher | 2013-06-29 | 5 | -703/+687 |
| | | |||||
* | | Merge pull request #2914 from Kondou-ger/label_overlapping_value | Bart Visscher | 2013-06-29 | 1 | -1/+1 |
|\ \ | | | | | | | Fix textfield label overlapping value. | ||||
| * | | Default to localhost, if nothing is entered. | kondou | 2013-05-28 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #3688 from roha4000/fix_upload_max_filesize | Bart Visscher | 2013-06-29 | 1 | -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 Hager | 2013-06-21 | 1 | -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-wrapper | Bart Visscher | 2013-06-29 | 4 | -9/+499 |
|\ \ \ \ | | | | | | | | | | | Give apps the option to wrap storage backends | ||||
| * | | | | fix storage wrapper namespaces | Robin Appelman | 2013-06-28 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | move storage wrappers to their own namespace | Robin Appelman | 2013-06-28 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | use a getter for the storage loader to ensure the instance is created | Robin Appelman | 2013-06-07 | 1 | -3/+10 |
| | | | | | |||||
| * | | | | storage loader needs to be accessible by apps | Robin Appelman | 2013-06-07 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Storage wrapper: provide access to the wrapped storage | Robin Appelman | 2013-06-07 | 1 | -1/+8 |
| | | | | | |||||
| * | | | | merge master into storage-wrapper | Robin Appelman | 2013-06-07 | 92 | -944/+2422 |
| |\ \ \ \ | |||||
| * | | | | | manage creating and wrapping storages in it's own class | Robin Appelman | 2013-06-07 | 3 | -34/+49 |
| | | | | | | |||||
| * | | | | | Add mechanism to allow apps to wraper storage classes | Robin Appelman | 2013-05-08 | 2 | -1/+42 |
| | | | | | | |||||
| * | | | | | Add wrapper storage backend | Robin Appelman | 2013-05-08 | 1 | -0/+420 |
| | | | | | | |||||
* | | | | | | Merge pull request #3268 from owncloud/convert-oc_log | Bart Visscher | 2013-06-29 | 2 | -43/+187 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Convert OC_Log to object so it can be used for DI | ||||
| * | | | | | | Fix usage of non existent consts | Bart Visscher | 2013-06-28 | 1 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | missing $ | Thomas Mueller | 2013-06-27 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Fix review points | Bart Visscher | 2013-06-27 | 1 | -5/+7 |
| | | | | | | | |||||
| * | | | | | | Make the object drive the logging backend | Bart Visscher | 2013-06-27 | 2 | -11/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the other way around then it was. | ||||
| * | | | | | | Remove default return hint | Bart Visscher | 2013-05-13 | 1 | -9/+0 |
| | | | | | | | |||||
| * | | | | | | Use the constants from OC_Log | Bart Visscher | 2013-05-13 | 1 | -11/+5 |
| | | | | | | | |||||
| * | | | | | | Code style | Bart Visscher | 2013-05-13 | 1 | -18/+9 |
| | | | | | | | |||||
| * | | | | | | Remove include for loading legacy class | Bart Visscher | 2013-05-13 | 1 | -2/+0 |
| | | | | | | | |||||
| * | | | | | | Fix OC\Log with OC_Log in wrong namespace | Bart Visscher | 2013-05-13 | 1 | -6/+6 |
| | | | | | | | |||||
| * | | | | | | Implement OC\Log as proxy to OC_Log | Bart Visscher | 2013-05-13 | 2 | -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-streamwrapper | icewind1991 | 2013-06-28 | 1 | -45/+10 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Improvements for the static:// streamwrapper | ||||
| * | | | | | | | fix is_file and is_dir for the static streamwrapper | Robin Appelman | 2013-06-28 | 1 | -45/+6 |
| | | | | | | | | |||||
| * | | | | | | | add option to clear the files in the static streamwrapper | Robin Appelman | 2013-06-28 | 1 | -0/+4 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3832 from owncloud/oracle_sql_fixes | Jörn Friedrich Dreyer | 2013-06-28 | 1 | -1/+7 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | for oracle use BITAND() instead of & in sharing permissions sql | ||||
| * | | | | | | | | Oracle doesn't know & as bitwise AND | Bart Visscher | 2013-06-28 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/public/share.php | ||||
| * | | | | | | | | for oracle use BITAND() instead of & in sharing permissions sql | Jörn Friedrich Dreyer | 2013-06-24 | 1 | -3/+7 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #3838 from rgeber/master | Jörn Friedrich Dreyer | 2013-06-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Public Upload Feature | ||||
| * | | | | | | | | Public upload feature | Roman Geber | 2013-06-25 | 1 | -1/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #3799 from ↵ | Bart Visscher | 2013-06-28 | 3 | -17/+64 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/fix_pdo_statement_wrapper_numrows_on_modification Fix pdo statement wrapper numrows on modification | ||||
| * | | | | | | | | | one if less | Jörn Friedrich Dreyer | 2013-06-27 | 1 | -5/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | fix numRows usage in core lib | Jörn Friedrich Dreyer | 2013-06-24 | 2 | -2/+2 |
| | | | | | | | | | |