Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-09 | 2 | -14/+84 |
| | |||||
* | manage select2 via bower | Morris Jobke | 2014-11-06 | 1 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-05 | 2 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-02 | 2 | -4/+4 |
| | |||||
* | test files external amazon s3 storage id migration | Jörn Friedrich Dreyer | 2014-10-31 | 1 | -0/+117 |
| | |||||
* | fix files_external storage id migration | Jörn Friedrich Dreyer | 2014-10-31 | 1 | -3/+20 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-30 | 10 | -4/+32 |
| | |||||
* | update all translation files to js and json | Thomas Müller | 2014-10-29 | 240 | -3089/+6170 |
| | |||||
* | Added OC.L10N namespace with translation functions | Vincent Petry | 2014-10-29 | 1 | -0/+2 |
| | | | | | | | | | | | Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-29 | 1 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-26 | 2 | -2/+2 |
| | |||||
* | Add type hinting to functions | Lukas Reschke | 2014-10-24 | 1 | -1/+1 |
| | | | | It's only reasonable to have proper type hinting here which might even help us to catch bugs. | ||||
* | Use function outside of loop | Lukas Reschke | 2014-10-24 | 1 | -3/+4 |
| | | | | Otherwise the function is executed n times which is a lot of overhead | ||||
* | Make files non executable | Lukas Reschke | 2014-10-24 | 3 | -0/+0 |
| | | | | There is not much sense in having these files marked executable, we should avoid that. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-24 | 1 | -1/+4 |
| | |||||
* | Merge pull request #11721 from owncloud/fix-s3-regression | Morris Jobke | 2014-10-23 | 1 | -5/+11 |
|\ | | | | | [master] Fix S3 connection regression | ||||
| * | Fix S3 connection | Vincent Petry | 2014-10-22 | 1 | -5/+11 |
| | | |||||
* | | Merge pull request #11726 from owncloud/s3-fixunittests | Morris Jobke | 2014-10-23 | 1 | -0/+1 |
|\ \ | |/ |/| | Fix S3 folder creation for new AWS API | ||||
| * | Fix S3 folder creation for new AWS API | Vincent Petry | 2014-10-22 | 1 | -0/+1 |
| | | | | | | | | This also fixes the unit tests | ||||
* | | Lazy initialize external storages | Vincent Petry | 2014-10-22 | 6 | -107/+163 |
|/ | | | | | | | | Fixed the following external storages to not connect in the constructor, but do it on-demand when getConnection() is called. - S3 - SWIFT - SFTP | ||||
* | Merge pull request #11684 from owncloud/guess_mimetype_on_touch | Jörn Friedrich Dreyer | 2014-10-22 | 2 | -2/+5 |
|\ | | | | | guess mimetype on touch | ||||
| * | guess mimetype on touch | Jörn Friedrich Dreyer | 2014-10-21 | 2 | -2/+5 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-22 | 1 | -0/+39 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-21 | 1 | -0/+3 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-20 | 1 | -0/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-19 | 1 | -1/+8 |
| | |||||
* | Merge pull request #11552 from owncloud/fix_files_external_flickering | Jörn Friedrich Dreyer | 2014-10-17 | 1 | -76/+80 |
|\ | | | | | Fix files external flickering | ||||
| * | cleanup variable names and duplicate jQuery selectors | Jörn Friedrich Dreyer | 2014-10-13 | 1 | -76/+80 |
| | | |||||
| * | fix flickering users | Jörn Friedrich Dreyer | 2014-10-13 | 1 | -1/+1 |
| | | |||||
* | | introduce new app page layout | Thomas Müller | 2014-10-15 | 1 | -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 config | Vincent Petry | 2014-10-13 | 2 | -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-updateetagonmount | Vincent Petry | 2014-10-09 | 4 | -1/+632 |
|\ | | | | | Update etag of parent dir when adding/removing ext storage mount points | ||||
| * | Added PHP docs for etag propagator | Vincent Petry | 2014-10-08 | 1 | -4/+17 |
| | | |||||
| * | More phpdoc | Robin Appelman | 2014-10-08 | 1 | -0/+5 |
| | | |||||
| * | Hookup the etag propagator | Robin Appelman | 2014-10-08 | 2 | -0/+17 |
| | | |||||
| * | Add EtagPropagator to handle etag changes when external storages are changed | Robin Appelman | 2014-10-08 | 2 | -0/+435 |
| | | |||||
| * | Fix add/remove mountpoint hooks | Robin Appelman | 2014-10-08 | 2 | -6/+8 |
| | | |||||
| * | Added failing unit tests for mount config hooks | Vincent Petry | 2014-10-08 | 2 | -8/+142 |
| | | |||||
| * | Added filesystem hooks for mount/unmount ext storage | Vincent Petry | 2014-10-08 | 1 | -1/+26 |
| | | |||||
* | | Add support for keys in the info.xml | Lukas Reschke | 2014-10-09 | 1 | -0/+3 |
| | | | | | | | | | | | | This allows to have links to different doc base URLs a. | ||||
* | | Updated info.xml app description | MTRichards | 2014-10-08 | 1 | -1/+5 |
| | | | | | | Added larger app description | ||||
* | | extract batchDelete(), better comments | Jörn Friedrich Dreyer | 2014-10-08 | 1 | -31/+31 |
| | | |||||
* | | files_extern: remove empty Body and ContentLength in Amazon S3 mount | André Gaul | 2014-10-08 | 1 | -3/+1 |
| | | | | | | | | | | | | | | fixes #10501 Conflicts: apps/files_external/lib/amazons3.php | ||||
* | | fix amazon s3 issues | Jörn Friedrich Dreyer | 2014-10-08 | 2 | -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 transifex | Jenkins for ownCloud | 2014-10-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #10104 from owncloud/s3-overwrite | Lukas Reschke | 2014-10-01 | 2 | -43/+52 |
|\ | | | | | Fix S3 copy and rename overwriting target directory | ||||
| * | Skip test for unsuported feature for amazon s3 | Robin Appelman | 2014-09-17 | 1 | -0/+4 |
| | | |||||
| * | Fix copy overwrite for amazon s3 | Robin Appelman | 2014-09-17 | 1 | -12/+4 |
| | | |||||
| * | Fix amazon s3 rename overwrite | Robin Appelman | 2014-09-17 | 1 | -2/+10 |
| | | |||||
| * | Fix AmazonS3 rmdir on the root | Robin Appelman | 2014-09-17 | 2 | -38/+43 |
| | |