Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3852 from owncloud/fixing-3830-master | Thomas Müller | 2013-06-30 | 2 | -5/+17 |
|\ | |||||
| * | session_life_time -> session_lifetime | Thomas Mueller | 2013-06-28 | 2 | -3/+3 |
| * | session life time is now configurable and set to the same value | Thomas Mueller | 2013-06-26 | 2 | -5/+17 |
* | | Merge pull request #3763 from owncloud/recursive-rmdir | Thomas Müller | 2013-06-30 | 3 | -5/+57 |
|\ \ | |||||
| * | | 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 | 2 | -2/+34 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-30 | 639 | -4723/+4658 |
* | | | Merge pull request #3897 from bantu/gitignore | Thomas Müller | 2013-06-29 | 1 | -17/+17 |
|\ \ \ | |||||
| * | | | gitignore: Make paths relative to repository root. | Andreas Fischer | 2013-06-29 | 1 | -17/+17 |
* | | | | Merge pull request #2703 from owncloud/cleanup-setup | Thomas Müller | 2013-06-29 | 7 | -739/+770 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | 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 #3896 from owncloud/fix-dropdown-because-no-one-fixes-3241 | Bart Visscher | 2013-06-29 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Escape dropdown | Lukas Reschke | 2013-06-29 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #2914 from Kondou-ger/label_overlapping_value | Bart Visscher | 2013-06-29 | 2 | -2/+2 |
|\ \ \ | |||||
| * | | | Default to localhost, if nothing is entered. | kondou | 2013-05-28 | 1 | -1/+1 |
| * | | | Fix textfield label overlapping value. | kondou | 2013-04-13 | 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 | 6 | -9/+571 |
|\ \ \ \ \ | |||||
| * | | | | | fix storage wrapper namespaces | Robin Appelman | 2013-06-28 | 3 | -4/+4 |
| * | | | | | 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 |
| * | | | | | add test cases for Mount | Robin Appelman | 2013-06-07 | 1 | -0/+46 |
| * | | | | | 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 | 1479 | -53746/+46937 |
| |\ \ \ \ \ | |||||
| * | | | | | | 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 | 2 | -0/+446 |
* | | | | | | | 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 |
| * | | | | | | | 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 |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-29 | 629 | -8572/+10231 |
* | | | | | | | | Merge pull request #3886 from owncloud/disable-public-upload-if-encryption-en... | Thomas Müller | 2013-06-28 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | for now we disable public upload in case encryption is enabled | Thomas Mueller | 2013-06-28 | 1 | -1/+5 |