summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11552 from owncloud/fix_files_external_flickeringJörn Friedrich Dreyer2014-10-171-76/+80
|\ | | | | Fix files external flickering
| * cleanup variable names and duplicate jQuery selectorsJörn Friedrich Dreyer2014-10-131-76/+80
| |
| * fix flickering usersJörn Friedrich Dreyer2014-10-131-1/+1
| |
* | introduce new app page layoutThomas Müller2014-10-151-0/+212
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter installed and not-installed apps properly kill unneeded file load category 'Installed' on page load adding documentation links new apps mgmt: first style adjustment apps mgmt: only show license and preview if they exist adding buttons new apps mgmt: fix for mobile use app icon if available new apps mgmt: position enable/disable toggle to the right new apps mgmt: proper display of icons or previews new apps mgmt: fix loading spinner reenable group selection for apps new apps mgmt: position enable button normally again new apps mgmt: clarify wording from 'Installed' to 'Enabled' reintroduce enable/disable Move rating image path generation to client-side Move expression outside of l10n fix group handling add buttons for 'More apps' and 'Add your app' again disable changed date of app for now adding recommended label style 'Recommended' app tag fixing php warning sort by rating adding meta-category 'Recommended' Only show existing documentation links lacy loading of screenshots making group based app activation work again adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg' adding app.svg for all core apps query string '?installed' is not longer needed update and uninstall is back + error feedback remove unneeded parameter fix alignment of 'recommended' label
* | Allow specifying protocol in ext storage OC configVincent Petry2014-10-132-0/+91
|/ | | | | | Allow specifying a protocol in the host field when mounting another ownCloud instance. Note that this was already possible with the WebDAV config but this bug made it inconsistent.
* Merge pull request #11305 from owncloud/ext-updateetagonmountVincent Petry2014-10-094-1/+632
|\ | | | | Update etag of parent dir when adding/removing ext storage mount points
| * Added PHP docs for etag propagatorVincent Petry2014-10-081-4/+17
| |
| * More phpdocRobin Appelman2014-10-081-0/+5
| |
| * Hookup the etag propagatorRobin Appelman2014-10-082-0/+17
| |
| * Add EtagPropagator to handle etag changes when external storages are changedRobin Appelman2014-10-082-0/+435
| |
| * Fix add/remove mountpoint hooksRobin Appelman2014-10-082-6/+8
| |
| * Added failing unit tests for mount config hooksVincent Petry2014-10-082-8/+142
| |
| * Added filesystem hooks for mount/unmount ext storageVincent Petry2014-10-081-1/+26
| |
* | Add support for keys in the info.xmlLukas Reschke2014-10-091-0/+3
| | | | | | | | | | | | This allows to have links to different doc base URLs a.
* | Updated info.xml app descriptionMTRichards2014-10-081-1/+5
| | | | | | Added larger app description
* | extract batchDelete(), better commentsJörn Friedrich Dreyer2014-10-081-31/+31
| |
* | files_extern: remove empty Body and ContentLength in Amazon S3 mountAndré Gaul2014-10-081-3/+1
| | | | | | | | | | | | | | fixes #10501 Conflicts: apps/files_external/lib/amazons3.php
* | fix amazon s3 issuesJörn Friedrich Dreyer2014-10-082-109/+124
|/ | | | | | | | | | | | folder size and mtime is always unknown in s3 more s3 fixes make rescanDelay of root dir configurable, add on the fly update of legacy storage ids, !isset -> empty when checking strings reduce number of http calls on remove and rmdir fix typo
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-051-1/+1
|
* Merge pull request #10104 from owncloud/s3-overwriteLukas Reschke2014-10-012-43/+52
|\ | | | | Fix S3 copy and rename overwriting target directory
| * Skip test for unsuported feature for amazon s3Robin Appelman2014-09-171-0/+4
| |
| * Fix copy overwrite for amazon s3Robin Appelman2014-09-171-12/+4
| |
| * Fix amazon s3 rename overwriteRobin Appelman2014-09-171-2/+10
| |
| * Fix AmazonS3 rmdir on the rootRobin Appelman2014-09-172-38/+43
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-011-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-09-301-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-09-291-0/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-09-281-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-09-202-11/+14
| |
* | Merge pull request #10968 from owncloud/admin-groupsselect2Lukas Reschke2014-09-1959-5409/+2
|\ \ | | | | | | Use select2 for the groups excluded from sharing in admin page
| * | Move select2 from files_external to coreVincent Petry2014-09-0959-5409/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-193-0/+10
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-181-0/+4
| |/ |/|
* | Also check if the file itself is updatableRobin Appelman2014-09-172-2/+2
| |
* | Check if a folder is deletable before we try to recursively delete itRobin Appelman2014-09-173-2/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-09-172-0/+5
| |
* | Merge pull request #10680 from helmutschneider/aws-2.6.15Lukas Reschke2014-09-16264-9790/+5917
|\ \ | | | | | | Update AWS sdk to 2.6.15
| * | Fix failing AmazonS3::touch on updated aws sdkJohan Björk2014-09-031-1/+2
| | |
| * | Update AWS sdk to 2.6.15Johan Björk2014-09-03263-9789/+5915
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-162-0/+8
| | |
* | | remove obsolete language filesVolkan Gezer2014-09-131-5/+0
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-121-0/+3
| | |
* | | Merge pull request #9698 from owncloud/fix-9666Thomas Müller2014-09-111-3/+1
|\ \ \ | | | | | | | | Load apps in tests, fixes #9666
| * | | Fix mkdir error in mountconfig.phpRobin McCorkell2014-09-101-1/+1
| | | |
| * | | Load apps in test situationsRobin McCorkell2014-09-101-2/+0
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-111-10/+60
|/ / /
* | / [tx-robot] updated from transifexJenkins for ownCloud2014-09-101-1/+1
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2014-09-091-0/+4
| |
* | Merge pull request #10885 from owncloud/swift-hasupdatedLukas Reschke2014-09-082-20/+52
|\ \ | | | | | | Fix hasUpdated for folders in openstack swift
| * | Fix hasUpdated for folders in swift backendRobin Appelman2014-09-051-0/+22
| | |