Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Concatenate string in SQL instead of PHP | Jörn Friedrich Dreyer | 2013-11-01 | 1 | -10/+10 |
* | Merge pull request #5443 from owncloud/fix-autoloader-caching | Bart Visscher | 2013-11-01 | 2 | -24/+33 |
|\ | |||||
| * | Allow null as cache parameter (if no cache was found) and for cache removal. | Andreas Fischer | 2013-10-22 | 1 | -1/+1 |
| * | Only write-back on cache miss. | Andreas Fischer | 2013-10-22 | 1 | -3/+3 |
| * | Only use autoloader cache when 'instanceid' is available. | Andreas Fischer | 2013-10-22 | 1 | -5/+9 |
| * | Inject memoryCache into Autoloader. Remove recursion-prevention hack. | Andreas Fischer | 2013-10-22 | 2 | -28/+33 |
* | | Merge pull request #5658 from owncloud/session-error-full-sentence | Morris Jobke | 2013-11-01 | 1 | -1/+1 |
|\ \ | |||||
| * | | Make "Please contact your system administrator" a full sentence. | Andreas Fischer | 2013-11-01 | 1 | -1/+1 |
* | | | Merge pull request #5653 from owncloud/fix-api-documentation | Morris Jobke | 2013-11-01 | 8 | -417/+413 |
|\ \ \ | |/ / |/| | | |||||
| * | | fix documentation stuff | Morris Jobke | 2013-10-31 | 8 | -417/+413 |
* | | | Merge pull request #5551 from owncloud/fix-5202-master | Morris Jobke | 2013-10-31 | 1 | -1/+5 |
|\ \ \ | |||||
| * | | | When updating an appstore app, execute a database update | Bart Visscher | 2013-10-25 | 1 | -1/+5 |
* | | | | Merge pull request #5637 from owncloud/fix_privatedata | Jörn Friedrich Dreyer | 2013-10-31 | 5 | -51/+265 |
|\ \ \ \ | |||||
| * | | | | Get rid of the SELECT query. Try UPDATE, on failure INSERT. | Andreas Fischer | 2013-10-31 | 1 | -8/+4 |
| * | | | | testing update and delete | Thomas Müller | 2013-10-31 | 1 | -0/+39 |
| * | | | | fixing undefined index in delete() | Thomas Müller | 2013-10-31 | 1 | -5/+7 |
| * | | | | adding unit tests for delete | Thomas Müller | 2013-10-31 | 1 | -0/+16 |
| * | | | | PHPDoc comment updated - checkLoggedIn() removed | Thomas Müller | 2013-10-31 | 1 | -9/+10 |
| * | | | | unit tests for set added | Thomas Müller | 2013-10-31 | 1 | -5/+38 |
| * | | | | no need to check if the user is logged in | Thomas Müller | 2013-10-31 | 1 | -1/+0 |
| * | | | | fixing php notice: Undefined index key | Thomas Müller | 2013-10-31 | 1 | -1/+1 |
| * | | | | first two tests | Thomas Müller | 2013-10-31 | 1 | -0/+53 |
| * | | | | no need to check if the user is logged in - this is already done in the ocs d... | Thomas Müller | 2013-10-31 | 1 | -6/+6 |
| * | | | | Merge branch 'master' into fix_privatedata | Thomas Müller | 2013-10-31 | 8 | -61/+81 |
| |\ \ \ \ | |||||
| * | | | | | increase version number to trigger db migration | Frank Karlitschek | 2013-10-30 | 1 | -1/+1 |
| * | | | | | fix the privatedata key value store | Frank Karlitschek | 2013-10-30 | 3 | -43/+118 |
* | | | | | | Merge pull request #5591 from owncloud/home-storage | Jörn Friedrich Dreyer | 2013-10-31 | 4 | -2/+123 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | Merge branch 'master' into home-storage | Thomas Müller | 2013-10-30 | 738 | -6458/+15220 |
| |\ \ \ \ \ | |||||
| * | | | | | | dont use the home storage for non-existing users | Robin Appelman | 2013-10-29 | 1 | -2/+2 |
| * | | | | | | use the new home storage backend when no existing local storage backend exist... | Robin Appelman | 2013-10-29 | 2 | -2/+21 |
| * | | | | | | add specialized storage backend for home folders | Robin Appelman | 2013-10-29 | 2 | -0/+102 |
* | | | | | | | Merge pull request #5648 from owncloud/files-fixhidecontrolsinviewermode | Morris Jobke | 2013-10-31 | 1 | -0/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Corretly hide "no permissions" message in controls in viewer mode | Vincent Petry | 2013-10-31 | 1 | -0/+3 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | prefer closest over parent | Jörn Friedrich Dreyer | 2013-10-31 | 1 | -1/+1 |
* | | | | | | | Merge pull request #5531 from owncloud/upgrade-form-occ | Andreas Fischer | 2013-10-31 | 3 | -77/+90 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add some color to the occ upgrade output. | Andreas Fischer | 2013-10-28 | 1 | -11/+11 |
| * | | | | | | | Use "else if" to remove one level of indentation. | Andreas Fischer | 2013-10-28 | 1 | -13/+11 |
| * | | | | | | | Missed one write()->writeln(). Fixed. | ringmaster | 2013-10-28 | 1 | -1/+1 |
| * | | | | | | | Use writeln() instead of write() | ringmaster | 2013-10-28 | 1 | -11/+11 |
| * | | | | | | | Use the OutputInterface for output and return error codes. | ringmaster | 2013-10-28 | 1 | -21/+30 |
| * | | | | | | | Move all upgrade routines into the command-line tool. | ringmaster | 2013-10-28 | 2 | -78/+55 |
| * | | | | | | | Add `occ upgrade` command. | ringmaster | 2013-10-24 | 2 | -0/+29 |
* | | | | | | | | use data-file to retrieve filename | Jörn Friedrich Dreyer | 2013-10-31 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #5638 from owncloud/admin-quotafield | Morris Jobke | 2013-10-31 | 3 | -6/+27 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | fix translation strings | Morris Jobke | 2013-10-31 | 1 | -2/+2 |
| * | | | | | | | | Fixed input field and tipsy positioning in singleselect | Vincent Petry | 2013-10-31 | 1 | -4/+3 |
| * | | | | | | | | Improve quota input field | Vincent Petry | 2013-10-30 | 3 | -5/+27 |
* | | | | | | | | | Adding link to documents repo | Thomas Müller | 2013-10-31 | 1 | -0/+1 |
| |_|/ / / / / / |/| | | | | | | | |||||
* | | | | | | | | Merge pull request #5642 from owncloud/fixing-5271-master | VicDeo | 2013-10-30 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | we should check if a user is logged in before we check for admin privilege | Thomas Müller | 2013-10-30 | 1 | -0/+2 |
|/ / / / / / / / |