Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-31Use `babel-loader-exclude-node-modules-except`John Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-05-28Move the systemtags to core/srcRoeland Jago Douma
* Move to the handlebar loader from webpack Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-05-22Move core/js/files to webpackRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-04-14Fix jsunit testsDaniel Kesselberg
JSUnit tests are failing for some reason. It seems to be related to a new karma-coverage version published a few hours ago. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-12-02Fix testsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-03-07Fix domparser on phantomjsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-01Fix testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-26Move comments to webpackRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-15Move files_sharing additionalscripts over to webpackRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-14Update testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-14Move of files_versions to webpackRoeland Jago Douma
* Move CSS into bundle * Old merged.json no longer needed! * No need to load the style still Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-09Don't load old vendor files during jsunit testsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-19Fix js unit testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-16fixup! Move files_drop to compiled handlebarsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04Move files_versions to compiled handlebars templatesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04Move Comments to compiled handlebarsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-21Bump karma configJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-03-26Fixing failing test cases due to change in functionality.Abijeet
Also fixes scrutinizer warnings. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
2017-12-14Add unit tests for the navigation bar slide gestureDaniel Calviño Sánchez
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>
2017-11-01adjust jsunit testsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-06-09Extract toggle visibility of a SystemTagsInfoView to its own viewDaniel Calviño Sánchez
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>
2017-04-25Remove DOMPurify from srcFilesLukas Reschke
It is already included via core.json Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-18JS tests for upload only functionArtur Neumann
Signed-off-by: Artur Neumann <info@individual-it.net>
2017-03-24Update karma, use sinon from npmVincent Petry
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>
2017-01-13Apply DOMPurify over HTMLLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-01-13Fix JSUnit testsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-01-13fix image warningsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-01-13allow/fix loading of fontsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-01-10show fewer warnings in karma test runsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-01-06Fix js testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-09Generate js codecov coverageRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-07refactor share permission logic into own method to reuse it for the share tabChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2016-02-09Add system tags filter section for files appVincent Petry
2016-02-03Reset comments read marker after loading commentsVincent Petry
2016-02-03Add file row indicator for unread commentsVincent Petry
2016-02-02Added JS unit tests for commentsVincent Petry
2016-01-19Added system tags GUI in sidebarVincent Petry
Added files details sidebar panel to assign/unassign/rename/delete system tags.
2015-12-03Merge branch 'master' into issue_20427Jesus Macias Portela
2015-11-22Added OC.Files.Client Webdav-based files clientVincent Petry
2015-11-20Added some unit tests for the status managerVincent Petry
2015-09-16Update JS unit tests for share dialog (WIP)Vincent Petry
2015-09-03Add versions tab to files sidebarVincent Petry
- 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
2015-07-10Update JS unit test libsVincent Petry
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.
2015-05-19Added unit tests for download URL in public sharing pageVincent Petry
2015-03-12Use storage id + appframework for ext storage CRUDVincent Petry
- 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
2015-02-23Added unit test for app filterVincent Petry
2015-01-21Add unit test for external share JS dialogVincent Petry
Moved external share JS code into a small plugin to make it testable. Added unit test for the external share dialog logic + ajax calls.
2014-11-04migrate jQuery to bowerMorris Jobke
2014-11-03replace moment.js with bower versionMorris Jobke
* fix JS unit tests
2014-09-15Add timeout to user and group deletion notificationVincent Petry
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.