- Jan 09, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Oct 19, 2018
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Oct 16, 2018
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Oct 04, 2018
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jul 20, 2018
-
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
- Mar 26, 2018
-
-
Abijeet authored
Also fixes scrutinizer warnings. Signed-off-by:
Abijeet <abijeetpatro@gmail.com>
-
- Dec 14, 2017
-
-
Daniel Calviño Sánchez authored
The slide gesture is enabled or disabled depending on the width of the browser window. In order to easily control that width the karma-viewport plugin is now used in the unit tests. Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
- Nov 01, 2017
-
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
- Jun 09, 2017
-
-
Daniel Calviño Sánchez authored
The SystemTagsInfoViewToggleView is a basic view that renders a label that, when clicked, toggles the visibility of an associated SystemTagsInfoView. In order to keep the view parent agnostic its attachment and detachment to/from the MainfFileInfoView is done in the FilesPlugin. Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
- Apr 25, 2017
-
-
Lukas Reschke authored
It is already included via core.json Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Apr 18, 2017
-
-
Artur Neumann authored
Signed-off-by:
Artur Neumann <info@individual-it.net>
-
- Apr 04, 2017
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Apr 02, 2017
-
-
Roeland Jago Douma authored
This adds the bruteforce settings app that allows to configure (for now) subnets that are to be ignored when doing brute force analysis. This can for example be the LAN since we trust people from there. * Add app * Add php tests * Add js tests Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Mar 24, 2017
-
-
Vincent Petry authored
Update karma library and use sinon JS library provided by karma-jasmine-sinon instead of local file. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jan 13, 2017
-
-
Lukas Reschke authored
Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jan 10, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jan 06, 2017
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 09, 2016
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 07, 2016
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Feb 09, 2016
-
-
Vincent Petry authored
-
- Feb 03, 2016
-
-
Vincent Petry authored
-
Vincent Petry authored
-
- Feb 02, 2016
-
-
Vincent Petry authored
-
- Jan 19, 2016
-
-
Vincent Petry authored
Added files details sidebar panel to assign/unassign/rename/delete system tags.
-
- Nov 22, 2015
-
-
Vincent Petry authored
-
- Nov 20, 2015
-
-
Vincent Petry authored
-
- Sep 16, 2015
-
-
Vincent Petry authored
-
- Sep 03, 2015
-
-
Vincent Petry authored
- move versions to a tab in the files sidebar - added mechanism to auto-update the row in the FileList whenever values are set to the FileInfoModel given to the sidebar - updated tags/favorite action to make use of that new mechanism
-
- Jul 10, 2015
-
-
Vincent Petry authored
Update sinon to 1.15.4. Update karma-jasmine to 0.3.0 Update jasmine to 2.3.4 This brings a bunch of new useful functions for unit testing.
-
- May 19, 2015
-
-
Vincent Petry authored
-
- Mar 12, 2015
-
-
Vincent Petry authored
- Added StorageConfig class to replace ugly arrays - Implemented StorageService and StorageController for Global and User storages - Async status checking for storages (from Xenopathic) - Auto-generate id for external storage configs (not the same as storage_id) - Refactor JS classes for external storage settings, this mostly moves/encapsulated existing global event handlers into the MountConfigListView class. - Added some JS unit tests for the external storage UI
-
- Feb 23, 2015
-
-
Vincent Petry authored
-
- Jan 21, 2015
-
-
Vincent Petry authored
Moved external share JS code into a small plugin to make it testable. Added unit test for the external share dialog logic + ajax calls.
-
- Nov 04, 2014
-
-
Morris Jobke authored
-
- Nov 03, 2014
-
-
Morris Jobke authored
* fix JS unit tests
-
- Sep 15, 2014
-
-
Vincent Petry authored
Added timeout in DeleteHandler to auto-delete after a delay. Fixed issue where OC.Notification.hide() was called twice in a row when deleting multiple entries, causing the second notification to disappear. Fixed issue where "undo" click event handler was registered multiple times when calling setNotifications() twice. Added JS unit tests for the DeleteHandler class. Refix undo users, groups feature Timeout is now cleared in cancel(). Fixed click handler name for "undo" to be able to work with multiple DeleteHandler instances (in our case one for users and one for groups) so that there is no conflict.
-