| Commit message (Expand) | Author | Age | Files | Lines |
* | fix creation of monthly repeated events | Georg Ehrke | 2012-06-09 | 1 | -0/+3 |
* | removing app access check, fix title for links in tiles | Bartek Przybylski | 2012-06-09 | 2 | -4/+1 |
* | Contacts: Use POST instead of GET. | Thomas Tanghus | 2012-06-09 | 3 | -5/+5 |
* | Code cleanup. | Thomas Tanghus | 2012-06-09 | 1 | -10/+21 |
* | make use of post instead of get | Georg Ehrke | 2012-06-09 | 13 | -33/+33 |
* | Tasks: Use POST for ajax calls that change data | Bart Visscher | 2012-06-09 | 3 | -4/+4 |
* | tabs for spaces, fix array key name | Bartek Przybylski | 2012-06-08 | 1 | -4/+4 |
* | hide share button until sharing wont be fixed | Bartek Przybylski | 2012-06-08 | 1 | -1/+1 |
* | adding navigation bar to gallery | Bartek Przybylski | 2012-06-08 | 2 | -5/+18 |
* | remove old code | Bartek Przybylski | 2012-06-08 | 1 | -91/+1 |
* | adding missing file | Bartek Przybylski | 2012-06-08 | 1 | -0/+37 |
* | tabs for spaces, removing thumbnail on file removal | Bartek Przybylski | 2012-06-08 | 8 | -279/+121 |
* | Don't use substr to get first char of string | Bart Visscher | 2012-06-08 | 6 | -11/+11 |
* | Contacts: Closed stupid XSS hole. Thanks AnybodyElse ;-) | Thomas Tanghus | 2012-06-08 | 1 | -1/+1 |
* | Add Amazon Web Services SDK to 3rdparty for Amazon S3 external storage | Michael Gapczynski | 2012-06-08 | 1 | -1/+1 |
* | Working UI for external storage mount configuration | Michael Gapczynski | 2012-06-08 | 9 | -92/+482 |
* | typo in var | Arthur Schiwon | 2012-06-08 | 1 | -1/+1 |
* | Sharing, fix: connect to hooks from the correct classes | Arthur Schiwon | 2012-06-08 | 1 | -2/+2 |
* | split share and root config for smb backend, also sanitize config a bit more | Robin Appelman | 2012-06-08 | 3 | -4/+21 |
* | Gallery: Fix database creation on update, also only from version less then 0.5 | Bart Visscher | 2012-06-07 | 1 | -6/+8 |
* | Contacts: Attempt to make file upload work in ICS Chrome. | Thomas Tanghus | 2012-06-07 | 1 | -1/+3 |
* | Break text to fit in dialog. | Thomas Tanghus | 2012-06-07 | 1 | -1/+1 |
* | LDAP: cache the results, reduce LDAP searches | Arthur Schiwon | 2012-06-07 | 2 | -14/+39 |
* | ldap: enable the destructor | Arthur Schiwon | 2012-06-07 | 1 | -0/+5 |
* | pictures: update script and removal some all stuff | Bartek Przybylski | 2012-06-07 | 3 | -23/+12 |
* | Edited combobox to adhere to coding standards and added a dblclick handler. | Thomas Tanghus | 2012-06-07 | 1 | -19/+24 |
* | ldap: remove unused private functions | Arthur Schiwon | 2012-06-07 | 1 | -24/+0 |
* | ldap: correct query condition and determining of success | Arthur Schiwon | 2012-06-07 | 1 | -2/+12 |
* | ldap: check index carefully, can be 0 | Arthur Schiwon | 2012-06-07 | 1 | -1/+1 |
* | Migration: Fixed wrong download URL: http://forum.owncloud.org/viewtopic.php?... | Thomas Tanghus | 2012-06-07 | 1 | -1/+1 |
* | Calendar: Added more explicit sync links and fixed indentation. | Thomas Tanghus | 2012-06-07 | 1 | -34/+39 |
* | Contacts: Import upload button was obscured on Android browser. | Thomas Tanghus | 2012-06-07 | 2 | -2/+2 |
* | A bit of pixel-pushing. | Thomas Tanghus | 2012-06-07 | 2 | -10/+17 |
* | adding title when fancybox is displayed | Bartek Przybylski | 2012-06-06 | 1 | -1/+1 |
* | replace spaces with tabs, use const and linkTo instead of static path | Bartek Przybylski | 2012-06-06 | 1 | -151/+148 |
* | hack for file download | Bartek Przybylski | 2012-06-06 | 1 | -1/+3 |
* | removing test image | Bartek Przybylski | 2012-06-06 | 1 | -0/+0 |
* | aviod incorrect image size returning in gallery listing | Bartek Przybylski | 2012-06-06 | 2 | -11/+14 |
* | use fancybox to display image preview | Bartek Przybylski | 2012-06-06 | 2 | -12/+7 |
* | navigate on galleries | Bartek Przybylski | 2012-06-06 | 3 | -25/+45 |
* | new db scheme | Bartek Przybylski | 2012-06-06 | 1 | -38/+4 |
* | git status | Bartek Przybylski | 2012-06-06 | 6 | -31/+451 |
* | fixed var name, $filename should be $foldername | Bjoern Schiessle | 2012-06-06 | 1 | -1/+1 |
* | Contacts: Make js a tad DRYer. Added URL property. | Thomas Tanghus | 2012-06-06 | 4 | -42/+34 |
* | Correct mime type. | Thomas Tanghus | 2012-06-06 | 1 | -1/+1 |
* | LDPA: don't drop legal whitespaces when sanitizing DN. Fixes oc-914 | Arthur Schiwon | 2012-06-06 | 1 | -1/+1 |
* | Corrected typos. | Thomas Tanghus | 2012-06-06 | 1 | -3/+3 |
* | fixed wrong function call | Bjoern Schiessle | 2012-06-06 | 5 | -6/+6 |
* | Less aggressive caching on thumbnails too. | Thomas Tanghus | 2012-06-06 | 1 | -5/+1 |
* | Cleanup. | Thomas Tanghus | 2012-06-06 | 12 | -88/+2 |