Commit Graph

679 Commits (fe178310f3a229ef1a61fcb9187cca92b82e2cdd)
 

Author SHA1 Message Date
Michael Gapczynski fe178310f3 Use php functions dirname() and basename() instead of manipulating strings in getSource() 14 years ago
Michael Gapczynski 12c168b6dd Add function setTarget(), implement recursion in getSource() for folders 14 years ago
Michael Gapczynski 78293ea244 Better implementation of getting shared folder size by using the source path 14 years ago
Michael Gapczynski c8781b1caf Add error handling for getSource() 14 years ago
Michael Gapczynski e91f42d249 Add support for sharing folders 14 years ago
Michael Gapczynski 467778d66f Merge branch 'master' into sharing 14 years ago
Michael Gapczynski 8cbee28416 Better implementation of filesize for shared directory, now storing in oc_foldersize 14 years ago
Michael Gapczynski 87097db4eb Changed self:: and OC_FILESTORAGE_SHARED to -> 14 years ago
Michael Gapczynski e3ea84d048 Changed ctime for the shared folder to the earliest ctime 14 years ago
Michael Gapczynski 3f5fde50c1 Forgot to remove TODOs for file?time()s 14 years ago
Michael Gapczynski 098fc5ef95 Fixed stat(), file?time()'s now grab most recent time from shared files 14 years ago
Michael Gapczynski ac0d41418e Correct calculation for shared folder size 14 years ago
Michael Gapczynski 18e776fa2f Changed mount point to 'Share', fixed is_dir() 14 years ago
Michael Gapczynski 4e7d1c376f OC_FILESTOAGE_SHARED now works with hard coded values for files 14 years ago
Michael Gapczynski 69b5e01be1 OC_FILESTOAGE_SHARED updates + its own getInternalPath() 14 years ago
Michael Gapczynski e6621b9c78 Added source and target to database fields 14 years ago
Michael Gapczynski fe4a213e1b Fixed mistakes pointed out by icewind 14 years ago
Michael Gapczynski bf66563cda First version of shared storage provider - not functional 14 years ago
Michael Gapczynski 8603b0973f Initial setup of sharing app 14 years ago
Robin Appelman d65f8bba73 try to adjust times to the clients timezone 14 years ago
Robin Appelman bc0790381e fix loading of image viewer again 14 years ago
Robin Appelman 277e644558 only load image viewer when in file browser 14 years ago
Robin Appelman 153d8fec30 fix file actions for newly uploaded files 14 years ago
Robin Appelman b0476bf174 fix imageviewer again 14 years ago
Robin Appelman 40a96aab28 fix file action dialog not reappearing after being used 14 years ago
Robin Appelman dab656007d fix imageviewer not showing up when using the actions menu 14 years ago
Robin Appelman e5816451c8 always show the image in the middle of the screen, regardless of scrolling 14 years ago
Robin Appelman cde38eb00a fix fileactions following the link instead 14 years ago
Robin Appelman 4b9665a952 image viewer plugin 14 years ago
Robin Appelman 1eb0faa264 make fileactions extendable by plugins 14 years ago
Robin Appelman 3892fe5511 some refactoring of the filebrowsers javascript code 14 years ago
Robin Appelman d8ba312679 fix incorrect variable name in libfilestorage 14 years ago
Robin Appelman 815f239014 fix download links of newly uploaded files 14 years ago
Robin Appelman 00711341e9 new file uploader that should work with more browsers 14 years ago
Robin Appelman 016a892a78 merge refactoring in master 14 years ago
Robin Appelman 5d3cf06c73 delete old plugin stuff 14 years ago
Robin Appelman 7f987b84a5 fix OC_HELPER::linkTo again 14 years ago
Robin Appelman da2c9aa807 fix broken links in shared folders 14 years ago
Robin Appelman 2b45a28bd4 fix OC_HELPER::linkto() when the link is not a valid file. 14 years ago
Robin Appelman 8c5a06028a port sharing by publiclink fully to the 2.0 codebase and provide a simple gui for it 14 years ago
Robin Appelman 6c6871336d make path autocompletion case insensitive 14 years ago
Robin Appelman 09458aa639 add dateOnly option to formatDate 14 years ago
Robin Appelman c1d02fd166 install apps that are shipped with owncloud the first time they are loaded 14 years ago
Robin Appelman 72815bc553 fix autocompletion 14 years ago
Frank Karlitschek 469cbb7c75 remove warning output to make webdav access work 14 years ago
Robin Appelman 6b34ba8a8e Make max upload filesize configurable for apache hosts 14 years ago
Robin Appelman f48344df30 recursive deletion is now in OC_HELPER 14 years ago
Robin Appelman 85cae2cc32 recursive copy is now in OC_HELPER 14 years ago
Robin Appelman 2617e4b607 add autocomplete for paths 14 years ago
Robin Appelman f4e4617be7 App installer backend. 14 years ago