Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix wrong word in comment | Bart Visscher | 2013-01-18 | 1 | -1/+1 |
* | fix error message, add "appid" to the output to know which app caused the err... | Björn Schießle | 2013-01-18 | 1 | -1/+1 |
* | Merge pull request #1205 from owncloud/ocs_api | Thomas Müller | 2013-01-18 | 1 | -0/+2 |
|\ | |||||
| * | Correct spelling of 'Authorization' | tomneedham | 2013-01-17 | 1 | -1/+1 |
| * | Fix incorrect indentation | Tom Needham | 2013-01-16 | 1 | -2/+2 |
| * | Return 401 headers when authentication is required for the api call | Tom Needham | 2013-01-16 | 1 | -0/+2 |
* | | Merge pull request #1181 from owncloud/return-503-in-maintenance | Thomas Müller | 2013-01-18 | 1 | -0/+6 |
|\ \ | |||||
| * | | in case of maintenance the error page returns http status 503. | Thomas Mueller | 2013-01-14 | 1 | -0/+6 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-18 | 10 | -0/+10 |
* | | | Merge pull request #1148 from seancomeau/topic/setup | Frank Karlitschek | 2013-01-16 | 1 | -5/+35 |
|\ \ \ | |||||
| * | | | Rename TestException to DatabaseSetupException | Sean Comeau | 2013-01-14 | 1 | -5/+5 |
| * | | | Use a custom exception instead of adding a delimiter to the error message | Sean Comeau | 2013-01-14 | 1 | -8/+31 |
| * | | | Throw an exception when creating a MySQL user fails and display exception err... | Sean Comeau | 2013-01-10 | 1 | -3/+10 |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-17 | 1 | -0/+1 |
* | | | | Whitespace cleanup | Bart Visscher | 2013-01-16 | 26 | -80/+78 |
* | | | | Spaces to tabs | Bart Visscher | 2013-01-16 | 6 | -696/+696 |
* | | | | Merge pull request #1185 from owncloud/fixing-1162-master | Jan-Christoph Borchardt | 2013-01-16 | 2 | -5/+19 |
|\ \ \ \ | |||||
| * | | | | handling proper display of files/folders with negative size | Thomas Mueller | 2013-01-14 | 2 | -5/+19 |
* | | | | | Merge pull request #1195 from owncloud/cache_prepared | Thomas Müller | 2013-01-15 | 1 | -2/+14 |
|\ \ \ \ \ | |||||
| * | | | | | Clear cached prepared statements when switching between mdb2 and pdo | Robin Appelman | 2013-01-16 | 1 | -2/+4 |
| * | | | | | Cache prepared statements in OC_DB | Robin Appelman | 2013-01-15 | 1 | -0/+10 |
* | | | | | | Merge pull request #1178 from owncloud/return_true_because_of_ponies | Thomas Müller | 2013-01-15 | 2 | -8/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Remove uneeded returns | Lukas Reschke | 2013-01-14 | 2 | -5/+1 |
| * | | | | | | Remove uneeded return | Lukas Reschke | 2013-01-14 | 1 | -3/+0 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'master' into fixing-unused-and-undefined-in-master | Thomas Mueller | 2013-01-14 | 17 | -393/+661 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Move { to same line | Lukas Reschke | 2013-01-14 | 1 | -2/+1 |
| * | | | | | Expand if to multiple lines | Lukas Reschke | 2013-01-14 | 1 | -2/+6 |
| | |/ / / | |/| | | | |||||
| * | | | | Merge pull request #1177 from owncloud/OC_User--isAdminUser() | Bart Visscher | 2013-01-14 | 8 | -72/+29 |
| |\ \ \ \ | |||||
| | * | | | | Enhanced auth is totally unmaintained and broken | Lukas Reschke | 2013-01-14 | 2 | -47/+0 |
| | * | | | | Check if user is admin - bool | Lukas Reschke | 2013-01-14 | 8 | -25/+29 |
| | |/ / / | |||||
| * | | | | Merge pull request #1172 from owncloud/isSubDirectory | Bart Visscher | 2013-01-14 | 1 | -24/+4 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Check for string position instead of string existence | Lukas Reschke | 2013-01-14 | 1 | -1/+1 |
| | * | | | Commentblocks should begin with two * | Lukas Reschke | 2013-01-13 | 1 | -1/+1 |
| | * | | | Add @brief to description | Lukas Reschke | 2013-01-13 | 1 | -1/+1 |
| | * | | | Simplify the isSubDirectory() function | Lukas Reschke | 2013-01-13 | 1 | -22/+2 |
| * | | | | Merge pull request #1112 from Raydiation/master | Bart Visscher | 2013-01-14 | 1 | -17/+5 |
| |\ \ \ \ | |||||
| | * | | | | added cleanup recommendations by including ocs in the cachedKey method and mo... | Bernhard Posselt | 2013-01-07 | 1 | -5/+5 |
| | * | | | | readded ocs routes | Bernhard Posselt | 2013-01-07 | 1 | -0/+5 |
| | * | | | | fixed error that displayed a white page and a warning that routes could not b... | Bernhard Posselt | 2013-01-07 | 1 | -17/+0 |
| * | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-14 | 1 | -1/+7 |
| | |/ / / | |/| | | | |||||
| * | | | | Merge pull request #1133 from owncloud/add_linebreaks_in_sharing | Thomas Müller | 2013-01-10 | 1 | -96/+484 |
| |\ \ \ \ | |||||
| | * | | | | add more linebreaks, replace SQL LIMIT with param | Jörn Friedrich Dreyer | 2013-01-09 | 1 | -96/+484 |
| | |/ / / | |||||
| * | / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-11 | 1 | -6/+17 |
| | |/ / | |/| | | |||||
| * | | | Merge pull request #1127 from owncloud/fixing-641-for-webdav-master | Thomas Müller | 2013-01-10 | 2 | -0/+78 |
| |\ \ \ | |||||
| | * | | | webdav returns "503 Service Unavailable" in case the ownCloud server is curre... | Thomas Mueller | 2013-01-09 | 2 | -0/+78 |
| | |/ / | |||||
| * | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-10 | 1 | -2/+32 |
| * | | | Upstream merged my patch to add additional ssl root certificates to the webda... | Björn Schießle | 2013-01-08 | 1 | -173/+0 |
| |/ / | |||||
* | | | fixing returns | Thomas Mueller | 2013-01-06 | 2 | -8/+8 |
* | | | fixing returns | Thomas Mueller | 2013-01-06 | 1 | -4/+3 |
* | | | add missing return | Thomas Mueller | 2013-01-06 | 1 | -1/+2 |