aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
AgeCommit message (Collapse)Author
2018-12-16Upgrade to Phoenix 1.4href
2018-12-15Merge branch 'tests-warning-as-errors' into 'develop'lambda
Enable warnings_as_errors for tests See merge request pleroma/pleroma!548
2018-12-14Scrub html from activity.content or user.bio for opengraph metaraeno
2018-12-14Enable warning_as_errors for testshref
2018-12-14fix markdown formattingMaksim Pechnikov
2018-12-12[#114] SMTP deps and config.Ivan Tashkinov
2018-12-10Format.lain
2018-12-10Treat warnings as errors outside of tests.lain
2018-12-06Merge branch 'develop' into feature/compat/push-subscriptionsEgor Kislitsyn
# Conflicts: # lib/pleroma/application.ex # lib/pleroma/plugs/oauth_plug.ex
2018-12-06Merge branch 'develop' into feature/compat/push-subscriptionsEgor Kislitsyn
# Conflicts: # lib/mix/tasks/sample_config.eex # lib/pleroma/web/twitter_api/controllers/util_controller.ex # mix.exs # mix.lock
2018-12-06Add web push supportEgor Kislitsyn
2018-12-04init tesla and updated the http requests in Pleroma.Web.WebsubMaksim Pechnikov
2018-11-24version string: force git abbrev size to 8 charshref
Fixes #389 Older git versions defaults to 7 chars.
2018-11-20Improved version stringhref
2018-11-10config/config.md: CreateHaelwenn (lanodan) Monnier
2018-11-10Add ex_docHaelwenn (lanodan) Monnier
2018-11-03Add CORSPlug to make web-based OAuth easier.lain
2018-10-05Revert "Merge branch 'revert-a26d5e6b' into 'develop'"William Pitcock
This reverts commit d31bbb1cfe04ca6073a322bcf77239e7d4b79839, reversing changes made to 340ab3cb9068d444b77213e07beb8c2c3ca128b9.
2018-09-05pinned crypt dependency to specific commitMoon Man
2018-09-05auth against sha512-crypt password hashes, upgrade to pbkdf2Moon Man
2018-08-31Revert "Merge branch 'feature/rich-text' into 'develop'"lambda
This reverts merge request !309
2018-08-31common api: add support for formatting messages outside of twitter-style ↵William Pitcock
plain text
2018-08-27mix: add ex_aws and ex_aws_s3 dependenciesWilliam Pitcock
2018-08-16fix compilekaniini
2018-08-16Merge branch 'develop' into 'patch-2'kaniini
# Conflicts: # mix.exs
2018-06-27Update mix.exsArtik Banana
2018-06-26filter exif data #187Tristan Mahé
2018-05-20Migrate to comeonin 4 and Cachex 3Thog
Also fix some warning in the code and add a missing alias
2018-04-11Update httpoison to get the latest hackney.Mark Felder
Works on my computer ^TM
2018-04-02Add mock.lain
2018-03-30Format the code.lain
2018-03-27Return version in instance endpoint, set version to 0.9.0.lain
2018-03-27Switch to Jason for json handling.lain
It's twice as fast and will be the standard in the coming ecto.
2017-09-09Remove mix test.watchRoger Braun
It recompiled too often and tested too long.
2017-09-06Update Phoenix, add Phoenix.HTML.Roger Braun
2017-06-23Some salmon debug fixes.Roger Braun
Plus httpoison update.
2017-05-18Update html_sanitize_ex.Roger Braun
2017-04-27Refactor code to comply with credo suggestionsdtluna
2017-04-21Add Websub verification.Roger Braun
2017-04-17Switch cache implementation for size limiting.Roger Braun
2017-04-14Add basic user caching.Roger Braun
Expires after 5 seconds.
2017-04-13Add factories for testing.Roger Braun
2017-04-12Fix twitter api date.Roger Braun
2017-04-03Add HTML sanitization library.Roger Braun
2017-03-24Add single status fetching to TwAPI.Roger Braun
2017-03-20Add basic auth.Roger Braun
2017-03-17Phoenix skeletonRoger Braun