Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-19 | Use correct variable names in unfollow | Francis Dinh | |
2018-05-18 | Add federated blocks | Francis Dinh | |
2018-05-17 | actually rvert those changes | Francis Dinh | |
2018-05-17 | Revert "Undo formatting in user.ex" | Francis Dinh | |
This reverts commit e6dc15b96cb971836211a1e57be1756936456c17. | |||
2018-05-17 | Undo formatting in user.ex | Francis Dinh | |
2018-05-17 | Add support for incoming remote unfollows | Francis Dinh | |
2018-05-16 | Fix User search. | lain | |
Now uses a trigram based search. This is a lot faster and gives better results. Closes #185. | |||
2018-05-16 | update frontend | lain | |
2018-05-13 | Fix format. | lain | |
2018-05-13 | Modify sort index for activities. | lain | |
This prevents a problem that made the local timeline very slow when there were few posts. | |||
2018-05-13 | Revert "Remove 'unlisted' handling for now." | lain | |
This reverts commit 1027d1f6963b495a5abc67b05447619ce7d429db. | |||
2018-05-13 | Remove 'unlisted' handling for now. | lain | |
It's just too slow (over 1 second on small systems, haven't looked at the queries in detail yet). We'll need some other way to handle it. | |||
2018-05-13 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop | lain | |
2018-05-13 | Unlisted fetching: Reverse logic | lain | |
Generates a faster query. | |||
2018-05-13 | Merge branch 'feature/unrepeats' into 'develop' | lambda | |
Add unrepeats Closes #69 See merge request pleroma/pleroma!113 | |||
2018-05-13 | Merge branch 'kaniini/pleroma-bugfix/unlisted-statuses' into develop | lain | |
2018-05-13 | Add test. | lain | |
2018-05-13 | Format. | lain | |
2018-05-13 | Merge branch 'develop' into kaniini/pleroma-bugfix/unlisted-statuses | lain | |
2018-05-13 | Merge branch 'patch-2' into 'develop' | lambda | |
Nginx config - secure defaults See merge request pleroma/pleroma!146 | |||
2018-05-13 | Merge branch 'feld-varnish' into 'develop' | lambda | |
More varnish fixes See merge request pleroma/pleroma!149 | |||
2018-05-13 | Merge branch 'feature/chain-policies' into 'develop' | lambda | |
chain policies See merge request pleroma/pleroma!150 | |||
2018-05-13 | Merge branch 'no-self-notification' into 'develop' | lambda | |
Do not create notification for yourself Closes #121 See merge request pleroma/pleroma!148 | |||
2018-05-13 | Use original status id instead of announce id | Francis Dinh | |
2018-05-12 | Merge branch 'feature/unrepeat-tests' into feature/unrepeats | Francis Dinh | |
2018-05-12 | Update test fixture | Francis Dinh | |
2018-05-11 | Revert "Log error when handling unrepeats" | Francis Dinh | |
This reverts commit c17c55e989a47f0722b115ffba48b7a1b45b7628. | |||
2018-05-11 | Add tests for unrepeats | Francis Dinh | |
2018-05-11 | Log error when handling unrepeats | Francis Dinh | |
2018-05-11 | Probably better way of handling non-follow undos in ostatus | Francis Dinh | |
2018-05-11 | Revert "Do not send non-follow undos over ostatus for now" | Francis Dinh | |
This reverts commit 07fdc072382007812dc6af80fa2912f6b6d987b8. | |||
2018-05-11 | Revert "Use [] instead of nil" | Francis Dinh | |
This reverts commit 42268b0981e47cacd9f27b985dcd0bf08819258b. | |||
2018-05-11 | do not create notification for yourself | Pierrick Brun | |
2018-05-11 | Merge branch 'patch-1' into 'develop' | lambda | |
Remove alias directive in service file See merge request pleroma/pleroma!151 | |||
2018-05-11 | Use [] instead of nil | Francis Dinh | |
2018-05-11 | Do not send non-follow undos over ostatus for now | Francis Dinh | |
2018-05-11 | Remove alias directive in service file | Normandy | |
Systemd will complain otherwise. | |||
2018-05-10 | format & made get_policies/1 private | href | |
2018-05-10 | Chain policies | href | |
- The `:pleroma, :instance, :rewrite_policy` can now be either a policy or a list of policies - Made a behaviour for MRF policies | |||
2018-05-09 | Match proper number of values from unannounce | Francis Dinh | |
2018-05-08 | Change argument order and call correct # of args | Francis Dinh | |
2018-05-08 | Handle Undo activites containing an Announce | Francis Dinh | |
2018-05-08 | Federate correct activity | Francis Dinh | |
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 | |