Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitignore: Make paths relative to repository root. | Andreas Fischer | 2013-06-29 | 1 | -17/+17 |
* | 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 |
* | | | | | | | Merge pull request #3881 from owncloud/archive_tar_php5.5 | Morris Jobke | 2013-06-28 | 1 | -0/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Skip Test_Archive_TAR in php 5.5 for now | Bart Visscher | 2013-06-28 | 1 | -0/+6 |
* | | | | | | | | Merge pull request #3884 from owncloud/fixing-unittests-master | Morris Jobke | 2013-06-28 | 3 | -0/+23 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | make phpunit happy - adding asserts | Thomas Mueller | 2013-06-28 | 1 | -0/+18 |
| * | | | | | | | | make PHPUnit happy and add asserts | Thomas Mueller | 2013-06-28 | 1 | -0/+2 |
| * | | | | | | | | TimedJob: make PhpUnit happy with asserts | Thomas Mueller | 2013-06-28 | 1 | -0/+3 |
* | | | | | | | | | Merge pull request #3892 from owncloud/static-streamwrapper | icewind1991 | 2013-06-28 | 3 | -57/+78 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | better unit tests for static stream wrapper | Robin Appelman | 2013-06-28 | 2 | -12/+68 |
| * | | | | | | | | | 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 #1044 from owncloud/fix_extra_slash | Bart Visscher | 2013-06-28 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | update to !== | Bart Visscher | 2013-06-28 | 1 | -1/+1 |
| * | | | | | | | | | | only encodeURIComponent once | Jörn Friedrich Dreyer | 2013-02-09 | 1 | -2/+2 |
| * | | | | | | | | | | Check if extra / is necessary for the folder URL | Michael Gapczynski | 2013-02-09 | 1 | -1/+5 |
* | | | | | | | | | | | Merge pull request #3832 from owncloud/oracle_sql_fixes | Jörn Friedrich Dreyer | 2013-06-28 | 1 | -1/+7 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | Oracle doesn't know & as bitwise AND | Bart Visscher | 2013-06-28 | 1 | -6/+8 |
| * | | | | | | | | | | for oracle use BITAND() instead of & in sharing permissions sql | Jörn Friedrich Dreyer | 2013-06-24 | 1 | -3/+7 |