| Commit message (Expand) | Author | Age | Files | Lines |
* | Contacts: Make the structured name dialog modal to avoid confusion. | Thomas Tanghus | 2012-05-11 | 1 | -1/+1 |
* | Contacts: Clone event handlers as well. | Thomas Tanghus | 2012-05-11 | 1 | -7/+3 |
* | Contacts: Also strip parameters. | Thomas Tanghus | 2012-05-11 | 1 | -1/+1 |
* | improved url generation - made use of OC.linkTo() for linking to versions hi... | Sam Tuke | 2012-05-11 | 2 | -4/+4 |
* | the ',last' breaks all other rewrite rules and is also not there in the commi... | Michiel de Jong | 2012-05-11 | 1 | -1/+1 |
* | update PEAR to 1.9.4 | Robin Appelman | 2012-05-11 | 93 | -5619/+37306 |
* | match setup script to .htaccess from repo | Michiel de Jong | 2012-05-11 | 1 | -2/+0 |
* | register public.php?service=host-meta | Michiel de Jong | 2012-05-11 | 1 | -0/+1 |
* | oops, typo in lib/setup.php | Michiel de Jong | 2012-05-11 | 1 | -1/+1 |
* | add new htaccess things into setup script too | Michiel de Jong | 2012-05-11 | 1 | -2/+7 |
* | fix warning 'unknown var appsDir' | Michiel de Jong | 2012-05-11 | 1 | -1/+1 |
* | some changes for login | Georg Ehrke | 2012-05-11 | 1 | -2/+1 |
* | LDAP: wrong assumptions for case (in)sensitivity, implement far better solution | Arthur Schiwon | 2012-05-11 | 2 | -15/+16 |
* | correct host-meta mime type | Michiel de Jong | 2012-05-11 | 1 | -1/+1 |
* | move lrdd to jrd | Michiel de Jong | 2012-05-11 | 2 | -16/+9 |
* | move host-meta to JRD because I can't work out how to deal with ampersands in... | Michiel de Jong | 2012-05-11 | 1 | -12/+6 |
* | fix auth dialog includes | Michiel de Jong | 2012-05-11 | 1 | -3/+3 |
* | fixed settings text not being clickable | Jan-Christoph Borchardt | 2012-05-11 | 1 | -2/+2 |
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Sam Tuke | 2012-05-11 | 2 | -1/+2 |
|\ |
|
| * | make default app choosable | Georg Ehrke | 2012-05-11 | 2 | -1/+2 |
* | | fixed some include path issues | Sam Tuke | 2012-05-11 | 4 | -63/+25 |
|/ |
|
* | clean up auth dialog | Michiel de Jong | 2012-05-11 | 2 | -52/+28 |
* | announce OAuth2 implicit grant end-point the new way | Michiel de Jong | 2012-05-11 | 1 | -1/+1 |
* | trying to fix /.well-known/host-meta | Michiel de Jong | 2012-05-11 | 2 | -22/+4 |
* | attempt to align the webfinger app with new public.php routing | Michiel de Jong | 2012-05-11 | 3 | -3/+2 |
* | Fix music file action i.e. click to play, make OC.filePath act like OC_Helper... | Michael Gapczynski | 2012-05-10 | 2 | -5/+7 |
* | Fix accidental creation of duplicate files because of extra / in search results | Michael Gapczynski | 2012-05-10 | 2 | -2/+2 |
* | Fix text files for search results | Michael Gapczynski | 2012-05-10 | 1 | -3/+4 |
* | Fix image previews for search results | Michael Gapczynski | 2012-05-10 | 1 | -3/+4 |
* | Prevent overwriting of private link status | Michael Gapczynski | 2012-05-10 | 1 | -1/+1 |
* | Only mount shared storage after a user has logged in, fixes shared folder not... | Michael Gapczynski | 2012-05-10 | 1 | -2/+11 |
* | Contacts: Hack to add structured name from formatted name. | Thomas Tanghus | 2012-05-11 | 2 | -12/+27 |
* | Contacts: Fix check for version. | Thomas Tanghus | 2012-05-11 | 1 | -2/+2 |
* | Added some margin. | Thomas Tanghus | 2012-05-11 | 1 | -1/+1 |
* | Check if app is enabled before exporting its data | Tom Needham | 2012-05-10 | 1 | -26/+28 |
* | Correct undef variable mistake from prev commit | Brice Maron | 2012-05-10 | 1 | -2/+3 |
* | fixing upload icon color | Jan-Christoph Borchardt | 2012-05-10 | 5 | -5/+78 |
* | Correct calendar loading when calendar are from hooks. fix oc-619 | Brice Maron | 2012-05-10 | 2 | -9/+16 |
* | Contacts: Fix some regressions from last commit. | Thomas Tanghus | 2012-05-10 | 4 | -54/+71 |
* | Make select_all checkbox more central | Tom Needham | 2012-05-10 | 1 | -1/+1 |
* | upload button goes MJ | Jan-Christoph Borchardt | 2012-05-10 | 2 | -6/+6 |
* | remove empty line in .htaccess | Georg Ehrke | 2012-05-10 | 1 | -3/+2 |
* | Prevent any null bytes related exploits, thanks to Lukas Reschke | Michael Gapczynski | 2012-05-10 | 1 | -1/+1 |
* | Make email private link submit on enter as well | Michael Gapczynski | 2012-05-10 | 1 | -1/+4 |
* | Some UI and code restructering according to usability tests: https://mail.kde... | Thomas Tanghus | 2012-05-10 | 4 | -47/+53 |
* | Minor css fix. | Thomas Tanghus | 2012-05-10 | 1 | -1/+1 |
* | Prevent XSS exploit by checking if path-info is set, thanks to Lukas Reschke | Michael Gapczynski | 2012-05-10 | 1 | -3/+5 |
* | larger clickable area for new button | Jan-Christoph Borchardt | 2012-05-10 | 1 | -1/+1 |
* | fixing background for clicked new button | Jan-Christoph Borchardt | 2012-05-10 | 1 | -1/+1 |
* | reduced text shadow brightness | Jan-Christoph Borchardt | 2012-05-10 | 1 | -1/+1 |