summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24702 from owncloud/background-scan-occVincent Petry2016-05-201-3/+12
|\ | | | | add --unscanned option to files:scan to triger a background scan
| * add "unscanned" option to files:scan to triger a background scanRobin Appelman2016-05-191-3/+12
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-202-0/+18
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-194-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-184-0/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-174-0/+28
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-168-0/+60
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-15124-4/+270
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-14138-148/+14
|
* Merge pull request #22341 from ↵Vincent Petry2016-05-132-0/+19
|\ | | | | | | | | owncloud/pellaeon-pr-breadcrumb-filelist-overlap-drop Handle case when breadcrumb and filelist item overlap and both receive a drop
| * Handle case when breadcrumb and filelist item overlapPellaeon Lin2016-03-172-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and both receive a drop. Build breadcrumb over and out callback in filelist.js and pass them as options to utilize local selectors of filelist Re-enable td elements after drop to bread crumb Fix# drop handler still being called after enable, it seems that waiting for a short time before re-enabling solves the problem * Add explanations for setTimeout re-enable td.filename drop handler
* | Merge pull request #24605 from ↵Vincent Petry2016-05-134-9/+120
|\ \ | | | | | | | | | | | | owncloud/luckydonald-Superduper-Progressbar-branch-thingie Luckydonald superduper progressbar branch thingie
| * \ Merge branch 'Superduper-Progressbar-branch-thingie' of ↵Vincent Petry2016-05-124-9/+120
| |\ \ | | | | | | | | | | | | https://github.com/luckydonald/core into luckydonald-Superduper-Progressbar-branch-thingie
| | * | Optimized time formatting, optimized time smoothing.luckydonald2014-08-141-11/+8
| | | |
| | * | Changes for scrutinizer. Yay!luckydonald2014-08-131-15/+29
| | | |
| | * | fixed browser showing the tipsy tooltip as default tooltip twice.luckydonald2014-08-131-1/+1
| | | |
| | * | Fixed "Any minute now" staying because of undefined buffer. Also increased ↵luckydonald2014-08-131-3/+6
| | | | | | | | | | | | | | | | buffer size to 20 to be less jittery.
| | * | Updated String formatting. Label font-weight was already normal.luckydonald2014-08-132-11/+11
| | | |
| | * | Fixed Positioning, fixed formatting for both mobile and desktop.luckydonald2014-08-132-9/+40
| | | | | | | | | | | | | | | | | | | | Tooltips still frustrate me- And the updated code with tabs nicely. yay.
| | * | Added remaining time displaying, moved Information to tooltip, removed now ↵luckydonald2014-08-123-18/+27
| | | | | | | | | | | | | | | | unneeded speed div
| | * | ...in case the text gets to big, don't wrap to new line. Instead just cut it.luckydonald2014-08-111-0/+4
| | | |
| | * | Updated and optimized Mobile Layout as well.luckydonald2014-08-114-4/+19
| | | |
| | * | Fixed translations, indentation and renamed the .percents class to .speed class.luckydonald2014-08-103-10/+10
| | | |
| | * | Upload progress bar now displays informations about uploades size (12kB of ↵luckydonald2014-08-103-5/+45
| | | | | | | | | | | | | | | | 3MB) and the current speed.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-13122-122/+132
|/ / /
* | | Move Files app to PSR-4 (#24569)Joas Schilling2016-05-1223-11/+10
| | | | | | | | | | | | | | | | | | * Move lib/ of Files app to PSR-4 * Move tests to PSR-4
* | | Background jobs from info.xml (#24582)Joas Schilling2016-05-123-32/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move background job registration of Federation to info.xml * Move background registration of Files app to info.xml * Move background job registration of files_sharing to info.xml * Move background job registration of files_trashbin to info.xml * Move background job registration of files_versions to info.xml * Move background job registration from user_ldap to info.xml
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-1212-2/+32
| | |
* | | Make permalinks work for trashed files (#24537)Vincent Petry2016-05-113-30/+139
| | | | | | | | | | | | Opening a permalink that points to a trashed file will now display the file within the "Deleted Files" section in the files web UI.
* | | Yo-ho-oh - Murder all band 'o piratesThomas Müller2016-05-112-10/+0
| | |
* | | Merge pull request #24434 from owncloud/permalinksLukas Reschke2016-05-1011-25/+317
|\ \ \ | | | | | | | | Permalinks
| * | | Do not encode slashes in "dir" URL param in files JSVincent Petry2016-05-062-16/+33
| | | |
| * | | Add anchor icon in sidebar to copy permalinkVincent Petry2016-05-063-3/+53
| | | |
| * | | Auto-add fileid in URL for currently displayed folderVincent Petry2016-05-065-13/+78
| | | |
| * | | Add route to resolve fileid to files app URLVincent Petry2016-05-063-3/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The following routes will redirect to the files app and display the matching folder. If the fileid is a file, it will scroll to it. - http://localhost/owncloud/index.php/f/$fileid - http://localhost/owncloud/index.php/files/?dir=somedir&fileid=$fileid
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-102-0/+4
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-092-2/+14
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-082-0/+4
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-072-0/+24
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-064-6/+8
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-052-0/+4
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-034-0/+4
| | |
* | | Move activity manager to the namespaceJoas Schilling2016-05-021-2/+2
| | |
* | | Merge pull request #24341 from owncloud/scan-nfd-showwarningMorris Jobke2016-05-021-1/+18
|\ \ \ | | | | | | | | Add files:scan warning when NFD or incompatible encoding found
| * | | Add files:scan warning when NFD or incompatible encoding foundVincent Petry2016-04-291-1/+18
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-022-0/+2
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-012-4/+8
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-302-4/+4
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-292-0/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-276-0/+6
| | |