summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Move OC::loadfile and OC::loadapp next to OC::handleRequestBart Visscher2012-08-101-35/+35
* | Make OC::loadfile and OC::loadapp protected, only used in OC::handleRequestBart Visscher2012-08-101-5/+5
* | Cleanup OC::loadfileBart Visscher2012-08-101-11/+21
* | Use OC_Util::displayLoginPage and cleanup the functionBart Visscher2012-08-103-10/+18
* | Combine install checks in lib/base.phpBart Visscher2012-08-101-19/+19
* | Check if webfinger is enabledLukas Reschke2012-08-102-1/+8
* | Used wrong class.Thomas Tanghus2012-08-102-2/+2
* | XSRF checksLukas Reschke2012-08-101-0/+2
* | Removed unused fileLukas Reschke2012-08-101-47/+0
* | Added XSRF checkLukas Reschke2012-08-101-0/+1
* | Fixed 3 - THREE - errors in one method call :-PThomas Tanghus2012-08-091-3/+3
* | Sanitzing user inputLukas Reschke2012-08-091-1/+1
* | LDAP: don't give Test Connection button red background on fail, it is becomin...Arthur Schiwon2012-08-091-1/+0
* | Fix for broken Mail App in OSX Mountain Lion. https://mail.kde.org/pipermail/...Thomas Tanghus2012-08-091-1/+4
* | remove debug code from calendar - thanks michael for pointing that out :)Georg Ehrke2012-08-091-1/+0
* | add SabreDav 1.6.4Georg Ehrke2012-08-09180-0/+25160
* | remove SabreDav 1.6.3Georg Ehrke2012-08-09180-25055/+0
* | Change parameter name and update docs.Thomas Tanghus2012-08-091-5/+6
* | fix scanning of archives in some casesRobin Appelman2012-08-091-2/+2
* | Another take at profile photo/thumbnail caching. oc-839.Thomas Tanghus2012-08-0910-47/+96
* | move calendar settings from personal settings to in app settingsGeorg Ehrke2012-08-0911-123/+178
* | remove unstable libGeorg Ehrke2012-08-091-93/+0
* | Fix require statements. Fix for oc-1460.Thomas Tanghus2012-08-094-10/+14
* | [tx-robot] updated from transifexJenkins for ownCloud2012-08-0918-9/+2701
* | Move login code from index.php to OC classBart Visscher2012-08-082-42/+70
* | Move handling request of index.php to OC classBart Visscher2012-08-082-43/+50
* | Remove useless setting of RUNTIME_NOAPPSBart Visscher2012-08-082-10/+0
* | Remove unused RUNTIME_NOSETUPFS varBart Visscher2012-08-0813-44/+2
|/
* Don't return file handle if the mode supports writing and the file is not wri...Michael Gapczynski2012-08-081-0/+19
* while loop not needed because of recursive call of put()Bjoern Schiessle2012-08-081-8/+4
* fix for bug 879 - add parent directory to file cache if it does not exist yet.Bjoern Schiessle2012-08-081-11/+23
* Decode the alternative path_infoBart Visscher2012-08-071-0/+11
* Move getting the path info to OC_RequestBart Visscher2012-08-072-5/+14
* remoteStorage: Use OCP\\Util for redirecting for login and generating linkBart Visscher2012-08-071-2/+3
* remoteStorage: split auth allow templateBart Visscher2012-08-072-51/+37
* Add comments the other functions in OC_RequestBart Visscher2012-08-071-0/+8
* Move serverHost and serverProtocol functions to OC_RequestBart Visscher2012-08-074-51/+50
* Added function to make url absoluteBart Visscher2012-08-072-4/+15
* Fix rewriting GET parameters with ? in REQUESTEDAPPBart Visscher2012-08-071-1/+1
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-0731-148/+185
* Some UI improvements on the addressbooks settings.Thomas Tanghus2012-08-073-9/+19
* Check if New and Upload buttons exist before adding their width to the total ...Michael Gapczynski2012-08-061-1/+5
* Change hardcoded urls to use linkTo functionBart Visscher2012-08-066-11/+26
* LDAP: layout settings form. Hope it is now a bit clearer and prettier.Arthur Schiwon2012-08-063-17/+27
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-0617-114/+170
* LDAP: offer option to disable SSL certificate checks. Works around problems w...Arthur Schiwon2012-08-053-1/+14
* remove accidentally added blank linesArthur Schiwon2012-08-051-2/+0
* LDAP: check for always available attribute on userExists, fixes oc-1440Arthur Schiwon2012-08-051-3/+3
* add missing \Arthur Schiwon2012-08-051-1/+1
* LDAP: sanitize user and group base trees for strripos comparison. fixes oc-1302Arthur Schiwon2012-08-051-2/+4