Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use !== comparison | Jörn Friedrich Dreyer | 2013-10-07 | 1 | -1/+1 |
* | Replace plus sign with space in files app URL #4932 | Vincent Petry | 2013-09-20 | 1 | -2/+6 |
* | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -6/+43 |
|\ | |||||
| * | Merge pull request #4900 from owncloud/fixing-4488-master | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -1/+6 |
| |\ | |||||
| | * | no file actions during upload | Thomas Müller | 2013-09-18 | 1 | -1/+0 |
| | * | store the permissions retrieved via ajax within the dom element | Thomas Müller | 2013-09-18 | 1 | -0/+6 |
| * | | initial scrollto implementation: | Jörn Friedrich Dreyer | 2013-09-17 | 1 | -5/+36 |
| |/ | |||||
* | | hide excessive logging with a trace flag | Jörn Friedrich Dreyer | 2013-09-18 | 1 | -5/+5 |
* | | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-17 | 1 | -40/+225 |
|\| | |||||
| * | Use hash part of URL for IE8 in files app | Vincent Petry | 2013-09-13 | 1 | -7/+51 |
| * | Fixed ajax support to also update the current dir permissions | Vincent Petry | 2013-09-13 | 1 | -2/+14 |
| * | update file summary on ajax file list load | Thomas Müller | 2013-09-13 | 1 | -0/+1 |
| * | fixing breadcrumbs on ajax loading of files | Thomas Müller | 2013-09-13 | 1 | -2/+4 |
| * | calling replaceSVG() to display breadcrumb images correctly on IE8 | Thomas Müller | 2013-09-13 | 1 | -0/+6 |
| * | fixing no-repeat for IE8 | Thomas Müller | 2013-09-13 | 1 | -0/+1 |
| * | Ajax calls for "files" and "files_trashbin" apps | Vincent Petry | 2013-09-13 | 1 | -9/+128 |
* | | whitespace and indentation fixes | Jörn Friedrich Dreyer | 2013-09-08 | 1 | -28/+28 |
* | | remove unused hooks | Jörn Friedrich Dreyer | 2013-09-08 | 1 | -20/+0 |
* | | cleanup comments | Jörn Friedrich Dreyer | 2013-09-08 | 1 | -65/+8 |
* | | fix page leaving checks | Jörn Friedrich Dreyer | 2013-09-06 | 1 | -8/+13 |
* | | fix upload to folder | Jörn Friedrich Dreyer | 2013-09-06 | 1 | -16/+3 |
* | | separate uploading code from progress code, add progress capability detection | Jörn Friedrich Dreyer | 2013-09-05 | 1 | -10/+10 |
* | | refactor dialog creation | Jörn Friedrich Dreyer | 2013-09-04 | 1 | -5/+7 |
* | | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-04 | 1 | -15/+126 |
|\| | |||||
| * | rename emptyfolder to emptycontent | Alessandro Cosentino | 2013-08-31 | 1 | -2/+2 |
| * | Merge master into oc_preview | Georg Ehrke | 2013-08-29 | 1 | -0/+110 |
| |\ | |||||
| | * | Reimplement filesummary in JS | kondou | 2013-08-28 | 1 | -0/+110 |
| * | | use random string as id for checkbox | Georg Ehrke | 2013-08-26 | 1 | -1/+2 |
| * | | fix background size in filelist.js | Georg Ehrke | 2013-08-26 | 1 | -1/+1 |
| * | | move path generation for previews to dedicated function | Georg Ehrke | 2013-08-23 | 1 | -1/+1 |
| * | | Merge master into oc_preview | Georg Ehrke | 2013-08-19 | 1 | -6/+4 |
| |\| | |||||
| | * | Merge pull request #4113 from owncloud/delete-fix | Jan-Christoph Borchardt | 2013-08-15 | 1 | -6/+4 |
| | |\ | |||||
| | | * | fix loading.gif size for both upload and deletion, force visiblity | Jan-Christoph Borchardt | 2013-07-30 | 1 | -1/+1 |
| | | * | Replace delete icon with spinner | Victor Dubiniuk | 2013-07-29 | 1 | -5/+3 |
| * | | | vertically center rename input box | Jan-Christoph Borchardt | 2013-08-17 | 1 | -1/+1 |
| * | | | Merge master into oc_preview | Georg Ehrke | 2013-08-14 | 1 | -2/+3 |
| |\| | | |||||
| | * | | Reword a phrase | kondou | 2013-08-14 | 1 | -1/+1 |
| | * | | Use plural translations | kondou | 2013-08-09 | 1 | -2/+3 |
| * | | | increase row height to 50px, properly position everything, checkboxes, action... | Jan-Christoph Borchardt | 2013-08-14 | 1 | -1/+1 |
| * | | | lazy load preview icons | Georg Ehrke | 2013-08-14 | 1 | -1/+1 |
| * | | | Merge branch 'master' into oc_preview | Thomas Müller | 2013-07-30 | 1 | -2/+4 |
| |\| | | |||||
| * | | | merge conflicts ... | Georg Ehrke | 2013-07-10 | 1 | -9/+56 |
| |\ \ \ | |||||
| * | | | | implement preview loading after upload | Georg Ehrke | 2013-07-02 | 1 | -2/+3 |
* | | | | | architecture too complex | Jörn Friedrich Dreyer | 2013-08-21 | 1 | -9/+42 |
* | | | | | progress fixes | Jörn Friedrich Dreyer | 2013-08-16 | 1 | -102/+163 |
* | | | | | change filelist ui updates | Jörn Friedrich Dreyer | 2013-08-14 | 1 | -52/+54 |
* | | | | | fix whitespace, check selected files before starting upload | Jörn Friedrich Dreyer | 2013-08-14 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | disable "deleted files" button if trash bin is empty | Björn Schießle | 2013-07-26 | 1 | -0/+1 |
| |_|/ |/| | | |||||
* | | | finally remove the file size obfuscation as it had more disadvantages. I was ... | Jan-Christoph Borchardt | 2013-07-18 | 1 | -2/+1 |
* | | | add new file above summary if it is the first file in the list | Björn Schießle | 2013-07-12 | 1 | -0/+2 |
| |/ |/| |