summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-14256-262/+24
|
* 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 #22214 from owncloud/ext-better-dropbox-gdriveVincent Petry2016-05-1315-29/+111
|\ \ | | | | | | Direct links to Google Drive/Dropbox configuration pages from external storage config
| * | Move Dropbox/GDrive link to iconRobin McCorkell2016-05-033-8/+17
| | |
| * | Change colour of input fields instead of printing 'Access granted'Robin McCorkell2016-05-033-11/+16
| | |
| * | Add links to load GDrive/Dropbox configuration pagesRobin McCorkell2016-05-036-4/+58
| | |
| * | Allow multiple custom JS filesRobin McCorkell2016-05-038-18/+32
| | |
* | | 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-13136-132/+172
|/ / / /
* | | | 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-1219-209/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | Move the testing app to PSR-4 (#24580)Joas Schilling2016-05-121-0/+0
| | | |
* | | | Move files_versions to PSR-4 (#24571)Joas Schilling2016-05-1213-2/+5
| | | |
* | | | Move files_trashbin to PSR-4 (#24570)Joas Schilling2016-05-1218-14/+16
| | | |
* | | | Move dav app to PSR-4 (#24527)Joas Schilling2016-05-1294-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | * Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4
* | | | Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-1239-98/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move Encryption to PSR-4 * Move encryption tests to PSR-4 * Fix the tests
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-1222-4/+48
| | | |
* | | | 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.
* | | | Move Provisioning api to PSR-4 (#24510)Joas Schilling2016-05-118-176/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move app to PSR-4 * Fix setUp method * Fix the tests
* | | | Merge pull request #24568 from owncloud/fix_24566Thomas Müller2016-05-111-1/+2
|\ \ \ \ | | | | | | | | | | Fix etag propegation test race condition
| * | | | Fix test race conditionRoeland Jago Douma2016-05-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | E-tag propagation replies on the mtime of the file. Order of events: 1. add file 'foo.txt' with content 'bar' 2. Set mtime to now() - 1 3. Check if etag changed. Now this goes right often when 1 and 2 happen in the same second. However imagine 1. add file 'foo.txt' with content 'bar' (at t=0.999) 2. Set mtime to now() - 1 (at t=1.001) Now the mtime will be set to the same time. Thus not chaning the etag.
* | | | | use the UID for creating the session token, not the login nameChristoph Wurst2016-05-112-7/+14
| | | | |
* | | | | create session token for DAV clients (sync clients)Christoph Wurst2016-05-111-0/+1
|/ / / /
* | | | Merge pull request #24433 from owncloud/user_psr4Thomas Müller2016-05-111-5/+5
|\ \ \ \ | | | | | | | | | | lib/private/user to PSR-4
| * | | | fix usage of legacy class in LDAPMorris Jobke2016-05-101-5/+5
| | | | |
* | | | | Yo-ho-oh - Murder all band 'o piratesThomas Müller2016-05-118-42/+0
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-116-4/+94
|/ / / /
* | | | Merge pull request #24401 from owncloud/trash-list-cacheVincent Petry2016-05-101-46/+38
|\ \ \ \ | | | | | | | | | | use the cache for trash listing
| * | | | use the cache for trash listingRobin Appelman2016-05-031-46/+38
| | | | |
* | | | | 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-10258-736/+668
| | | | | |
* | | | | | Merge pull request #24466 from owncloud/issue_13936_wording_ldapMorris Jobke2016-05-091-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | wording in LDAP wizard
| * | | | | | wording in LDAP wizarddavicente2016-05-041-1/+1
| |/ / / / /