Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3748 from owncloud/fixing-3740-master | Thomas Müller | 2013-07-01 | 1 | -8/+14 |
|\ | |||||
| * | use $_SERVER['SERVER_NAME'] in case $_SERVER['HTTP_HOST'] is not set | Thomas Müller | 2013-07-01 | 1 | -2/+8 |
| * | in case $_SERVER['HTTP_HOST']) is not set let's return localhost - better tha... | Thomas Mueller | 2013-06-17 | 1 | -7/+7 |
* | | Merge pull request #3775 from owncloud/test_fixes_for_dbschema | Thomas Müller | 2013-07-01 | 1 | -17/+24 |
|\ \ | |||||
| * | | isError should detect a PEAR_Error even if the backend is PDO. | Thomas Mueller | 2013-06-28 | 1 | -19/+23 |
| * | | correctly handle error results of PDO and MDB2 backends | Jörn Friedrich Dreyer | 2013-06-28 | 1 | -3/+6 |
* | | | Merge pull request #3793 from owncloud/remove_unnecessary_exception_catch_block | Thomas Müller | 2013-07-01 | 1 | -85/+64 |
|\ \ \ | |||||
| * | | | remove unnecessary exception handling | Jörn Friedrich Dreyer | 2013-06-20 | 1 | -85/+64 |
* | | | | backport from pull request #3863 | Björn Schießle | 2013-07-01 | 1 | -1/+1 |
* | | | | set default logo claim to '' | Björn Schießle | 2013-07-01 | 1 | -1/+1 |
* | | | | add logo claim to defaults.php | Björn Schießle | 2013-07-01 | 1 | -0/+9 |
* | | | | make mail footer aware of different themes | Björn Schießle | 2013-07-01 | 1 | -3/+4 |
* | | | | remove unneeded if condition | Björn Schießle | 2013-07-01 | 1 | -5/+1 |
* | | | | lib/defaults.php should only contain the default strings and read the other s... | Björn Schießle | 2013-07-01 | 1 | -38/+44 |
* | | | | construct the foother in defaults.php so that we use always the same footer | Björn Schießle | 2013-07-01 | 1 | -1/+23 |
* | | | | Merge pull request #3852 from owncloud/fixing-3830-master | Thomas Müller | 2013-06-30 | 1 | -5/+14 |
|\ \ \ \ | |||||
| * | | | | session_life_time -> session_lifetime | Thomas Mueller | 2013-06-28 | 1 | -2/+2 |
| * | | | | session life time is now configurable and set to the same value | Thomas Mueller | 2013-06-26 | 1 | -5/+14 |
* | | | | | Merge pull request #3763 from owncloud/recursive-rmdir | Thomas Müller | 2013-06-30 | 2 | -4/+44 |
|\ \ \ \ \ | |||||
| * | | | | | 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 |
|\ \ \ \ \ | |||||
| * | | | | | 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 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix: The check if upload_max_filesize or post_max_size is 0 fails if only one... | Roland Hager | 2013-06-21 | 1 | -2/+2 |
* | | | | | | | Merge pull request #3635 from owncloud/storage-wrapper | Bart Visscher | 2013-06-29 | 4 | -9/+499 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | 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 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | 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 |
| * | | | | | | | | | Remove default return hint | Bart Visscher | 2013-05-13 | 1 | -9/+0 |