Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do the url encoding once, only in breadcrumbs template | Bart Visscher | 2012-11-16 | 3 | -6/+7 |
| | | | | fixes issue #438 | ||||
* | Merge pull request #454 from Raydiation/master | Thomas Müller | 2012-11-15 | 2 | -2/+8 |
|\ | | | | | Routing fixes | ||||
| * | removed unneeded callback checks in routes_request that could potentially fail | Bernhard Posselt | 2012-11-15 | 1 | -4/+0 |
| | | |||||
| * | fixed: this.routes_request is a deferred/promise | Bernhard Posselt | 2012-11-15 | 1 | -5/+1 |
| | | |||||
| * | When using routing in apps, no apps are loaded in the left navigation tree. ↵ | Bernhard Posselt | 2012-11-15 | 1 | -0/+1 |
| | | | | | | | | To fix this: load apps for matching a request | ||||
| * | instead of warning via popup, write to console.warn | Bernhard Posselt | 2012-11-15 | 1 | -1/+1 |
| | | |||||
| * | Prevent ajax race conditions when using routes by offering a callback that ↵ | Bernhard Posselt | 2012-11-15 | 1 | -2/+15 |
| | | | | | | | | is run after the the routes have finished loading | ||||
* | | Merge pull request #458 from owncloud/js_console_switch | Thomas Tanghus | 2012-11-15 | 4 | -0/+19 |
|\ \ | | | | | | | Very simple js console switcher. | ||||
| * | | Very simple js console switcher. | Thomas Tanghus | 2012-11-15 | 4 | -0/+19 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-16 | 154 | -369/+473 |
| | | | |||||
* | | | Merge pull request #433 from owncloud/user_setting_fixes | Thomas Müller | 2012-11-15 | 3 | -17/+18 |
|\ \ \ | |/ / |/| | | User setting fixes | ||||
| * | | Better place to check for user removal | Bart Visscher | 2012-11-15 | 1 | -1/+4 |
| | | | |||||
| * | | Better check and handing of user deletion | Bart Visscher | 2012-11-14 | 2 | -1/+3 |
| | | | |||||
| * | | Better check and handling of user creation | Bart Visscher | 2012-11-14 | 2 | -3/+6 |
| | | | |||||
| * | | Always have the username as string in user admin | Bart Visscher | 2012-11-14 | 1 | -6/+6 |
| | | | |||||
| * | | Cleanup user settings js | Bart Visscher | 2012-11-14 | 1 | -8/+1 |
| | | | |||||
* | | | port of approved pull request #442 - 'Always set renaming to false, also if ↵ | Björn Schießle | 2012-11-15 | 1 | -1/+1 |
| |/ |/| | | | | | renaming was aborted, to finalize the operation and show the file actions again.' | ||||
* | | really check if mod_deflate is loaded | Arthur Schiwon | 2012-11-15 | 1 | -1/+1 |
| | | |||||
* | | coding style | Arthur Schiwon | 2012-11-15 | 1 | -3/+3 |
| | | |||||
* | | Fix remote.php CSS+JS garbish on some systems | Arthur Schiwon | 2012-11-15 | 1 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-15 | 227 | -2333/+6028 |
| | | |||||
* | | Revert "Prevent ajax race conditions when using routes by offering a ↵ | Bernhard Posselt | 2012-11-14 | 1 | -15/+2 |
| | | | | | | | | | | | | callback that is run after the the routes have finished loading" This reverts commit 9b8375cf2c328cfcb66dae8283cfcacdaeb242c2. | ||||
* | | Prevent ajax race conditions when using routes by offering a callback that ↵ | Bernhard Posselt | 2012-11-14 | 1 | -2/+15 |
|/ | | | | is run after the the routes have finished loading | ||||
* | Merge pull request #271 from owncloud/239_webdav_999_files | Lukas Reschke | 2012-11-14 | 1 | -10/+16 |
|\ | | | | | fixes #239 - query the database in chunks of 200 | ||||
| * | adding comments to explain what's going on here | Thomas Mueller | 2012-11-06 | 1 | -0/+4 |
| | | |||||
| * | fixes #329: query the database in chunks of 200 | Thomas Mueller | 2012-11-05 | 1 | -10/+12 |
| | | |||||
* | | Merge pull request #402 from zimba12/master | Thomas Müller | 2012-11-14 | 2 | -9/+10 |
|\ \ | | | | | | | Uncomment hours entries in relative date functions | ||||
| * | | fix translation issues with previous commit | Alessandro Cosentino | 2012-11-13 | 2 | -6/+6 |
| | | | |||||
| * | | uncomment hours entries in relative date functions | Alessandro Cosentino | 2012-11-13 | 2 | -8/+9 |
| | | | |||||
* | | | Fixing syntax error - closes #406 | Thomas Müller | 2012-11-14 | 1 | -1/+1 |
| | | | |||||
* | | | Fixing syntax error - closes #406 | Thomas Müller | 2012-11-14 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #41 from owncloud/vcategories_db | Thomas Tanghus | 2012-11-13 | 17 | -115/+1316 |
|\ \ | | | | | | | OC_VCategories - this time actually usable ;) | ||||
| * | | Bump version to trigger update. | Thomas Tanghus | 2012-11-13 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-13 | 93 | -1651/+1941 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-12 | 7 | -60/+108 |
| |\ \ \ | |||||
| * | | | | Don't use indexes in test data as postgres complains over duplicate keys. | Thomas Tanghus | 2012-11-12 | 1 | -41/+0 |
| | | | | | |||||
| * | | | | Change insertIfNotExist() for sqlite. Not fast, but more reliable than ↵ | Thomas Tanghus | 2012-11-12 | 1 | -12/+36 |
| | | | | | | | | | | | | | | | | | | | | previous attempt. | ||||
| * | | | | Correct SQL syntax. | Thomas Tanghus | 2012-11-12 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-12 | 37 | -185/+268 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-11 | 442 | -12444/+8896 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-07 | 23 | -73/+91 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-06 | 27 | -59/+1675 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-05 | 4 | -3/+45 |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | |||||
| * | | | | | | | | VCategories: Closing brace must be on a line by itself. | Thomas Tanghus | 2012-11-05 | 1 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | VCategories: Line too long. | Thomas Tanghus | 2012-11-05 | 1 | -1/+4 |
| | | | | | | | | | |||||
| * | | | | | | | | VCategories: Line too long. | Thomas Tanghus | 2012-11-05 | 1 | -1/+3 |
| | | | | | | | | | |||||
| * | | | | | | | | Remove unused variable. | Thomas Tanghus | 2012-11-05 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Check DB result. | Thomas Tanghus | 2012-11-05 | 1 | -1/+7 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-05 | 5 | -26/+23 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-05 | 135 | -1069/+950 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/vcategories.php |