summaryrefslogtreecommitdiffstats
path: root/apps/gallery
Commit message (Expand)AuthorAgeFilesLines
...
| * Correct usage of approotBrice Maron2012-06-211-1/+1
| * Gallery: Move code/js/css from main template to the right placeBart Visscher2012-06-204-113/+108
| * Adjust OC_Filesystem use in hooks to string, so the class is loaded as late a...Bart Visscher2012-06-201-1/+1
| * fixed handling of fallback_imagesStephan Bergemann2012-06-141-1/+4
| * fixed one issue with last directory in structure having a lot ofStephan Bergemann2012-06-141-0/+5
| * fixed bug #996: first picture in folder is repeated in the last position beha...Bjoern Schiessle2012-06-141-26/+26
| * we don't neede the functions for empty stacks any moreStephan Bergemann2012-06-141-16/+0
| * we don't have empty previewstacks any more - code cleaned upStephan Bergemann2012-06-141-25/+10
| * deleted some debugging outputStephan Bergemann2012-06-141-1/+0
| * use images from deeper directories for preview if the actual directory doesn'...Stephan Bergemann2012-06-141-16/+29
| * improved look of directories not containing images directlyStephan Bergemann2012-06-142-4/+4
| * now also working for directories only containing one imageStephan Bergemann2012-06-141-1/+2
| * fixed second_level_images issueStephan Bergemann2012-06-141-3/+2
| * fixed sorting errors and missbehaviours - now sorting like file browserStephan Bergemann2012-06-142-35/+65
| * Merge commit 'refs/merge-requests/127' of git://gitorious.org/owncloud/ownclo...Michael Gapczynski2012-06-131-2/+2
| |\
| | * Make some apps compatibleLukas Reschke2012-06-111-2/+2
| * | utf8 in der DB configMarco B2012-06-111-1/+1
| * | Gallery: remove extra include of lib/base.phpBart Visscher2012-06-111-2/+0
| |/
| * Sanitizing user inputLukas Reschke2012-06-112-3/+3
| * fix variable name and undefined index noticeBartek Przybylski2012-06-101-1/+1
| * fix first time image loading errorBartek Przybylski2012-06-101-4/+7
| * gallery: removing search provider for nowBartek Przybylski2012-06-101-1/+1
| * removing app access check, fix title for links in tilesBartek Przybylski2012-06-092-4/+1
| * tabs for spaces, fix array key nameBartek Przybylski2012-06-081-4/+4
| * hide share button until sharing wont be fixedBartek Przybylski2012-06-081-1/+1
| * adding navigation bar to galleryBartek Przybylski2012-06-082-5/+18
| * remove old codeBartek Przybylski2012-06-081-91/+1
| * adding missing fileBartek Przybylski2012-06-081-0/+37
| * tabs for spaces, removing thumbnail on file removalBartek Przybylski2012-06-088-279/+121
| * Gallery: Fix database creation on update, also only from version less then 0.5Bart Visscher2012-06-071-6/+8
| * pictures: update script and removal some all stuffBartek Przybylski2012-06-073-23/+12
| * adding title when fancybox is displayedBartek Przybylski2012-06-061-1/+1
| * replace spaces with tabs, use const and linkTo instead of static pathBartek Przybylski2012-06-061-151/+148
| * hack for file downloadBartek Przybylski2012-06-061-1/+3
| * removing test imageBartek Przybylski2012-06-061-0/+0
| * aviod incorrect image size returning in gallery listingBartek Przybylski2012-06-062-11/+14
| * use fancybox to display image previewBartek Przybylski2012-06-062-12/+7
| * navigate on galleriesBartek Przybylski2012-06-063-25/+45
| * new db schemeBartek Przybylski2012-06-061-38/+4
| * git statusBartek Przybylski2012-06-066-31/+451
| * fixed wrong function callBjoern Schiessle2012-06-065-6/+6
| * update translationsRobin Appelman2012-06-0636-35/+163
| * Merge branch 'unstable'Bart Visscher2012-06-047-43/+40
| |\
| | * Gallery: Use App storage instead of contructing our own pathBart Visscher2012-05-106-21/+20
| | * Whitespace fixesBart Visscher2012-05-102-22/+20
| * | Remove OC_App::register functionBart Visscher2012-05-311-5/+0
| * | allow longer paths for galleryRobin Appelman2012-05-262-4/+4
* | | Sanitizing the user input to prevent a reflected XSS. Thanks to Nico Golde (n...Lukas Reschke2012-08-241-38/+38
* | | Missed an "echo"Lukas Reschke2012-08-241-1/+1
* | | Sanitize user inputLukas Reschke2012-08-241-1/+1