Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improved error message | Björn Schießle | 2013-07-02 | 1 | -1/+1 |
* | cast result to bool | Björn Schießle | 2013-07-01 | 1 | -1/+1 |
* | fix error string | Björn Schießle | 2013-07-01 | 1 | -1/+1 |
* | add correct php version | Björn Schießle | 2013-07-01 | 1 | -1/+1 |
* | check php version, the encryption app needs php >= 5.3.3 | Björn Schießle | 2013-07-01 | 3 | -7/+22 |
* | backport from pull request #3863 | Björn Schießle | 2013-07-01 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:owncloud/core | Björn Schießle | 2013-07-01 | 1 | -3/+3 |
|\ | |||||
| * | Merge pull request #3857 from owncloud/enable_single_autotest | Morris Jobke | 2013-07-01 | 1 | -3/+3 |
| |\ | |||||
| | * | enable testing individual tests | Jörn Friedrich Dreyer | 2013-06-26 | 1 | -3/+3 |
* | | | 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 | 4 | -9/+12 |
* | | | logo claim added | Björn Schießle | 2013-07-01 | 1 | -0/+3 |
* | | | 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 |
* | | | check for updates only in the community edition | Björn Schießle | 2013-07-01 | 1 | -1/+1 |
* | | | construct the foother in defaults.php so that we use always the same footer | Björn Schießle | 2013-07-01 | 5 | -20/+44 |
|/ / | |||||
* | | Merge pull request #3223 from owncloud/fix-2820 | Morris Jobke | 2013-07-01 | 4 | -9/+40 |
|\ \ | |||||
| * | | if rename of file fails, the rename is undone in the view - #fix 2820 | Morris Jobke | 2013-06-15 | 4 | -9/+40 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-01 | 535 | -1125/+1133 |
* | | | 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 |