Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-07 | Don't strip headers from backend for /notice/ either | Mark Felder | |
2018-05-07 | Caching notice URLs does not produce pleasant results | Mark Felder | |
2018-05-07 | More warning fixes. | lain | |
2018-05-06 | Merge branch 'feld-varnish' into 'develop' | lambda | |
Caching /objects/ URLs breaks them in Mastoweb as they don't redirect to the /notice/ See merge request pleroma/pleroma!110 | |||
2018-05-06 | Merge branch 'feld-warnings' into 'develop' | lambda | |
Clean up warnings See merge request pleroma/pleroma!144 | |||
2018-05-06 | Merge branch 'fix/unsafe-variables' into 'develop' | lambda | |
Get rid of unsafe variables. See merge request pleroma/pleroma!145 | |||
2018-05-06 | Added headers for a more secure default. | Artik Banana | |
2018-05-06 | Get rid of unsafe variables. | eal | |
2018-05-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop | lain | |
2018-05-05 | Streamer: Don't send out stream events for blocked users. | lain | |
2018-05-05 | Unify wss uri generation. | lain | |
2018-05-05 | Merge branch 'feld-test.secret' into 'develop' | lambda | |
Make it possible to use custom database connection parameters See merge request pleroma/pleroma!143 | |||
2018-05-05 | Idempotency: Use special cache, keep for 6 hours. | lain | |
2018-05-04 | Group def renders here as well | Mark Felder | |
2018-05-04 | Group def renders together to fix warning | Mark Felder | |
2018-05-04 | Merge branch 'feld-test.secret' into feld-warnings | Mark Felder | |
2018-05-04 | Speling | Mark Felder | |
2018-05-04 | Fix formatting | Mark Felder | |
2018-05-04 | Group response declarations together | Mark Felder | |
2018-05-04 | That last change was stupid. Multiline comments in Elixir don't really exist. | Mark Felder | |
Instead we'll just pad with # intstead of playing stupid games with the compiler. | |||
2018-05-04 | Dirty hack to remove the warning | Mark Felder | |
warning: code block contains unused literal "internal -> Mastodon\n" (remove the literal or assign it to _ to avoid warnings) lib/pleroma/web/activity_pub/transmogrifier.ex | |||
2018-05-04 | Fix unused variables, imports, and aliases | Mark Felder | |
2018-05-04 | Fix build. Too eager with the fixing of unused variables. | Mark Felder | |
== Compilation error in file lib/pleroma/web/activity_pub/views/user_view.ex == ** (CompileError) lib/pleroma/web/activity_pub/views/user_view.ex:54: undefined function _total/0 (stdlib) lists.erl:1338: :lists.foreach/2 (stdlib) erl_eval.erl:670: :erl_eval.do_apply/6 | |||
2018-05-04 | Clean up unused aliases and imports | Mark Felder | |
2018-05-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop | lain | |
2018-05-04 | More unused variables | Mark Felder | |
2018-05-04 | update frontend | lain | |
2018-05-04 | Merge branch 'feld-test.secret' into feld-warnings | Mark Felder | |
2018-05-04 | Make it possible to use custom database connection parameters | Mark Felder | |
2018-05-04 | Fix a bunch of unused variable warnings | Mark Felder | |
2018-05-04 | Merge branch 'feature/nodeinfo' into 'develop' | lambda | |
Implements the nodeinfo endpoints See merge request pleroma/pleroma!140 | |||
2018-05-04 | Don't expire idempotency cache for five minutes. | lain | |
2018-05-04 | MastodonAPI: Support idempotency key. | lain | |
2018-05-04 | Fix formatting | Francis Dinh | |
2018-05-03 | Use a variable for stats to avoid double call | Dashie | |
2018-05-03 | Add metadata.nodeName | Dashie | |
2018-05-03 | Return the right content-type for the schema call | Dashie | |
2018-05-02 | Explicit error message | Dashie | |
2018-05-02 | Simplify version and fix typo | Dashie | |
2018-05-02 | Add localPosts count, also set to 0 if null | Dashie | |
2018-05-02 | Change path of nodeinfo to use .json format | Dashie | |
2018-05-02 | Format files | Dashie | |
2018-05-02 | Add first try at nodeinfo | Dashie | |
2018-04-29 | update frontend | lain | |
2018-04-29 | Fix format. | lain | |
2018-04-29 | Merge branch 'patch-bio' into 'develop' | lambda | |
replace newlines in profiles with <br> See merge request pleroma/pleroma!136 | |||
2018-04-28 | ActivityPub core: fix handling of unlisted statuses by leveraging a similar ↵ | William Pitcock | |
strategy as for blocks | |||
2018-04-28 | Insert object after being rewritten. | lain | |
2018-04-28 | Merge branch 'fix/blocked-user-boosts' into 'develop' | lambda | |
ActivityPub.ex: do not return boosted statuses from blocked users. See merge request pleroma/pleroma!111 | |||
2018-04-28 | Added a test (written by @andrewzah) for the MR | Wim Vanderbauwhede | |