Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | always return an array | Bjoern Schiessle | 2014-03-25 | 1 | -11/+4 | |
| * | | | | | | | seperate formatResults() | Bjoern Schiessle | 2014-03-25 | 1 | -18/+31 | |
| * | | | | | | | don't assign variables in if conditions | Bjoern Schiessle | 2014-03-25 | 1 | -2/+4 | |
| * | | | | | | | use variable | Bjoern Schiessle | 2014-03-25 | 1 | -6/+5 | |
| * | | | | | | | seperate transformDBResults | Bjoern Schiessle | 2014-03-25 | 1 | -24/+33 | |
| * | | | | | | | seperate creation of select statement | Bjoern Schiessle | 2014-03-25 | 1 | -38/+44 | |
| * | | | | | | | remove prepFileTarget() seems that it is no longer in use | Bjoern Schiessle | 2014-03-25 | 2 | -27/+0 | |
| * | | | | | | | add a "helper" and a "hooks" class. Move constants needed by multiple classes | Bjoern Schiessle | 2014-03-25 | 6 | -355/+377 | |
| * | | | | | | | added private share api | Bjoern Schiessle | 2014-03-25 | 2 | -1647/+1944 | |
* | | | | | | | | Merge pull request #7613 from owncloud/fix_urlGenerator2 | Vincent Petry | 2014-03-28 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Add \OC:: to URLGenerator::getAbsoluteURL() | Thomas Tanghus | 2014-03-06 | 1 | -1/+2 | |
* | | | | | | | | Fix CURLOPT_FOLLOWLOCATION bug with open_basedir or safe_mode restriction ena... | Thomas Müller | 2014-03-28 | 1 | -4/+45 | |
* | | | | | | | | Merge pull request #7829 from owncloud/cachefolderlocation | Vincent Petry | 2014-03-28 | 3 | -7/+49 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove unused setUserVars utility method | Vincent Petry | 2014-03-26 | 1 | -11/+0 | |
| * | | | | | | | | Cache folder is now configurable | Vincent Petry | 2014-03-24 | 3 | -7/+60 | |
* | | | | | | | | | Merge pull request #7107 from owncloud/load-apps-proper-master | Thomas Müller | 2014-03-28 | 3 | -23/+7 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| * | | | | | | | | all authentication apps are loaded at first - everything else relies on these... | Thomas Müller | 2014-03-21 | 1 | -1/+2 | |
| * | | | | | | | | Merge branch 'master' into load-apps-proper-master | Thomas Müller | 2014-03-21 | 240 | -2341/+3915 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Within OC:init() the minimum set of apps is loaded - which is filesystem, aut... | Thomas Müller | 2014-02-06 | 2 | -13/+4 | |
| * | | | | | | | | | remove some more global variable $RUNTIME_NOAPPS | Thomas Müller | 2014-02-06 | 2 | -8/+1 | |
| * | | | | | | | | | remove global variable $RUNTIME_NOAPPS - it's just superfluous | Thomas Müller | 2014-02-06 | 1 | -2/+1 | |
* | | | | | | | | | | Merge pull request #7902 from owncloud/ext-xsendfileextstoragefix | Vincent Petry | 2014-03-27 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Use the correct resolve method to resolve file storage | Vincent Petry | 2014-03-26 | 1 | -1/+2 | |
* | | | | | | | | | | | Merge pull request #7893 from owncloud/no-routed-link-for-css-files | Thomas Müller | 2014-03-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | css files are not to be routed through index.php anymore | Thomas Müller | 2014-03-26 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* / | | | | | | | | | fix undefined index warning in router | Robin Appelman | 2014-03-26 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-26 | 1 | -0/+8 | |
* | | | | | | | | | Merge pull request #7748 from owncloud/postgresversionwarning | Thomas Müller | 2014-03-25 | 1 | -0/+35 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fixing code style | Thomas Müller | 2014-03-25 | 1 | -2/+1 | |
| * | | | | | | | | | Log exception when PostgreSQL version check failed | Vincent Petry | 2014-03-24 | 1 | -1/+3 | |
| * | | | | | | | | | Added PostgreSQL version warning on upgrade | Vincent Petry | 2014-03-17 | 1 | -0/+34 | |
* | | | | | | | | | | Merge pull request #7864 from owncloud/routing-performance | Thomas Müller | 2014-03-25 | 4 | -25/+103 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix routes getting lost when loading app routes twice | Robin Appelman | 2014-03-25 | 1 | -7/+9 | |
| * | | | | | | | | | | fix incorect array | Robin Appelman | 2014-03-25 | 1 | -1/+1 | |
| * | | | | | | | | | | Only load core routes for ocs and settings | Robin Appelman | 2014-03-25 | 1 | -1/+2 | |
| * | | | | | | | | | | Only load core routes when matching a core route | Robin Appelman | 2014-03-24 | 1 | -3/+5 | |
| * | | | | | | | | | | Cache generated urls for routes | Robin Appelman | 2014-03-24 | 1 | -0/+43 | |
| * | | | | | | | | | | Only load routes from the apps we need | Robin Appelman | 2014-03-24 | 2 | -14/+38 | |
| * | | | | | | | | | | Load the routes when matching or generating a route instead of when creating ... | Robin Appelman | 2014-03-24 | 3 | -7/+13 | |
* | | | | | | | | | | | Merge pull request #7325 from owncloud/recursive-mkdir-local | Thomas Müller | 2014-03-25 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into recursive-mkdir-local | Robin Appelman | 2014-02-21 | 10 | -75/+124 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Also make "regular" local storage's mkdir recursive | Robin Appelman | 2014-02-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Recursive mkdir fixes #7047 | Joshua Medeiros | 2014-02-20 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge pull request #7420 from owncloud/cachehooks-first | Thomas Müller | 2014-03-25 | 2 | -2/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into cachehooks-first | Robin Appelman | 2014-03-13 | 96 | -602/+808 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Fix check if fileinfo is valid | Robin Appelman | 2014-03-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Fix updater when getFileInfo fails | Robin Appelman | 2014-03-03 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | | Also send explicit cache hooks when calling file_put_contents with a resource | Robin Appelman | 2014-02-28 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | Manually triger the filecache update hooks before any other hook | Robin Appelman | 2014-02-26 | 1 | -0/+20 | |
* | | | | | | | | | | | | | | | Merge pull request #7477 from owncloud/foldersize-reuse | Thomas Müller | 2014-03-25 | 4 | -14/+27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | |