Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | More unused variables | Mark Felder | |
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-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 | 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 | |
2018-04-28 | Merge remote-tracking branch 'upstream/develop' into patch-bio | Wim Vanderbauwhede | |
2018-04-27 | Merge branch 'bugfix/mrf-simple-media-stripping' into 'develop' | lambda | |
ActivityPub MRF SimplePolicy: fix media stripping See merge request pleroma/pleroma!133 | |||
2018-04-26 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop | lain | |
2018-04-26 | Resurrect instance specific panel. | lain | |
2018-04-25 | ActivityPub MRF SimplePolicy: fix media stripping | William Pitcock | |
2018-04-25 | Merge branch 'patch-1' into 'develop' | eal | |
Fix typo in MastoFE login page. See merge request pleroma/pleroma!132 | |||
2018-04-25 | Optionally deactivate public timelines. | lain | |
2018-04-25 | Align local bio limits to remote limit. | lain | |
2018-04-24 | Fix typo in MastoFE login page. | Normandy | |
see https://git.pleroma.social/pleroma/mastofe/issues/13 | |||
2018-04-24 | Merge branch 'gitignore' into 'develop' | lambda | |
Gitignore See merge request pleroma/pleroma!131 | |||
2018-04-24 | Fix formatting. | lain | |
2018-04-24 | Add common files to gitignore | Rachel H | |
2018-04-24 | Merge branch 'feature/message-rewrite-facility' into 'develop' | lambda | |
message rewrite facility See merge request pleroma/pleroma!112 | |||
2018-04-24 | Update .gitlab-ci.yml | lambda | |
2018-04-24 | Changed to support \r\n and \n | Wim Vanderbauwhede | |
2018-04-24 | Merge branch 'dashie/pleroma-fix/delete-decrement-statuses-count' into develop | lain | |
2018-04-24 | Patch to replace newlines with <br> tags in bio | Wim Vanderbauwhede | |
2018-04-24 | Correct syntax with mix format | Dashie | |
2018-04-24 | Add User.decrease_note_count and call it from ActivityPub.delete | Dashie | |
2018-04-24 | Merge branch 'favicon_tag' into 'develop' | lambda | |
Fix endpoint for favicon See merge request pleroma/pleroma!84 | |||
2018-04-23 | update frontend | lain | |