Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-21 | 48 | -121/+173 |
| | |||||
* | Merge pull request #1247 from ↵ | Thomas Müller | 2013-01-20 | 1 | -0/+3 |
|\ | | | | | | | | | owncloud/clear-queries-cache-on-schema-change-master cached queries need to be reset on schema change because they become inv... | ||||
| * | cached queries need to be reset on schema change because they become invalid | Thomas Mueller | 2013-01-20 | 1 | -0/+3 |
|/ | | | | fixes: https://github.com/owncloud/apps/issues/468 | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-20 | 150 | -2825/+3011 |
| | |||||
* | Merge pull request #1233 from owncloud/visualphpunit | Lukas Reschke | 2013-01-19 | 1 | -0/+3 |
|\ | | | | | Add listener for VisualPHPUnit | ||||
| * | Add listener for VisualPHPUnit | Michael Gapczynski | 2013-01-18 | 1 | -0/+3 |
| | | |||||
* | | Sanitize the exception | Lukas Reschke | 2013-01-19 | 1 | -1/+1 |
| | | |||||
* | | Also replace the backslash with a minus | Lukas Reschke | 2013-01-19 | 1 | -1/+2 |
| | | | | | | | | For Windows systems | ||||
* | | Merge pull request #1214 from Raydiation/master | Bernhard Posselt | 2013-01-19 | 1 | -0/+17 |
|\ \ | | | | | | | Load Classpaths of apps before appinfo/routes.php | ||||
| * | | spaces to tabs | Bernhard Posselt | 2013-01-17 | 1 | -12/+12 |
| | | | |||||
| * | | load classpaths of apps before routes | Bernhard Posselt | 2013-01-17 | 1 | -0/+17 |
| | | | |||||
* | | | Merge pull request #1230 from owncloud/remove-unused-autocomplete.php | Lukas Reschke | 2013-01-19 | 1 | -54/+0 |
|\ \ \ | | | | | | | | | Remove uneeded file | ||||
| * | | | Remove uneeded file | Lukas Reschke | 2013-01-18 | 1 | -54/+0 |
| | | | | | | | | | | | | | | | | | | | | I don't saw any usage of this file through the code, I assume it can safely be removed. | ||||
* | | | | Merge pull request #1228 from owncloud/generating_zip_message | Jan-Christoph Borchardt | 2013-01-19 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | Make the ZIP download information friendlier | ||||
| * | | | Change the second part of the notification | Lukas Reschke | 2013-01-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | Make the message friendlier | Lukas Reschke | 2013-01-18 | 1 | -1/+1 |
| |/ / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-19 | 20 | -118/+140 |
| | | | |||||
* | | | Merge pull request #986 from owncloud/fixing-784-master | Thomas Müller | 2013-01-18 | 8 | -16/+171 |
|\ \ \ | |/ / |/| | | the maximum upload size is now part of the response of the upload and de... | ||||
| * | | fixing indent | Thomas Mueller | 2013-01-18 | 5 | -73/+73 |
| | | | |||||
| * | | adding a ajax call to get the current file storage stats like free space | Thomas Mueller | 2013-01-11 | 2 | -0/+42 |
| | | | | | | | | | | | | | | | logic to call it every 5 minutes make use of visibility API/jquery-visibility to perform the ajax call only if the browser is visible/in use | ||||
| * | | load jquery-visibility | Thomas Mueller | 2013-01-11 | 1 | -0/+1 |
| | | | |||||
| * | | adding jquery-visibility | Thomas Mueller | 2013-01-11 | 1 | -0/+32 |
| | | | | | | | | | | | | | | | https://github.com/mathiasbynens/jquery-visibility MIT and GPL licensed | ||||
| * | | Merge branch 'master' into fixing-784-master | Thomas Mueller | 2013-01-11 | 275 | -5555/+8279 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/files.js | ||||
| * \ \ | Merge branch 'master' into fixing-784-master | Thomas Mueller | 2013-01-06 | 502 | -7419/+14471 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/upload.php apps/files/js/files.js lib/helper.php | ||||
| * | | | | the maximum upload size is now part of the response of the upload and delete ↵ | Thomas Müller | 2012-12-20 | 6 | -17/+98 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | operation. the maximum upload size is updated within the browser once an upload or delete operation has been finished | ||||
* | | | | | Merge pull request #1224 from davidgumberg/patch-2 | Lukas Reschke | 2013-01-18 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Typo fix (comment) /lib/base.php | ||||
| * | | | | | Typo fix (comment) /lib/base.php | davidgumberg | 2013-01-18 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | 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 ↵ | Björn Schießle | 2013-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | error if OC_App::getStorage() fails. Port of approved patch for stable45: https://github.com/owncloud/core/pull/1222 | ||||
* | | | | | Merge pull request #1205 from owncloud/ocs_api | Thomas Müller | 2013-01-18 | 1 | -0/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Return 401 headers when trying to access a restricted api call | ||||
| * | | | | | 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. | ||||
| * | | | | | | in case of maintenance the error page returns http status 503. | Thomas Mueller | 2013-01-14 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is necessary to enable the desktop sync client to react properly. Currently the SabreDAV plugin OC_Connector_Sabre_MaintenancePlugin is not executed because this error page is returned before the SabreDAV code is executed | ||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-18 | 76 | -215/+288 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge pull request #1148 from seancomeau/topic/setup | Frank Karlitschek | 2013-01-16 | 1 | -5/+35 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix issue #108 | ||||
| * | | | | | | 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 ↵ | Sean Comeau | 2013-01-10 | 1 | -3/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | error text to user | ||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-17 | 91 | -1695/+1975 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #1204 from Raydiation/master | Bart Visscher | 2013-01-16 | 3 | -10/+8 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Dont resize content div with javascript but use css box-sizing to do it | ||||
| * | | | | | | | dont show horizontal scrollbar | Bernhard Posselt | 2013-01-16 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | dont resize content div with javascript but use css box-sizing to do it | Bernhard Posselt | 2013-01-16 | 3 | -10/+8 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #1180 from owncloud/whitespace-cleanup | Bart Visscher | 2013-01-16 | 51 | -1058/+1056 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Whitespace cleanup | ||||
| * | | | | | | | Whitespace cleanup | Bart Visscher | 2013-01-16 | 34 | -107/+105 |
| | | | | | | | | |||||
| * | | | | | | | Spaces to tabs | Bart Visscher | 2013-01-16 | 18 | -951/+951 |
|/ / / / / / / | |||||
* | | | | | | | 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 | ||||
| * | | | | | | | handling proper display of files/folders with negative size | Thomas Mueller | 2013-01-14 | 2 | -5/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refs #1162 | ||||
* | | | | | | | | Merge pull request #1192 from schiesbn/versioning_history_issue_1189 | Björn Schießle | 2013-01-16 | 1 | -2/+5 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | fix for issue #1186, missing variables added |