Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-29 | Add an index on object likes | rinpatch | |
In !1538 favorites timeline was switched to use the joined object, but no idex on likes in the joined object was added. | |||
2019-08-14 | add listener port and ip option for 'pleroma.instance gen' and enable its test | Sachin Joshi | |
2019-07-28 | Split alters rather than work with indexes | Roman Chvanikov | |
2019-07-28 | Fix migration | Roman Chvanikov | |
2019-06-28 | Update frontend. | lain | |
2019-06-26 | Merge branch 'update-mastofe/glitch-soc-2019-06-26' into 'develop' | rinpatch | |
Update mastofe to bundle-2019-06-26 See merge request pleroma/pleroma!1341 | |||
2019-06-26 | Update mastofe to bundle-2019-06-26 | Haelwenn (lanodan) Monnier | |
2019-06-23 | Update adminFE to latest build | Mark Felder | |
2019-06-23 | Merge branch 'admin-config' into 'develop' | kaniini | |
Admin config See merge request pleroma/pleroma!1328 | |||
2019-06-23 | support for config groups | Alex S | |
2019-06-22 | Support RUM indexes in the config generator | rinpatch | |
2019-06-22 | Fallback to Config if Mix.Config does not exist, even if Config does not | rinpatch | |
exist either For some weird reason Code.ensure_loaded?(Config) is false on OTP releases even though `use Config` from config files works just fine. | |||
2019-06-21 | use Config in generated config when available | rinpatch | |
Mix.Config is deprecated and does not work on OTP releases. However we can't fully switch to Config because it is not present in Elixir < 1.9. I tried to evaluate if Config is available at runtime, but for some weird reason OTP releases crash if I do that. | |||
2019-06-21 | Move config templates to priv so they can be found in releases | rinpatch | |
2019-06-19 | Update bundled pleroma-fe to c4fcdc71 | rinpatch | |
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-06-10 | Remove unused imports and aliases from migration | Sergey Suprunenko | |
2019-06-05 | Create index on `activities.local` | Egor Kislitsyn | |
2019-06-04 | Merge branch 'hotfix/add-in_reply_to_index' into 'develop' | kaniini | |
Add index on inReplyTo for objects See merge request pleroma/pleroma!1240 | |||
2019-06-03 | Add missing tag index on objects | rinpatch | |
The previous activity index is useless because objects are not embedded anymore and instead a joined object is queried. | |||
2019-06-03 | Add index on inReplyTo for objects | rinpatch | |
Fixes the performance of `get_existing_votes` | |||
2019-05-25 | add migration to add notification settings to user accounts | William Pitcock | |
2019-05-17 | RUM: Remove vacuum analyze from migration | lain | |
Can't be run in a trnasaction. | |||
2019-05-17 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into rum-index | lain | |
2019-05-16 | Add Reports to Admin API | Sergey Suprunenko | |
2019-05-15 | thread visibility function: fix use of no longer used author variable | William Pitcock | |
2019-05-15 | thread visibility function: significantly improve efficiency | William Pitcock | |
2019-05-15 | update migration | William Pitcock | |
2019-05-15 | migration: only care about Create activities | William Pitcock | |
2019-05-15 | migrations: add function to see if a thread can be satisfied | William Pitcock | |
2019-05-15 | Search: Add optional rum indexing / searching. | lain | |
2019-05-14 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-05-14 | Make irreversible field default to false in filters | Sachin Joshi | |
2019-05-13 | Merge branch 'mascot/pleroma-tan-shy' into 'develop' | lambda | |
pleroma-fox-tan-shy.png: Add another version of pleroma-tan See merge request pleroma/pleroma!1139 | |||
2019-05-12 | pleroma-fox-tan-shy.png: Add another version of pleroma-tan | Haelwenn (lanodan) Monnier | |
Commissioned by https://shitposter.club/users/moonman and drawn by https://shpposter.club/users/Nightingalle Intended to be used when mastofe crashes out and allows to report a bug among other things. Should require a bit of modification on mastofe to use the image as it's more of a vanilla flavour thing. | |||
2019-05-11 | Search: Use RUM index. | lain | |
2019-05-11 | Initial bundle of basic AdminFE | feld | |
Due to CSP headers we only allow connecting to self. If you want to host AdminFE on a separate domain without CSP headers you will be able to connect to any public Pleroma host. | |||
2019-05-07 | Merge branch 'conversations_three' into 'develop' | lambda | |
Conversations once more. See merge request pleroma/pleroma!1119 | |||
2019-05-07 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-05-06 | fix format | Maksim | |
Modified-by: Maksim Pechnikov <parallel588@gmail.com> | |||
2019-05-03 | Search: Add fts index on objects table. | lain | |
2019-05-01 | Merge remote-tracking branch 'origin/develop' into conversations_three | lain | |
2019-04-29 | Fix MigrateOldBookmarks migration crashing on deleted activities | rinpatch | |
2019-04-27 | update pleroma frontend | William Pitcock | |
2019-04-25 | migration without using old field name | Alex S | |
removing old field from db, after bookmarks migration | |||
2019-04-25 | removing useless transaction | Alex S | |
2019-04-25 | migration optimization | Alex S | |
changelog wording | |||
2019-04-25 | migrate user.bookmarks to separate table | Alex S | |
2019-04-25 | bookmarks in separate table | Alex S | |
2019-04-22 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |