Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed require path. | Thomas Tanghus | 2012-07-17 | 1 | -1/+1 |
| | |||||
* | Added missing CSRF checks. | Thomas Tanghus | 2012-07-17 | 2 | -0/+2 |
| | |||||
* | Added CSRF checks to files_versions. Expect some error messages - and report ↵ | Thomas Tanghus | 2012-07-17 | 3 | -0/+3 |
| | | | | them ;) | ||||
* | Added CSRF checks to Tasks. Expect some error messages - and report them ;) | Thomas Tanghus | 2012-07-17 | 4 | -0/+4 |
| | |||||
* | Added CSRF checks to Calendar. Expect some error messages - and report them ;) | Thomas Tanghus | 2012-07-17 | 14 | -2/+15 |
| | |||||
* | Wrong version comparison in update.php. | Thomas Tanghus | 2012-07-17 | 1 | -1/+1 |
| | |||||
* | Added hook for postCreateUser. Probably fix for oc-1265. | Thomas Tanghus | 2012-07-17 | 2 | -1/+13 |
| | |||||
* | Wrong argument count in postCreateUser hook for contacts. | Thomas Tanghus | 2012-07-17 | 1 | -3/+3 |
| | |||||
* | If a contact wasn't loaded in the list you coulcn't access it from search ↵ | Thomas Tanghus | 2012-07-17 | 2 | -4/+29 |
| | | | | result. Fixes oc-1264. | ||||
* | Format birthday as BDAY;VALUE=DATE:YYYY-MM-DD. Fixes oc-1276. | Thomas Tanghus | 2012-07-16 | 1 | -2/+9 |
| | |||||
* | stop using of OC_L10N::tA | Georg Ehrke | 2012-07-16 | 1 | -4/+4 |
| | |||||
* | improve webfinger for situations where owncloud is not installed in the ↵ | Robin Appelman | 2012-07-16 | 2 | -1/+23 |
| | | | | server root | ||||
* | use the remote.php infrastructure for remoteStorage | Robin Appelman | 2012-07-16 | 5 | -39/+28 |
| | |||||
* | latin1 => utf8 | Thomas Tanghus | 2012-07-16 | 1 | -1/+1 |
| | |||||
* | Remove obsolete code. | Thomas Tanghus | 2012-07-16 | 1 | -2/+0 |
| | |||||
* | Fix sorting - again :-P | Thomas Tanghus | 2012-07-16 | 1 | -2/+2 |
| | |||||
* | Bold active address book. | Thomas Tanghus | 2012-07-16 | 1 | -1/+1 |
| | |||||
* | Set the address book of the active contact active. | Thomas Tanghus | 2012-07-16 | 1 | -3/+9 |
| | |||||
* | UI part of addressbook merging. | Thomas Tanghus | 2012-07-16 | 1 | -6/+15 |
| | |||||
* | Wrap image uploading in anonymous function. | Thomas Tanghus | 2012-07-16 | 1 | -43/+45 |
| | |||||
* | Remove obsolete FIXMEs. | Thomas Tanghus | 2012-07-16 | 1 | -2/+0 |
| | |||||
* | Also unlink unsuccessful imports. | Thomas Tanghus | 2012-07-15 | 1 | -0/+5 |
| | |||||
* | Make list droppable too instead of just the header. | Thomas Tanghus | 2012-07-15 | 1 | -1/+1 |
| | |||||
* | Improve temp file handling. | Thomas Tanghus | 2012-07-15 | 1 | -4/+4 |
| | |||||
* | Hide file form field behind image so it will maybe work with IE... | Thomas Tanghus | 2012-07-15 | 3 | -11/+9 |
| | |||||
* | Made notifications more flexible. | Thomas Tanghus | 2012-07-15 | 1 | -12/+9 |
| | |||||
* | Typo. | Thomas Tanghus | 2012-07-15 | 1 | -1/+1 |
| | |||||
* | Added notification. | Thomas Tanghus | 2012-07-15 | 1 | -1/+2 |
| | |||||
* | Fixed sorting of addressbooks. | Thomas Tanghus | 2012-07-15 | 1 | -4/+14 |
| | |||||
* | Removed obsolete TODO. | Thomas Tanghus | 2012-07-15 | 1 | -9/+0 |
| | |||||
* | Refactored contacts import. | Thomas Tanghus | 2012-07-15 | 13 | -309/+286 |
| | |||||
* | Fix loading previous or next contact after deleting one. | Thomas Tanghus | 2012-07-15 | 1 | -26/+177 |
| | |||||
* | Give default address book a more intuitive name and replace spaces with ↵ | Thomas Tanghus | 2012-07-14 | 1 | -2/+2 |
| | | | | underscores in uri. | ||||
* | Try to avoid occasional error messages. | Thomas Tanghus | 2012-07-14 | 1 | -2/+2 |
| | |||||
* | use new way to register remote/public.php entries in user_webfinger | Robin Appelman | 2012-07-13 | 3 | -3/+5 |
| | |||||
* | fix remote and public.php | Robin Appelman | 2012-07-13 | 6 | -6/+6 |
| | |||||
* | Rename $contacts to $has_contacts, it missed this commit: 7cb74a0 | Michael Gapczynski | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | Revert santizing toaddress, because PHPMailer now throws exceptions | Michael Gapczynski | 2012-07-11 | 1 | -2/+1 |
| | |||||
* | Sanitize toaddress for emailing private links | Michael Gapczynski | 2012-07-11 | 1 | -1/+2 |
| | |||||
* | Sanitizing file names | Lukas Reschke | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | prevent script execution during slideshow | Bjoern Schiessle | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | use getStorage() to get versions location | Bjoern Schiessle | 2012-07-11 | 6 | -157/+156 |
| | | | | | | | | | update routine implemented version number of files_versions increased Conflicts: apps/files_versions/lib/hooks.php | ||||
* | small fixes in merge request 104, use OCP\Files::getStorage | Jörn Friedrich Dreyer | 2012-07-11 | 4 | -77/+80 |
| | |||||
* | Call exit() to prevent further code execution if directory does not exist | Michael Gapczynski | 2012-07-11 | 1 | -0/+1 |
| | |||||
* | gallery :: display big picture according to exif | BlackEagle | 2012-07-11 | 3 | -1/+66 |
| | | | | | | | | | | - fixes oc-314 - caching of the 'big' images in subfolder view next to the tumbnails - now choosen to use max 1200px for viewing this helps speeding up the viewing process Signed-off-by: BlackEagle <ike.devolder@gmail.com> | ||||
* | add OCP\Files to access files | Bjoern Schiessle | 2012-07-10 | 1 | -4/+3 |
| | |||||
* | shrink css height for gallery_div from 152 to 150 to shrink grey background ↵ | Jörn Friedrich Dreyer | 2012-07-10 | 1 | -1/+1 |
| | | | | thumbnail height | ||||
* | fix thumbnail size calculation, use const for THUMBNAIL_HEIGHT | Jörn Friedrich Dreyer | 2012-07-10 | 1 | -11/+8 |
| | |||||
* | Missing dir added. | Johannes Willnecker | 2012-07-10 | 1 | -0/+1 |
| | |||||
* | Fix for oc-972, oc-1144 and oc-1191 | Johannes Willnecker | 2012-07-10 | 1 | -8/+30 |
| |