aboutsummaryrefslogtreecommitdiff
path: root/config/dev.exs
AgeCommit message (Collapse)Author
2021-07-27use puts instead warnDaniel
2021-07-27Update dev.exs error message to write to stderr. Currently it dumps this ↵Daniel
message at the beginnig of the file when using vim-autoformat with mix format
2021-05-28Merge branch 'plug-runtime-dev' into 'develop'feld
Put Plugs in runtime mode in :dev, :test to speed up recompilation See merge request pleroma/pleroma!3411
2021-05-20Switch from the deprecated "use Mix.config" to "import Config"Mark Felder
2021-05-19Put Plugs in runtime mode in :dev, :test to speed up recompilationAlex Gleason
2020-05-04Enable strict validation mode in dev and test environmentsEgor Kislitsyn
2019-06-20Fixes for dynamic configurationAlexander Strizhakov
2019-06-14it is changed in compile timeAlexander Strizhakov
we can't change module attributes and endpoint settings in runtime
2019-04-10s/Pleroma.Mailer/Pleroma.Emails.Mailer/Haelwenn (lanodan) Monnier
2019-03-11Sign in via Twitter (WIP).Ivan Tashkinov
2019-02-12config/dev.exs: Don’t put secure cookies on devHaelwenn (lanodan) Monnier
2018-12-16Enable unsecure cookies by default in dev.exsRin Toshaka
2018-12-14[#114] Addressed MR comments. Removed functionality to be extracted to other ↵Ivan Tashkinov
MRs.
2018-12-01replace try/catch with File.Exists? in dev.exsrinpatch
2018-03-30Format the code.lain
2018-02-24Longer header lenght.lain
2017-11-23Add configuration generation tool, update readme.Lain Iwakura
2017-09-15Add instance config options.Roger Braun
2017-03-29Basic file uploading via TwAPI.Roger Braun
2017-03-17Phoenix skeletonRoger Braun