aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates
AgeCommit message (Collapse)Author
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
2020-02-06Merge branch 'better-admin'vincent-peugnet
2020-02-06new feature : admin database manager fix #12vincent-peugnet
2020-01-30home date title and manual updatevincent-peugnet
2020-01-30multi edit can unset templates thumbnail faviconvincent-peugnet
2020-01-30thumbnail can be changed in multi editvincent-peugnet
2020-01-30default thumbnail fix #49vincent-peugnet
2020-01-30work on thumbnail adminvincent-peugnet
2020-01-30admin use actual interface stylevincent-peugnet
2020-01-29fix #22, fix #44vincent-peugnet
2020-01-29Merge branch 'implement-css-parser'vincent-peugnet
2020-01-29new feature : home>display>tags colorsvincent-peugnet
2020-01-29new feature : colored tagsvincent-peugnet
2020-01-29feat: media js bundle with checkall and closesubmenusn-peugnet