Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'share_api' | Michael Gapczynski | 2012-08-19 | 2 | -0/+45 |
|\ | |||||
| * | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-14 | 2 | -48/+1 |
| |\ | |||||
| * \ | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-06 | 3 | -10/+10 |
| |\ \ | |||||
| * | | | Lots of refactoring to share API | Michael Gapczynski | 2012-08-06 | 2 | -2/+2 |
| * | | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-31 | 9 | -32/+43 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 6 | -8/+49 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-11 | 38 | -81/+1750 |
| |\ \ \ \ \ | |||||
| * | | | | | | Fix retrieving supported file extensions from backend and remove the dependsO... | Michael Gapczynski | 2012-06-27 | 1 | -0/+3 |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-20 | 1 | -9/+4 |
* | | | | | | | Optimized image size | Lukas Reschke | 2012-08-18 | 18 | -0/+0 |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-16 | 1 | -9/+4 |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-15 | 1 | -9/+4 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Remove unused gallery template | Bart Visscher | 2012-08-12 | 1 | -47/+0 |
* | | | | | | Sanitzing user input | Lukas Reschke | 2012-08-09 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Change hardcoded urls to use linkTo function | Bart Visscher | 2012-08-06 | 1 | -2/+2 |
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-07-31 | 2 | -8/+8 |
| |_|_|/ |/| | | | |||||
* | | | | [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 |
* | | shrink css height for gallery_div from 152 to 150 to shrink grey background t... | Jörn Friedrich Dreyer | 2012-07-10 | 1 | -1/+1 |
* | | 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 a... | Bart Visscher | 2012-06-20 | 1 | -1/+1 |
* | 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 |
* | fixed bug #996: first picture in folder is repeated in the last position beha... | Bjoern Schiessle | 2012-06-14 | 1 | -26/+26 |
* | we don't neede the functions for empty stacks any more | Stephan Bergemann | 2012-06-14 | 1 | -16/+0 |