Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjustments for inview handler etc. | Thomas Tanghus | 2012-06-17 | 1 | -5/+21 |
| | |||||
* | Moved parsing to the controller and js to contacts.js. | Thomas Tanghus | 2012-06-17 | 1 | -25/+7 |
| | |||||
* | Obsolete language="Javascript". | Thomas Tanghus | 2012-06-17 | 1 | -1/+1 |
| | |||||
* | Obsolete language="Javascript". | Thomas Tanghus | 2012-06-17 | 1 | -1/+1 |
| | |||||
* | Styled address book entries. | Thomas Tanghus | 2012-06-17 | 1 | -1/+2 |
| | |||||
* | 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 | 4 | -38/+45 |
| | |||||
* | contacts app now lists contacts sorted by expandable/collapsable addressbooks | Stephan Bergemann | 2012-06-17 | 4 | -33/+66 |
| | |||||
* | user_migrate: remove old code | Tom Needham | 2012-06-17 | 1 | -2/+1 |
| | |||||
* | suppress error when using is_dir on non directory in smb backend | Robin Appelman | 2012-06-17 | 1 | -1/+1 |
| | |||||
* | improve caching smb results a bit | Robin Appelman | 2012-06-17 | 1 | -0/+4 |
| | |||||
* | improve filecache support for smb | Robin Appelman | 2012-06-17 | 1 | -1/+43 |
| | |||||
* | PDF Viewer: Double encode link. | Thomas Tanghus | 2012-06-16 | 1 | -1/+1 |
| | |||||
* | files_imageviewer: Double encode paths. Fixes oc-1016. | Thomas Tanghus | 2012-06-16 | 1 | -1/+1 |
| | |||||
* | Fix char encoding. | Thomas Tanghus | 2012-06-16 | 2 | -7/+8 |
| | |||||
* | Fix string encoding probs. | Thomas Tanghus | 2012-06-16 | 5 | -17/+24 |
| | |||||
* | remove a lot of closing php tags and empty lines at a file's end in calendar app | Georg Ehrke | 2012-06-16 | 25 | -43/+25 |
| | |||||
* | remove a closing php tag in calendar | Georg Ehrke | 2012-06-16 | 1 | -2/+1 |
| | |||||
* | write_close the session when scanning files or music | Robin Appelman | 2012-06-16 | 2 | -0/+4 |
| | |||||
* | fix for encryption binary files | Robin Appelman | 2012-06-16 | 4 | -20/+59 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Tom Needham | 2012-06-15 | 2 | -7/+1 |
|\ | |||||
| * | Calendar: Write-close session to enable parallel events.php requests | Bart Visscher | 2012-06-16 | 1 | -0/+1 |
| | | |||||
| * | Remove $DOCUMENTROOT, not used | Bart Visscher | 2012-06-16 | 1 | -7/+0 |
| | | |||||
* | | Move user import to personal settings. Fix user migration between servers. | Tom Needham | 2012-06-15 | 4 | -103/+76 |
|/ | |||||
* | fix encryption proxy for updated filecache | Robin Appelman | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | add binary test case for encryption | Robin Appelman | 2012-06-15 | 2 | -4/+36 |
| | |||||
* | cleanup oc_filecache, splitting it in several parts and using the new hasUpdated | Robin Appelman | 2012-06-15 | 2 | -2/+2 |
| | |||||
* | add hasUpdated to oc_filestorage | Robin Appelman | 2012-06-15 | 1 | -0/+9 |
| | |||||
* | Files: Double encode download links. Fix for oc-1016. | Thomas Tanghus | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | Merge commit 'refs/merge-requests/128' of ↵ | Bjoern Schiessle | 2012-06-15 | 2 | -24/+45 |
|\ | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/128 Conflicts: apps/gallery/templates/index.php | ||||
| * | fixed handling of fallback_images | Stephan Bergemann | 2012-06-14 | 1 | -1/+4 |
| | | |||||
| * | fixed one issue with last directory in structure having a lot of | Stephan Bergemann | 2012-06-14 | 1 | -0/+5 |
| | | | | | | | | subdirectories and finally some pictures | ||||
| * | fixed bug #996: first picture in folder is repeated in the last position ↵ | Bjoern Schiessle | 2012-06-14 | 1 | -26/+26 |
| | | | | | | | | | | | | | | behaving like a directory Conflicts: apps/gallery/templates/index.php | ||||
| * | we don't neede the functions for empty stacks any more | Stephan Bergemann | 2012-06-14 | 1 | -16/+0 |
| | | |||||
| * | we don't have empty previewstacks any more - code cleaned up | Stephan Bergemann | 2012-06-14 | 1 | -25/+10 |
| | | |||||
| * | deleted some debugging output | Stephan Bergemann | 2012-06-14 | 1 | -1/+0 |
| | | |||||
| * | use images from deeper directories for preview if the actual directory ↵ | Stephan Bergemann | 2012-06-14 | 1 | -16/+29 |
| | | | | | | | | doesn't contain any | ||||
| * | improved look of directories not containing images directly | Stephan Bergemann | 2012-06-14 | 2 | -4/+4 |
| | | |||||
| * | now also working for directories only containing one image | Stephan Bergemann | 2012-06-14 | 1 | -1/+2 |
| | | |||||
| * | fixed second_level_images issue | Stephan Bergemann | 2012-06-14 | 1 | -3/+2 |
| | | |||||
| * | fixed sorting errors and missbehaviours - now sorting like file browser | Stephan Bergemann | 2012-06-14 | 2 | -35/+65 |
| | | |||||
* | | Update stylesheet for type=url. | Thomas Tanghus | 2012-06-15 | 1 | -3/+3 |
| | | |||||
* | | Use type=url for URL field. | Thomas Tanghus | 2012-06-15 | 1 | -1/+1 |
| | | |||||
* | | Fix upload for Google Drive; Google Documents List API documentation was ↵ | Michael Gapczynski | 2012-06-14 | 1 | -7/+9 |
| | | | | | | | | misleading | ||||
* | | Make sure there is a calendar after delete. | Thomas Tanghus | 2012-06-15 | 1 | -0/+4 |
| | | |||||
* | | Update calendar after delete. | Thomas Tanghus | 2012-06-15 | 1 | -0/+1 |
| | | |||||
* | | Only create new calendar when there are none. Fix oc-1007. | Thomas Tanghus | 2012-06-15 | 1 | -2/+4 |
| | | |||||
* | | Agree on argument type (cleaned this time). | Thomas Tanghus | 2012-06-15 | 4 | -7/+7 |
| | | |||||
* | | Revert "Agree on argument type." | Thomas Tanghus | 2012-06-15 | 4 | -10/+10 |
| | | | | | | | | This reverts commit 0f6b1be0e6f0cc6ff97c97190c7da67f5fee0294. | ||||
* | | Agree on argument type. | Thomas Tanghus | 2012-06-15 | 4 | -10/+10 |
| | |