Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-07-30 | 1 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-07-29 | 1 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-07-27 | 4 | -16/+16 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-07-26 | 1 | -0/+11 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-07-26 | 2 | -8/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-07-25 | 1 | -4/+4 |
| | |||||
* | remove unused variables | Robin Appelman | 2012-07-20 | 3 | -3/+2 |
| | |||||
* | fix remote and public.php | Robin Appelman | 2012-07-13 | 1 | -1/+1 |
| | |||||
* | prevent script execution during slideshow | Bjoern Schiessle | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | small fixes in merge request 104, use OCP\Files::getStorage | Jörn Friedrich Dreyer | 2012-07-11 | 4 | -77/+80 |
| | |||||
* | 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> | ||||
* | 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 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 8 | -16/+3 |
| | |||||
* | add css id attribute, minor fixes | jfd | 2012-07-09 | 7 | -67/+67 |
| | |||||
* | add supersized slideshow | Jörn Friedrich Dreyer | 2012-07-09 | 26 | -1/+1579 |
| | |||||
* | Gallery: Get all the image information for a directory at once | Bart Visscher | 2012-06-28 | 1 | -4/+20 |
| | |||||
* | sanitizeHTML() has to be called later to keep the path unchanged | Bjoern Schiessle | 2012-06-25 | 2 | -3/+3 |
| | |||||
* | Only delete existing thumbnails (bug #1100) | Bjoern Schiessle | 2012-06-25 | 1 | -1/+4 |
| | |||||
* | Remove references to /apps/ and correct inclusion of settings | Brice Maron | 2012-06-22 | 2 | -9/+9 |
| | |||||
* | Gallery: Fix opening folders with a ' in the name | Bart Visscher | 2012-06-22 | 2 | -2/+2 |
| | |||||
* | More session_write_close | Bart Visscher | 2012-06-22 | 2 | -0/+2 |
| | |||||
* | xss vulnerabilities fixed | Bjoern Schiessle | 2012-06-22 | 2 | -2/+2 |
| | |||||
* | xss vulnerability fixed | Bjoern Schiessle | 2012-06-22 | 1 | -1/+1 |
| | |||||
* | Correct image path and apps path replacement | Brice Maron | 2012-06-22 | 1 | -1/+1 |
| | |||||
* | Correct usage of approot | Brice Maron | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | Gallery: Move code/js/css from main template to the right place | Bart Visscher | 2012-06-20 | 4 | -113/+108 |
| | |||||
* | Adjust OC_Filesystem use in hooks to string, so the class is loaded as late ↵ | Bart Visscher | 2012-06-20 | 1 | -1/+1 |
| | | | | as possible | ||||
* | 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 |
| | |||||
* | Merge commit 'refs/merge-requests/127' of ↵ | Michael Gapczynski | 2012-06-13 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/127 Conflicts: apps/files_external/templates/settings.php lib/template.php | ||||
| * | Make some apps compatible | Lukas Reschke | 2012-06-11 | 1 | -2/+2 |
| | | |||||
* | | utf8 in der DB config | Marco B | 2012-06-11 | 1 | -1/+1 |
| | | |||||
* | | Gallery: remove extra include of lib/base.php | Bart Visscher | 2012-06-11 | 1 | -2/+0 |
|/ | |||||
* | Sanitizing user input | Lukas Reschke | 2012-06-11 | 2 | -3/+3 |
| | |||||
* | fix variable name and undefined index notice | Bartek Przybylski | 2012-06-10 | 1 | -1/+1 |
| | |||||
* | fix first time image loading error | Bartek Przybylski | 2012-06-10 | 1 | -4/+7 |
| | |||||
* | gallery: removing search provider for now | Bartek Przybylski | 2012-06-10 | 1 | -1/+1 |
| | |||||
* | removing app access check, fix title for links in tiles | Bartek Przybylski | 2012-06-09 | 2 | -4/+1 |
| |