Commit Graph

29 Commits (a402c8ffe1c951ec8630eec791fdc2f1bfe9c3d0)

Author SHA1 Message Date
Michael Gapczynski a402c8ffe1 Implement caching for source paths in OC_FILESTORAGE_SHARED 15 years ago
Michael Gapczynski fe178310f3 Use php functions dirname() and basename() instead of manipulating strings in getSource() 15 years ago
Michael Gapczynski 12c168b6dd Add function setTarget(), implement recursion in getSource() for folders 15 years ago
Michael Gapczynski 78293ea244 Better implementation of getting shared folder size by using the source path 15 years ago
Michael Gapczynski c8781b1caf Add error handling for getSource() 15 years ago
Michael Gapczynski e91f42d249 Add support for sharing folders 15 years ago
Michael Gapczynski 8cbee28416 Better implementation of filesize for shared directory, now storing in oc_foldersize 15 years ago
Michael Gapczynski 87097db4eb Changed self:: and OC_FILESTORAGE_SHARED to -> 15 years ago
Michael Gapczynski e3ea84d048 Changed ctime for the shared folder to the earliest ctime 15 years ago
Michael Gapczynski 3f5fde50c1 Forgot to remove TODOs for file?time()s 15 years ago
Michael Gapczynski 098fc5ef95 Fixed stat(), file?time()'s now grab most recent time from shared files 15 years ago
Michael Gapczynski ac0d41418e Correct calculation for shared folder size 15 years ago
Michael Gapczynski 18e776fa2f Changed mount point to 'Share', fixed is_dir() 15 years ago
Michael Gapczynski 4e7d1c376f OC_FILESTOAGE_SHARED now works with hard coded values for files 15 years ago
Michael Gapczynski 69b5e01be1 OC_FILESTOAGE_SHARED updates + its own getInternalPath() 15 years ago
Michael Gapczynski e6621b9c78 Added source and target to database fields 15 years ago
Michael Gapczynski fe4a213e1b Fixed mistakes pointed out by icewind 15 years ago
Michael Gapczynski bf66563cda First version of shared storage provider - not functional 15 years ago
Michael Gapczynski 8603b0973f Initial setup of sharing app 15 years ago
Robin Appelman bc0790381e fix loading of image viewer again 15 years ago
Robin Appelman 277e644558 only load image viewer when in file browser 15 years ago
Robin Appelman b0476bf174 fix imageviewer again 15 years ago
Robin Appelman dab656007d fix imageviewer not showing up when using the actions menu 15 years ago
Robin Appelman e5816451c8 always show the image in the middle of the screen, regardless of scrolling 15 years ago
Robin Appelman 4b9665a952 image viewer plugin 15 years ago
Robin Appelman da2c9aa807 fix broken links in shared folders 15 years ago
Robin Appelman 8c5a06028a port sharing by publiclink fully to the 2.0 codebase and provide a simple gui for it 15 years ago
Jakob Sack f36f453dd2 apps are now stored in /apps 16 years ago