| Commit message (Expand) | Author | Age | Files | Lines |
* | moved to apps repository | Frank Karlitschek | 2012-08-26 | 10 | -1024/+0 |
* | add backticks to SQL, use limit parameter instead of LIMIT SQL | Jörn Friedrich Dreyer | 2012-08-25 | 1 | -3/+3 |
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su... | Jörn Friedrich Dreyer | 2012-08-25 | 9 | -94/+192 |
|\ |
|
| * | Lots of refactoring to share API | Michael Gapczynski | 2012-08-06 | 1 | -1/+1 |
| * | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 4 | -3/+44 |
| |\ |
|
| | * | remove unused variables | Robin Appelman | 2012-07-20 | 3 | -3/+2 |
| |/ |
|
| * | small fixes in merge request 104, use OCP\Files::getStorage | Jörn Friedrich Dreyer | 2012-07-11 | 3 | -73/+78 |
| * | gallery :: display big picture according to exif | BlackEagle | 2012-07-11 | 1 | -0/+31 |
| * | 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 | 5 | -12/+3 |
| * | Gallery: Get all the image information for a directory at once | Bart Visscher | 2012-06-28 | 1 | -4/+20 |
| * | Only delete existing thumbnails (bug #1100) | Bjoern Schiessle | 2012-06-25 | 1 | -1/+4 |
| * | Gallery: Fix opening folders with a ' in the name | Bart Visscher | 2012-06-22 | 1 | -1/+1 |
| * | xss vulnerabilities fixed | Bjoern Schiessle | 2012-06-22 | 1 | -1/+1 |
| * | xss vulnerability fixed | Bjoern Schiessle | 2012-06-22 | 1 | -1/+1 |
| * | Adjust OC_Filesystem use in hooks to string, so the class is loaded as late a... | Bart Visscher | 2012-06-20 | 1 | -1/+1 |
| * | we don't have empty previewstacks any more - code cleaned up | Stephan Bergemann | 2012-06-14 | 1 | -25/+10 |
| * | improved look of directories not containing images directly | Stephan Bergemann | 2012-06-14 | 1 | -2/+2 |
| * | fixed sorting errors and missbehaviours - now sorting like file browser | Stephan Bergemann | 2012-06-14 | 1 | -12/+27 |
| * | Merge commit 'refs/merge-requests/127' of git://gitorious.org/owncloud/ownclo... | Michael Gapczynski | 2012-06-13 | 1 | -2/+2 |
| |\ |
|
| | * | Make some apps compatible | Lukas Reschke | 2012-06-11 | 1 | -2/+2 |
| * | | Gallery: remove extra include of lib/base.php | Bart Visscher | 2012-06-11 | 1 | -2/+0 |
| |/ |
|
| * | Sanitizing user input | Lukas Reschke | 2012-06-11 | 1 | -2/+2 |
| * | fix first time image loading error | Bartek Przybylski | 2012-06-10 | 1 | -4/+7 |
| * | removing app access check, fix title for links in tiles | Bartek Przybylski | 2012-06-09 | 2 | -4/+1 |
| * | tabs for spaces, fix array key name | Bartek Przybylski | 2012-06-08 | 1 | -4/+4 |
| * | remove old code | Bartek Przybylski | 2012-06-08 | 1 | -91/+1 |
| * | tabs for spaces, removing thumbnail on file removal | Bartek Przybylski | 2012-06-08 | 3 | -123/+107 |
| * | adding title when fancybox is displayed | Bartek Przybylski | 2012-06-06 | 1 | -1/+1 |
| * | replace spaces with tabs, use const and linkTo instead of static path | Bartek Przybylski | 2012-06-06 | 1 | -151/+148 |
| * | hack for file download | Bartek Przybylski | 2012-06-06 | 1 | -1/+3 |
| * | removing test image | Bartek Przybylski | 2012-06-06 | 1 | -0/+0 |
| * | aviod incorrect image size returning in gallery listing | Bartek Przybylski | 2012-06-06 | 1 | -3/+4 |
| * | use fancybox to display image preview | Bartek Przybylski | 2012-06-06 | 1 | -2/+2 |
| * | navigate on galleries | Bartek Przybylski | 2012-06-06 | 2 | -19/+17 |
| * | git status | Bartek Przybylski | 2012-06-06 | 4 | -0/+364 |
| * | fixed wrong function call | Bjoern Schiessle | 2012-06-06 | 3 | -3/+3 |
| * | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 3 | -28/+26 |
| |\ |
|
| | * | Gallery: Use App storage instead of contructing our own path | Bart Visscher | 2012-05-10 | 3 | -14/+14 |
| | * | Whitespace fixes | Bart Visscher | 2012-05-10 | 1 | -14/+12 |
* | | | escape all identifiers with backticks | jfd | 2012-07-31 | 4 | -34/+34 |
* | | | Only delete existing thumbnails (bug #1100) | Bjoern Schiessle | 2012-06-25 | 1 | -1/+4 |
* | | | use sanitizeHTML() function | Bjoern Schiessle | 2012-06-22 | 1 | -1/+1 |
* | | | applied merge request #128: fixed some sorting and display issues with galler... | Bjoern Schiessle | 2012-06-15 | 1 | -2/+2 |
* | | | Sanitizing user input | Lukas Reschke | 2012-06-11 | 1 | -2/+2 |
* | | | fix first time image loading error | Bartek Przybylski | 2012-06-10 | 1 | -4/+7 |
* | | | removing app access check, fix title for links in tiles | Bartek Przybylski | 2012-06-10 | 2 | -4/+1 |
* | | | tabs for spaces, fix array key name | Bartek Przybylski | 2012-06-10 | 1 | -4/+4 |