aboutsummaryrefslogtreecommitdiffstats
path: root/apps/gallery/lib
Commit message (Expand)AuthorAgeFilesLines
* moved to apps repositoryFrank Karlitschek2012-08-2610-1024/+0
* add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-251-3/+3
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-259-94/+192
|\
| * Lots of refactoring to share APIMichael Gapczynski2012-08-061-1/+1
| * Merge branch 'master' into share_apiMichael Gapczynski2012-07-254-3/+44
| |\
| | * remove unused variablesRobin Appelman2012-07-203-3/+2
| |/
| * small fixes in merge request 104, use OCP\Files::getStorageJörn Friedrich Dreyer2012-07-113-73/+78
| * gallery :: display big picture according to exifBlackEagle2012-07-111-0/+31
| * fix thumbnail size calculation, use const for THUMBNAIL_HEIGHTJörn Friedrich Dreyer2012-07-101-11/+8
| * Missing dir added.Johannes Willnecker2012-07-101-0/+1
| * Fix for oc-972, oc-1144 and oc-1191Johannes Willnecker2012-07-101-8/+30
| * remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-095-12/+3
| * Gallery: Get all the image information for a directory at onceBart Visscher2012-06-281-4/+20
| * Only delete existing thumbnails (bug #1100)Bjoern Schiessle2012-06-251-1/+4
| * Gallery: Fix opening folders with a ' in the nameBart Visscher2012-06-221-1/+1
| * xss vulnerabilities fixedBjoern Schiessle2012-06-221-1/+1
| * xss vulnerability fixedBjoern Schiessle2012-06-221-1/+1
| * Adjust OC_Filesystem use in hooks to string, so the class is loaded as late a...Bart Visscher2012-06-201-1/+1
| * we don't have empty previewstacks any more - code cleaned upStephan Bergemann2012-06-141-25/+10
| * improved look of directories not containing images directlyStephan Bergemann2012-06-141-2/+2
| * fixed sorting errors and missbehaviours - now sorting like file browserStephan Bergemann2012-06-141-12/+27
| * 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
| * | Gallery: remove extra include of lib/base.phpBart Visscher2012-06-111-2/+0
| |/
| * Sanitizing user inputLukas Reschke2012-06-111-2/+2
| * fix first time image loading errorBartek Przybylski2012-06-101-4/+7
| * 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
| * remove old codeBartek Przybylski2012-06-081-91/+1
| * tabs for spaces, removing thumbnail on file removalBartek Przybylski2012-06-083-123/+107
| * 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-061-3/+4
| * use fancybox to display image previewBartek Przybylski2012-06-061-2/+2
| * navigate on galleriesBartek Przybylski2012-06-062-19/+17
| * git statusBartek Przybylski2012-06-064-0/+364
| * fixed wrong function callBjoern Schiessle2012-06-063-3/+3
| * Merge branch 'unstable'Bart Visscher2012-06-043-28/+26
| |\
| | * Gallery: Use App storage instead of contructing our own pathBart Visscher2012-05-103-14/+14
| | * Whitespace fixesBart Visscher2012-05-101-14/+12
* | | escape all identifiers with backticksjfd2012-07-314-34/+34
* | | Only delete existing thumbnails (bug #1100)Bjoern Schiessle2012-06-251-1/+4
* | | use sanitizeHTML() functionBjoern Schiessle2012-06-221-1/+1
* | | applied merge request #128: fixed some sorting and display issues with galler...Bjoern Schiessle2012-06-151-2/+2
* | | Sanitizing user inputLukas Reschke2012-06-111-2/+2
* | | fix first time image loading errorBartek Przybylski2012-06-101-4/+7
* | | removing app access check, fix title for links in tilesBartek Przybylski2012-06-102-4/+1
* | | tabs for spaces, fix array key nameBartek Przybylski2012-06-101-4/+4