aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/files.js
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixed undefined object error that appears after a delayVincent Petry2014-05-231-2/+3
* | select webdav address on clickVolkan Gezer2014-05-301-0/+3
|/
* Merge pull request #8610 from owncloud/ie8-filesdndbugVincent Petry2014-05-161-1/+1
|\
| * Fix drag and drop in IE8Vincent Petry2014-05-161-1/+1
* | Fixed many issues, clean upVincent Petry2014-05-151-44/+28
* | Namespacing for FileList, FileActions and trashbin appVincent Petry2014-05-151-345/+297
* | Added app navigation for files appVincent Petry2014-05-151-0/+8
|/
* typos, naming, remove unused code, identationThomas Müller2014-04-281-36/+27
* Fixed drag and drop into folder and onto breadcrumbVincent Petry2014-04-281-40/+20
* Fixed drag shadow file sortingVincent Petry2014-04-281-0/+1
* Fixed selection to be based on FileList.filesVincent Petry2014-04-281-8/+4
* Fix file selection for infinite scrollingVincent Petry2014-04-281-199/+3
* we no longer need to handle the Shared folder different from any other folderBjoern Schiessle2014-04-231-4/+2
* Change from showHTML to showLukas Reschke2014-04-111-1/+1
* Merge pull request #8069 from owncloud/fix-localization-issues-with-file-encr...Björn Schießle2014-04-111-3/+3
|\
| * Fix some localization issues with file encryption/decription stringsVolkan Gezer2014-04-051-3/+3
* | Merge pull request #8049 from owncloud/filepickersvgMorris Jobke2014-04-091-1/+1
|\ \ | |/ |/|
| * Moved code to replace svg with png to OC.UtilVincent Petry2014-04-041-1/+1
* | Show higher resolution previews for high dpi screensRobin Appelman2014-04-041-2/+4
|/
* Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-021-164/+52
* fixing javascript error where $(Files.breadcrumbs[1]).get(0) returns undefine...Thomas Müller2014-03-181-5/+8
* Merge branch 'master' into fix-7307Thomas Müller2014-03-061-2/+5
|\
| * don't allow to create a file or folder named 'Shared' in the root folder, als...Bjoern Schiessle2014-03-051-2/+5
* | Replace OC.Router.generate() with OC.generateUrl()Thomas Müller2014-03-021-2/+2
|/
* rename url parameterRobin Appelman2014-02-241-1/+1
* Add url parameter to control whether previews should return 404 when the mime...Robin Appelman2014-02-211-0/+1
* Merge branch 'master' into mimeicons-svgRobin Appelman2014-02-201-10/+13
|\
| * Do not send file list for select all on Download/deleteVincent Petry2014-02-131-10/+13
* | Show svg mime icons when no preview is availableRobin Appelman2014-02-191-2/+7
|/
* Fix implied evals and doubled definition of variableMorris Jobke2014-02-071-1/+1
* Merge pull request #7011 from owncloud/jshintThomas Müller2014-02-041-12/+33
|\
| * Fixed file name validation unit test + added newlineVincent Petry2014-01-301-7/+15
| * Added .jshintrcVincent Petry2014-01-301-5/+18
* | Merge branch 'master' into pr-exceed_upload_limit_msgPellaeon Lin2014-01-301-13/+48
|\|
| * merge master into mobile-styleJan-Christoph Borchardt2014-01-291-5/+37
| |\
| | * Merge pull request #6184 from owncloud/6051-ux-files-Move-File-SpinnerMorris Jobke2014-01-241-5/+37
| | |\
| | | * Fixed indention.zombiehugs2013-12-041-1/+1
| | | * #6051 [ux][files] Move File Spinnerzombiehugs2013-12-041-5/+37
| * | | Merge branch 'master' into mobile-styleThomas Müller2014-01-231-7/+10
| |\| |
| | * | Merge pull request #6719 from tripflex/fix_pubup_progbarMorris Jobke2014-01-221-1/+1
| | |\ \
| | | * | change publicUploadButtonMock to public_uploadMyles McNamara2014-01-201-1/+1
| | | |/
| | * | Merge pull request #6827 from rnveach/fix_6730Morris Jobke2014-01-201-1/+2
| | |\ \
| | | * | fixed selector string and removed all checkbox if it was selectedrnveach2014-01-171-1/+2
| | | |/
| | * / Fixed various file name escaping issues in core appsVincent Petry2014-01-101-6/+8
| | |/
| * / fixing preview generationThomas Müller2014-01-151-1/+1
| |/
* / Update #free_space on getstoragestats AJAX callPellaeon Lin2013-12-111-0/+1
|/
* Selection summary is now displayed properlyVincent Petry2013-11-111-1/+1
* Fixed storage stats to be based on current directoryVincent Petry2013-11-061-7/+19
* Update quota value in client after scan and uploadVincent Petry2013-11-061-12/+31
* calling getstoragestats.php only if a user is logged in because this call req...Thomas Müller2013-11-051-17/+19