Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-09 | 148 | -254/+0 |
| | |||||
* | Merge pull request #12394 from owncloud/files-fileactionsimprovements | Lukas Reschke | 2014-12-08 | 2 | -113/+286 |
|\ | | | | | Improve FileActions JS to allow for custom rendering | ||||
| * | Improve FileActions JS to allow for custom rendering | Vincent Petry | 2014-11-24 | 2 | -113/+286 |
| | | | | | | | | | | | | | | | | | | | | This improves the OCA.Files.FileActions class to support passing a "render" function in the action object. The default function "_defaultRenderFunction" is used by default and renders actions in the usual actions container. Moved "Rename" and "Delete" to custom render functions. | ||||
* | | Merge pull request #11485 from brumsoel/master | Lukas Reschke | 2014-12-05 | 2 | -3/+3 |
|\ \ | | | | | | | Fix timestamp comparator return value | ||||
| * | | Modified filesort test cases to test for large sizes & timestamps | brumsel | 2014-12-03 | 1 | -2/+2 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/master' | brumsel | 2014-12-03 | 385 | -5520/+11283 |
| |\ \ | |||||
| * | | | Fix timestamp comparator return value | brumsoel | 2014-10-08 | 1 | -1/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-04 | 2 | -0/+2 |
| |/ / |/| | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-03 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #12333 from owncloud/delete-selected-files | Morris Jobke | 2014-12-02 | 3 | -10/+42 |
|\ \ \ | | | | | | | | | Fix deleting non deletable files by selecting them | ||||
| * | | | Add js unit test | Robin Appelman | 2014-11-26 | 1 | -7/+27 |
| | | | | |||||
| * | | | Dont show the delete button for selected files if one of the selected files ↵ | Robin Appelman | 2014-11-26 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | is not deletable | ||||
| * | | | Check if files are deletable before trying to delete them | Robin Appelman | 2014-11-26 | 1 | -1/+3 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-28 | 2 | -0/+2 |
| | | | | |||||
* | | | | Don't show favicon to prevent iteration through subfolders | Lukas Reschke | 2014-11-26 | 1 | -1/+1 |
|/ / / | | | | | | | | | | The codepath for generating the favicons iterates through subnodes and if one of those nodes is unavailable is throwing a 503 exception. Since these favicons don't have any use except of "making a tool for developers looking nicer" I consider it feasible to remove them. | ||||
* | | | Merge pull request #12421 from ↵ | Morris Jobke | 2014-11-26 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/issue/6101-remove-namespace-permission-constants Issue/6101 remove namespace permission constants | ||||
| * | | | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 1 | -3/+3 |
| | | | | |||||
* | | | | we no longer need to keep the session open for encryption | Bjoern Schiessle | 2014-11-25 | 1 | -6/+2 |
|/ / / | |||||
* | / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-22 | 2 | -0/+2 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-21 | 8 | -0/+166 |
| | | |||||
* | | Merge pull request #12325 from owncloud/removeunneccessarylang | Lukas Reschke | 2014-11-20 | 8 | -166/+0 |
|\ \ | | | | | | | cleanup languages. closes #11274 | ||||
| * | | cleanup languages. closes #11274 | Volkan Gezer | 2014-11-20 | 8 | -166/+0 |
| | | | |||||
* | | | Make apps/ extend the \Test\TestCase and fix overwritten methods | Joas Schilling | 2014-11-19 | 1 | -2/+1 |
| | | | |||||
* | | | Use base class to reset the file mapper | Joas Schilling | 2014-11-19 | 1 | -2/+2 |
|/ / | |||||
* | | Only show undelete capability if files_trashbin is enabled | Lukas Reschke | 2014-11-18 | 1 | -1/+0 |
| | | | | | | | | Fixes the OCS capability API at /ocs/v1.php/cloud/capabilities | ||||
* | | Merge pull request #12218 from owncloud/issue/10991-fixes | Morris Jobke | 2014-11-17 | 1 | -2/+12 |
|\ \ | | | | | | | Issue/10991 Make unit tests pass on windows | ||||
| * | | Correctly restore previous root mount point after testing | Joas Schilling | 2014-11-17 | 1 | -2/+12 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-15 | 2 | -8/+8 |
| | | | |||||
* | | | Merge pull request #9177 from owncloud/jsdocexperiment | Vincent Petry | 2014-11-13 | 9 | -49/+204 |
|\ \ \ | | | | | | | | | Improved JS Docs + added build script for JS Docs | ||||
| * | | | Improved Javascript docs for JSDoc | Vincent Petry | 2014-10-31 | 9 | -49/+204 |
| | | | | | | | | | | | | | | | | | | | | | | | | Added namespaces so that JSDoc can find them. Fixed a few warnings. Improved some comments. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-11 | 2 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #12070 from owncloud/accessibility-fixes | Morris Jobke | 2014-11-10 | 2 | -14/+35 |
|\ \ \ \ | | | | | | | | | | | Accessibility fixes | ||||
| * | | | | add relevant focus styles to the existing hover styles | Jan-Christoph Borchardt | 2014-11-06 | 1 | -13/+34 |
| | | | | | |||||
| * | | | | add alt text for file actions, but leave empty since text is directly next to it | Jan-Christoph Borchardt | 2014-11-06 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-09 | 2 | -2/+72 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-08 | 2 | -2/+2 |
|/ / / / | |||||
* | / / | unbold labels and folders | Jan-Christoph Borchardt | 2014-11-05 | 1 | -1/+0 |
| |/ / |/| | | |||||
* | | | JS unit tests fix - use toBeUndefined() instead of toEqual(null) | Morris Jobke | 2014-11-04 | 1 | -7/+7 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-01 | 2 | -2/+2 |
|/ / | |||||
* | | remove unnecessary require calls - the ownCloud class loader is supposed to ↵ | Thomas Müller | 2014-10-30 | 1 | -2/+0 |
| | | | | | | | | take care of this | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-30 | 10 | -12/+38 |
| | | |||||
* | | update all translation files to js and json | Thomas Müller | 2014-10-29 | 363 | -5435/+10843 |
| | | |||||
* | | Added OC.L10N namespace with translation functions | Vincent Petry | 2014-10-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | 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/+1 |
| | | |||||
* | | Add type hinting to functions | Lukas Reschke | 2014-10-24 | 1 | -4/+7 |
| | | | | | | | | It's only reasonable to have proper type hinting here which might even help us to catch bugs. | ||||
* | | Merge pull request #11754 from owncloud/fix-division-null | Lukas Reschke | 2014-10-24 | 1 | -1/+1 |
|\ \ | | | | | | | Prevent division by zero | ||||
| * | | Prevent division by zero | Lukas Reschke | 2014-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | Potentially fixes https://github.com/owncloud/core/issues/11742 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-24 | 1 | -10/+27 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-23 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #11675 from owncloud/urlencode-for-special-characters | Lukas Reschke | 2014-10-21 | 1 | -3/+3 |
|\ \ | | | | | | | URLEncode filenames to be compatible with special characters |