aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates
AgeCommit message (Collapse)Author
2020-08-12disable javascript config option, close #114vincent-peugnet
2020-08-12close #119 config param to disable md hard wrapvincent-peugnet
2020-08-12close #124 display video and audio in gallery viewvincent-peugnet
2020-05-25viewportvincent-peugnet
2020-05-25add page specific password protection close #118vincent-peugnet
2020-05-25add /login and /logout close #117vincent-peugnet
2020-05-18file :show max upload sizevincent-peugnet
fix #101
2020-05-18Merge branch 'master' of https://github.com/vincent-peugnet/wcmsvincent-peugnet
2020-05-18upgrade user password managementvincent-peugnet
- add confirm password option - remove maxlength - add dedicated flash messages
2020-05-08fix: </textarea> closing tag bugn-peugnet
- escape the value in php templates - clean edittab template by the way @vincent-peugnet, you should never use echo in a template Fixes #112
2020-04-29fix bookmark construction in uservincent-peugnet
fix colortag file creation by fixing fn access media
2020-04-29feature : rename media fix #82vincent-peugnet
2020-04-28listen to brother Stan and clean some thingsvincent-peugnet
2020-04-28add session as controller varvincent-peugnet
2020-04-28fix password max sizevincent-peugnet
add error in hydrate
2020-04-28move fonts into mediavincent-peugnet
move global css into media
2020-04-28feat: select all for code inputsn-peugnet
This enable the "select all" feature for `input.select-all` element. input elements are used because these are the only one with the `select()` method. To obtain the same rendering as before the readonly attribute and the class `code` have been added to these elements. @vincent-peugnet: make sure to use this element for future select-all Closes #107
2020-04-26add bookmarks to mediavincent-peugnet
2020-04-26user bookmarks use new objectvincent-peugnet
+ shortcuts visible in backtopbar
2020-04-22colors refactor with exceptionsvincent-peugnet
2020-04-14finish flashmessages implementationvincent-peugnet
+ clean css
2020-04-13first arrival of flash messages close #85vincent-peugnet
2020-04-11codemirror style and editor cleanupvincent-peugnet
2020-04-10user manage password close #69vincent-peugnet
users can change their passwords themself
2020-04-09connect using user and password close #70vincent-peugnet
2020-04-09feature : cookie session managementvincent-peugnet
2020-04-08simple cookies storagevincent-peugnet
using flywheel autogerated ID
2020-04-08fix and clean Optvincent-peugnet
2020-04-07refactor LIST fix #74vincent-peugnet
2020-04-07query : keep tags, authors filters if not existingvincent-peugnet
fix #84
2020-03-26add id in deepsearchbar optionsvincent-peugnet
2020-03-26media add user and permissions datavincent-peugnet
2020-03-26sort media by date and ext fix #67vincent-peugnet
2020-03-26media date displayvincent-peugnet
2020-03-26fix double search barvincent-peugnet
2020-03-26Merge branch 'implement-cytoscape.js'vincent-peugnet
2020-03-25graph look, add redirections, close #50vincent-peugnet
2020-03-23filter map and orphans hidevincent-peugnet
2020-03-23clean: remove temporary map dev pagen-peugnet
2020-03-23map integration in homevincent-peugnet
2020-03-23move deepsearch into pages listvincent-peugnet
2020-03-22very first graph displayed using cytoscapen-peugnet
2020-03-17move deepsearch into pages listvincent-peugnet
2020-02-12generate cytoscape datasvincent-peugnet
2020-02-12Link to refactoring close #48vincent-peugnet
2020-02-12new feature : filter by link tovincent-peugnet
2020-02-10new feature : page redirection, close #44vincent-peugnet
2020-02-10add case sensitivity option in dsbvincent-peugnet
*deep search bar
2020-02-10deep search bar close #53vincent-peugnet
2020-02-07fix default body in config- adminvincent-peugnet