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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2018-01-14Merge branch 'master' into develop-0.9splitt3r
2017-11-26Fixed Avatar adding on commentsdartcafe
2017-11-15Some tidy and enhancementdartcafe
2017-11-12changed comment formdartcafe
2017-11-12Fix appearance first commentdartcafe
And some design optimation, when there are no comments
2017-11-11add avatar to new commentdartcafe
A quick fix.
2017-11-11updated sidebardartcafe
2017-11-10Restored missing filessplitt3r
2017-10-25... → …Allan Nordhøy
2017-10-21Code cleaning (#185)René Gieling
* Update no.acc.tmpl.php * update for scutinizer * Update PageController.php * Update PageController.php * coding style * dito * more fixes * update * Added scrutinizer config * Coding style Adopting style guide from docs.nextcloud.com * More changes * disabled external code coverage * changes * Changes * changes * changes * More changes * Update to version 2.5.11 * Update .scrutinizer.yml * Update .scrutinizer.yml * created vendor [ci skip] * config [skip scrutinizer] [skip ci] * fix [skip ci] * Minor * continuing [skip ci] * just a test * removed unused function declarations Commenting out some functions, which seem not to be used. * css tests? * again * formatting * removed comment and converted spaces in tabs
2017-10-18Adding scutinizer configdartcafe
2017-10-11Merge RC 0.8 in feature/refactorsplitt3r
2017-10-10Fixed fr translations + fixed email translations + fixed login urlsplitt3r
2017-10-08Updatesdartcafe
Moving options to "more menu"
2017-10-03status icons returndartcafe
2017-10-01Updatedartcafe
2017-09-19[WIP] New Design. (#151)René Gieling
* Update create.tmpl.php * Update goto.tmpl.php * Update main.tmpl.php * Create navigation.tmpl.php * Update vote.js * Add files via upload * Update vote.css * Update main.css * Update list.css * Update create.css * Update main.tmpl.php * Add files via upload * Update main.tmpl.php * Update main.css * Moved polltype to right cloumn * Remove Header "Basic information" * Switch to scss * Fix for public URL * relative path to svg * Fix poll link * Some tidy and switch to scss * Cosmetics Added empty content and some removed some tags * quick fix for small lines * Date fix * remove footer * Adding avatars Added avatars zu participants and removed breadcrump if user is not logged in * Syntax error * Avatar fix for public polls * limit width of avatar cell * Tidy and changed classes * Fix breadcrump * Update * Switch to SCSS For some reason the create.scss cannot be compiled, so I renamed the file. * Switch to SCSS and changed classes * fix * Fix for total count * Change of vote table layout * Updated screenshots * Css change * Changed toggle image * Fix for wrong display of votes * Change in toggle presentation * Remove unneeded navigation bar and use proper links to images Signed-off-by: Morris Jobke <hey@morrisjobke.de> * Polish public poll page Signed-off-by: Morris Jobke <hey@morrisjobke.de> * Fix total row in date polls * Added padding back to comment
2017-09-02Fix date display in IE and Safari (NaN)dartcafe
IE and Safari couldn't interprate the date format correctly. This patch corrects the display on common browsers.
2017-04-29Merge branch 'master' into fix-timezonesVinzenz Rosenkranz
2017-02-26don't add timezone to datepickerVinzenz
2017-02-26compute header/footer in js instead of phpVinzenz
2017-02-26store utc timestamp in dbVinzenz
2016-11-16add extended anon type, replace username with random idVinzenz
2016-10-22Merge pull request #79 from v1r0x/fix-edit-presVinzenz Rosenkranz
fix preselection on edit poll
2016-10-22Merge pull request #80 from v1r0x/enh-group-displayVinzenz Rosenkranz
enhance the user/group selections
2016-10-22search field and selection enhancementsVinzenz
2016-09-10added debounce functionVinzenz
2016-09-06only display groups based on search stringVinzenz
2016-08-30Merge pull request #83 from v1r0x/anonymous-commentsVinzenz Rosenkranz
allow anonymous comments
2016-08-28allow anonymous pollsVinzenz
2016-08-28allow anonymous commentsVinzenz
2016-08-28make current selected access type clickableVinzenz
2016-08-22fix preselection on edit pollVinzenz
2016-08-08followed suggestionsjoergmschulz
removed =true and beautified the else section. Pls review.
2016-08-06see issue #71 / handle different entry typesjoergmschulz
@jaeger-sb proposed a change, in my environment it looks good, so I took the freedom to create this PR. All Kudos to jaeger-sb!
2016-05-31display only "display name" in user pick listbodo
2016-05-28search function for users and groupsbodo
2016-04-19Design changesMaxime Corteel
2016-03-15avoid negative total valuesv1r0x
2016-03-14replace default param with undefined checkv1r0x
2016-03-09Fix typo in toggle-allv1r0x
2016-03-06replace default params with undefined checkv1r0x
2016-03-06toggle all option on vote page [2/2]Vinzenz
2016-03-05toggle all option on vote page [1/?]Vinzenz
2016-03-05toggle row in create/editVinzenz
2016-03-04only use display name in ui, not logicVinzenz
2016-02-21minor fixes0.6.9.1Vinzenz
2016-02-21removed unused fileVinzenz
2016-02-20initial commit0.6.0Vinzenz Rosenkranz