summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove oc_log, as it is unusedJörn Friedrich Dreyer2012-08-271-58/+5
* return standard SQL values (sqlite3 understands CURRENT_...)Jörn Friedrich Dreyer2012-08-271-3/+3
* setbackgroundjobsmode.php got lost somewhere - switched call to use the perfe...Michael Gapczynski2012-08-261-1/+4
* Change URL from gitorious to githubMichael Gapczynski2012-08-261-1/+1
* Fix share getItems() limitMichael Gapczynski2012-08-261-2/+9
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-2721-33/+40
* Move additional jquery.inview filesMichael Gapczynski2012-08-262-0/+56
* Move jquery.inview from contacts app to coreMichael Gapczynski2012-08-262-2/+135
* use OC_User::getHome in lib/filesystem.phpGeorg Ehrke2012-08-261-1/+1
* enable user backends to define their own place where to store the dataGeorg Ehrke2012-08-261-3/+5
* fix c&p fail from earlier commit todayGeorg Ehrke2012-08-263-3/+3
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-2678-1602/+1804
* changing l10n to reflect latest repo splittThomas Mueller2012-08-2614-2409/+0
* restore the webdavauth appFrank Karlitschek2012-08-265-0/+180
* moved to apps repositoryFrank Karlitschek2012-08-261174-297345/+0
* Wrong functionLukas Reschke2012-08-263-3/+3
* Merge branch 'master' of github.com:owncloud/coreGeorg Ehrke2012-08-26368-548/+8936
|\
| * OC_Util is better thank OCP\JSON because it'll redirect the user to the index...Lukas Reschke2012-08-263-3/+3
| * Check if app is enabledLukas Reschke2012-08-263-0/+3
| * Remove some empty linesLukas Reschke2012-08-261-17/+4
| * Use sanitizeHTML instead of strip_tagsLukas Reschke2012-08-261-2/+2
| * Merge branch 'master' of github.com:owncloud/coreJörn Friedrich Dreyer2012-08-26363-524/+8925
| |\
| | * [tx-robot] updated from transifexJenkins for ownCloud2012-08-26135-23/+3552
| | * translation support for pdfviewerThomas Mueller2012-08-264-4/+61
| | * added translation for odfviewerThomas Mueller2012-08-264-1/+37
| | * [tx-robot] updated from transifexJenkins for ownCloud2012-08-2627-50/+69
| | * Gitorious => GithubLukas Reschke2012-08-261-1/+1
| | * adding coverage extension for simpletestThomas Mueller2012-08-2621-0/+1361
| | * [tx-robot] updated from transifexJenkins for ownCloud2012-08-26145-181/+3799
| | * resources added to transifexThomas Mueller2012-08-261-0/+12
| | * [tx-robot] updated from transifexJenkins for ownCloud2012-08-2621-21/+21
| | * translation support for text editor and impress addedThomas Mueller2012-08-264-0/+66
| | * [tx-robot] updated from transifexJenkins for ownCloud2012-08-2690-339/+42
| | * I like TLS/SSLLukas Reschke2012-08-261-4/+4
| | * Merge pull request #1 from cornelius/patch-1Lukas Reschke2012-08-251-1/+1
| | |\
| | | * Fix URL to sourcesCornelius Schumacher2012-08-261-1/+1
| | |/
| * / fix sharing bug introduced with oracle supportjfd2012-08-261-5/+2
| |/
* | don't allow group admins to change admin's accountsGeorg Ehrke2012-08-261-0/+3
* | implement getHome in OC_UserGeorg Ehrke2012-08-266-0/+75
|/
* fix UI bug with subadminsGeorg Ehrke2012-08-251-2/+4
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-25101-764/+1224
|\
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-25101-764/+1224
* | OC_Share no longer exists. remove hooks that would trigger require_once / aut...jfd2012-08-254-30/+41
* | use limit parameter instead of LIMIT SQL for vcardjfd2012-08-251-13/+5
* | remove superflous LIMITjfd2012-08-251-1/+1
* | fix missing $jfd2012-08-251-1/+1
* | remove duplicate methodjfd2012-08-251-14/+0
* | fix typo in db_structurejfd2012-08-251-1/+1
* | add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-2527-137/+135
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-2512-148/+214
|\|