aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2020-01-21new user manual in markdownvincent-peugnet
2020-01-20Merge branch 'implement-better-ui'vincent-peugnet
2020-01-20refactoring ui for info user admin sectionsvincent-peugnet
2020-01-20Merge branch 'implement-better-ui'vincent-peugnet
2020-01-20fix direct media homepage using menuvincent-peugnet
2020-01-20Merge branch 'implement-better-ui'vincent-peugnet
2020-01-20fix media little problemsvincent-peugnet
2020-01-18refactoring medialistvincent-peugnet
2020-01-17new feature : sleep time per pagevincent-peugnet
2020-01-17css cleaning 2vincent-peugnet
2020-01-17css cleaningvincent-peugnet
2020-01-17media filtervincent-peugnet
2020-01-17media ui menu barvincent-peugnet
2020-01-11fix editor delete add edit rightsvincent-peugnet
2020-01-11multi edit :vincent-peugnet
- title - description
2020-01-11multiedit : addauthorvincent-peugnet
2020-01-10new feature : multi edit base workingvincent-peugnet
2020-01-10refact : ptime pdate added inside of pagevincent-peugnet
2019-11-15Merge branch 'integrate-sentry-sdk' of https://github.com/n-peugnet/wcms ↵vincent-peugnet
into n-peugnet-integrate-sentry-sdk
2019-11-15Merge pull request #23 from n-peugnet/asterix-unsaved-changesVincent Peugnet
feat: add unsaved changes' asterix indicator
2019-11-15fix(home): Cannot set property 'innerHTML' of nulln-peugnet
home.bundle.js was included even if the user was not connected
2019-11-15feat: load Sentry browser as an external scriptn-peugnet
- better way to check if we need to report errors in PHP - fix make file $(js_bundles) dependencies (add webpack conf) - update sentry-browser sdk and move it to dev requirements
2019-11-07feat: don't include Sentry in front if undefinedn-peugnet
2019-11-07feat: include sentry in frontendn-peugnet
2019-11-06feat: include Sentry for error reportingn-peugnet
2019-11-06fix: some missed use statementsn-peugnet
2019-11-05refactor: switch to psr-4 autoloadingn-peugnet
2019-11-05fix: unsaved asterix uses title instead of idn-peugnet
2019-11-05Merge pull request #25 from n-peugnet/add-checkall-checkboxVincent Peugnet
Add checkall checkbox in home page
2019-11-05improvments : documentorvincent-peugnet
2019-11-03feat: checkall checkbox in home pagen-peugnet
2019-11-01fix: version filevincent-peugnet
official version file instead of composer json
2019-10-26store version in VERSION instead of composer.jsonn-peugnet
2019-10-23nf : added search/replace function in editorvincent-peugnet
2019-10-21make font-size input work with codemirrorn-peugnet
2019-10-21add all other highlited editorsn-peugnet
2019-10-21move js sources to /src/ & remove old worker stuffn-peugnet
2019-10-21include CodeMirror in edit pagen-peugnet
- add npm prerequisite - add codemirror through npm - add webpack trough npm to build the js bundles - add first codemirror enhenced textarea
2019-10-21fix : thumbnail folder creation check at uploadvincent-peugnet
fix issue#5 https://github.com/vincent-peugnet/wcms/issues/5
2019-10-21feature : keyboard shortcut for display functionvincent-peugnet
2019-10-21add display shortcut with ctrl + dn-peugnet
2019-10-21css fix : ajust icon size in mobile viewvincent-peugnet
2019-10-21CSS mobile clean-upvincent-peugnet
2019-10-18Big naming Clean-up Art -> Pagevincent-peugnet
2019-10-18little fixvincent-peugnet
2019-10-18renderall is now a GET action //renderallvincent-peugnet
2019-10-18new page render systemvincent-peugnet
create html files in `/render` folder
2019-10-16generate better media codes and remove w-nav menuvincent-peugnet
2019-10-16better autofocus and logout redirectionvincent-peugnet
2019-10-16automatic pass ask when visitor try to edit or addvincent-peugnet