Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Make sure address books are shown even if empty. | Thomas Tanghus | 2012-06-20 | 1 | -12/+15 | |
| | | ||||||
| * | Use uasort instead of usort. | Thomas Tanghus | 2012-06-17 | 1 | -1/+1 | |
| | | ||||||
| * | Sort addressbooks. | Thomas Tanghus | 2012-06-17 | 1 | -0/+9 | |
| | | ||||||
| * | Make the parsing in the controller, not in the template. Assign only ↵ | Thomas Tanghus | 2012-06-17 | 1 | -17/+20 | |
| | | | | | | | | relevant entries to the template. | |||||
| * | now a little less in template - more in ajax controller | Stephan Bergemann | 2012-06-17 | 1 | -2/+26 | |
| | | ||||||
| * | Fix char encoding. | Thomas Tanghus | 2012-06-16 | 1 | -2/+3 | |
| | | ||||||
| * | Fix string encoding probs. | Thomas Tanghus | 2012-06-16 | 2 | -2/+13 | |
| | | ||||||
| * | Remove debug statements. | Thomas Tanghus | 2012-06-13 | 2 | -19/+0 | |
| | | ||||||
| * | Contacts: implemented CSRF prevention. | Thomas Tanghus | 2012-06-13 | 11 | -4/+46 | |
| | | ||||||
| * | Contacts: Fix NOTE also on add, not just save. | Thomas Tanghus | 2012-06-11 | 1 | -2/+11 | |
| | | ||||||
| * | Contacts: Use POST instead of GET. | Thomas Tanghus | 2012-06-09 | 2 | -3/+3 | |
| | | ||||||
| * | Code cleanup. | Thomas Tanghus | 2012-06-09 | 1 | -10/+21 | |
| | | ||||||
| * | Contacts: Closed stupid XSS hole. Thanks AnybodyElse ;-) | Thomas Tanghus | 2012-06-08 | 1 | -1/+1 | |
| | | ||||||
| * | Contacts: Make js a tad DRYer. Added URL property. | Thomas Tanghus | 2012-06-06 | 2 | -10/+5 | |
| | | ||||||
| * | Cleanup. | Thomas Tanghus | 2012-06-06 | 12 | -88/+2 | |
| | | ||||||
| * | Also use OC_Cache here. | Thomas Tanghus | 2012-06-06 | 1 | -12/+6 | |
| | | ||||||
| * | Contacts: Removed temp dir cleanup after using OC_Cache. | Thomas Tanghus | 2012-06-06 | 1 | -37/+0 | |
| | | ||||||
| * | Use UID for cache key. | Thomas Tanghus | 2012-06-05 | 1 | -1/+1 | |
| | | ||||||
| * | Contacts: Use OC_Cache for contact photo handling instead of temp dir. | Thomas Tanghus | 2012-06-05 | 4 | -110/+70 | |
| | | ||||||
| * | Contacts: Make tmp file cleaup a bit safer. | Thomas Tanghus | 2012-06-04 | 1 | -5/+1 | |
| | | ||||||
| * | Contacts: Temporary files weren't deleted if crop window was closed without ↵ | Thomas Tanghus | 2012-06-04 | 2 | -5/+41 | |
| | | | | | | | | saving. | |||||
| * | don´t hardcode /tmp | Frank Karlitschek | 2012-05-30 | 5 | -6/+6 | |
| | | ||||||
| * | Forgot a break. | Thomas Tanghus | 2012-05-29 | 1 | -6/+1 | |
| | | ||||||
| * | Contacts: NOTE wasn't saved properly. | Thomas Tanghus | 2012-05-29 | 1 | -0/+2 | |
| | | ||||||
| * | Contacts: Improve loading and cleanup of dialogs. | Thomas Tanghus | 2012-05-29 | 3 | -6/+7 | |
| | | ||||||
* | | Format birthday as BDAY;VALUE=DATE:YYYY-MM-DD. Fixes oc-1276. | Thomas Tanghus | 2012-07-16 | 1 | -1/+8 | |
| | | ||||||
* | | Add missing requesttoken. | Thomas Tanghus | 2012-07-08 | 1 | -0/+1 | |
| | | ||||||
* | | Try to conserve some memory. Should fix oc-1106 for stable4. | Thomas Tanghus | 2012-06-25 | 1 | -1/+8 | |
| | | ||||||
* | | Missing requesttoken. | Thomas Tanghus | 2012-06-25 | 1 | -0/+1 | |
| | | ||||||
* | | Select which address book to add a contact to. Fixes oc-1071. | Thomas Tanghus | 2012-06-25 | 1 | -0/+24 | |
| | | ||||||
* | | Remove debug statements. | Thomas Tanghus | 2012-06-14 | 2 | -20/+0 | |
| | | ||||||
* | | Contacts: Implement CSRF prevention. | Thomas Tanghus | 2012-06-14 | 14 | -29/+39 | |
| | | ||||||
* | | Contacts: Fix NOTE also on add, not just save. | Thomas Tanghus | 2012-06-11 | 1 | -2/+11 | |
| | | ||||||
* | | Code cleanup. | Thomas Tanghus | 2012-06-09 | 1 | -11/+22 | |
| | | ||||||
* | | Contacts: Use POST instead of GET. | Thomas Tanghus | 2012-06-09 | 2 | -3/+3 | |
| | | ||||||
* | | Don't fix bugs not present in this branch ;-) | Thomas Tanghus | 2012-06-08 | 1 | -1/+0 | |
| | | ||||||
* | | Contacts: Closed stupid XSS hole. Thanks AnybodyElse ;-) | Thomas Tanghus | 2012-06-08 | 1 | -0/+1 | |
| | | | | | | | | | | | | Conflicts: apps/contacts/ajax/uploadphoto.php | |||||
* | | don´t hardcode /tmp | Frank Karlitschek | 2012-05-30 | 5 | -6/+6 | |
| | | ||||||
* | | Contacts: NOTE wasn't saved properly. | Thomas Tanghus | 2012-05-29 | 1 | -6/+3 | |
|/ | ||||||
* | some fixes for contacts, gallery and openid | Georg Ehrke | 2012-05-19 | 1 | -3/+0 | |
| | ||||||
* | getStorage belongs to files not to apps. | Frank Karlitschek | 2012-05-19 | 1 | -1/+1 | |
| | ||||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 31 | -0/+0 | |
| | ||||||
* | Contacts: Also strip parameters. | Thomas Tanghus | 2012-05-11 | 1 | -1/+1 | |
| | ||||||
* | Contacts: Fix some regressions from last commit. | Thomas Tanghus | 2012-05-10 | 1 | -2/+2 | |
| | ||||||
* | Some UI and code restructering according to usability tests: ↵ | Thomas Tanghus | 2012-05-10 | 1 | -1/+2 | |
| | | | | https://mail.kde.org/pipermail/owncloud/2012-May/003194.html | |||||
* | ported the oc_template class | Frank Karlitschek | 2012-05-06 | 15 | -15/+15 | |
| | ||||||
* | Contacts: Fixed paths in import. | Thomas Tanghus | 2012-05-03 | 2 | -3/+0 | |
| | ||||||
* | ported oc_json | Frank Karlitschek | 2012-05-03 | 31 | -124/+124 | |
| | ||||||
* | Contacts: Don't resize profile picture if it's not too big. | Thomas Tanghus | 2012-05-03 | 1 | -1/+1 | |
| | ||||||
* | port checkAppEnabled | Frank Karlitschek | 2012-05-02 | 2 | -2/+2 | |
| |