Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup models directory organization | Chocobozzz | 2021-05-11 | 2 | -1420/+0 |
| | |||||
* | Update channel updatedAt when uploading a video | Chocobozzz | 2021-05-10 | 1 | -2/+1 |
| | |||||
* | Fix remote actor creation date | Chocobozzz | 2021-05-07 | 1 | -4/+11 |
| | |||||
* | Fix banner error in actor json | Chocobozzz | 2021-04-13 | 1 | -1/+1 |
| | |||||
* | Add size info in db for actor images | Chocobozzz | 2021-04-08 | 1 | -1/+6 |
| | |||||
* | Add banners support | Chocobozzz | 2021-04-08 | 2 | -12/+42 |
| | |||||
* | Agnostic actor image storage | Chocobozzz | 2021-04-08 | 1 | -8/+27 |
| | |||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 2 | -29/+28 |
| | |||||
* | Fix comment account external URL | Chocobozzz | 2020-11-25 | 1 | -1/+0 |
| | | | | | It did not work, and I think it's better to target the local account page anyway | ||||
* | Fix incorrect IDs in AP federation | Chocobozzz | 2020-11-20 | 1 | -12/+24 |
| | |||||
* | adapt notifications buttons for small screens | Rigel Kent | 2020-07-29 | 1 | -2/+1 |
| | |||||
* | harmonize search for libraries | Rigel Kent | 2020-07-29 | 1 | -6/+25 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 2 | -2/+2 |
| | |||||
* | Add unique key on actor preferredUsername | Chocobozzz | 2020-05-11 | 1 | -7/+7 |
| | |||||
* | Avoir some circular dependencies | Chocobozzz | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Add ability to accept or not remote redundancies | Chocobozzz | 2020-04-07 | 1 | -0/+13 |
| | |||||
* | Optimize view endpoint | Chocobozzz | 2020-02-04 | 1 | -0/+30 |
| | |||||
* | Use a singleton for model cache | Chocobozzz | 2020-02-04 | 1 | -42/+36 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 2 | -32/+33 |
| | |||||
* | Cleanup server fixme | Chocobozzz | 2020-01-28 | 1 | -5/+32 |
| | |||||
* | Try to fix subscriptions inconsistencies | Chocobozzz | 2020-01-08 | 2 | -14/+26 |
| | |||||
* | Cache some SQL queries | Chocobozzz | 2019-12-27 | 1 | -2/+17 |
| | |||||
* | Don't add the unique preferredUsername index for now | Chocobozzz | 2019-12-12 | 1 | -7/+7 |
| | | | | We'll do it in the next release so admins can prepare it | ||||
* | Add missing hotkeys to the watch page | Chocobozzz | 2019-12-06 | 1 | -9/+8 |
| | |||||
* | Ensure local actors preferredName don't already exist | Chocobozzz | 2019-12-05 | 1 | -1/+14 |
| | | | | | | | | | | | | Before applying this commit, check you don't have duplicates local actors in your database: select "preferredUsername" from actor where "serverId" is null group by "preferredUsername" having count(*) > 0 If you have some results, it seems you have duplicate channels/accounts. For every entry, you'll have to change the preferredUsername of the entry you want (so they are unique). The updated actors could have some federations issues. Sorry. | ||||
* | Add more filters to admin follows table | Chocobozzz | 2019-11-29 | 1 | -3/+3 |
| | |||||
* | Filter on follows actor types in about page | Chocobozzz | 2019-11-29 | 1 | -13/+38 |
| | |||||
* | Only display accepted followers/followings in about page | Chocobozzz | 2019-11-28 | 1 | -2/+26 |
| | |||||
* | Fix and cleanup actor follow inbox sql query | Chocobozzz | 2019-10-23 | 1 | -3/+3 |
| | |||||
* | Fix federation with some actors | Chocobozzz | 2019-10-23 | 2 | -7/+12 |
| | | | | That don't have a shared inbox, or a URL | ||||
* | Update server dependencies | Chocobozzz | 2019-10-21 | 1 | -2/+0 |
| | |||||
* | Add notification on auto follow index | Chocobozzz | 2019-09-04 | 1 | -3/+3 |
| | |||||
* | Add auto follow instances index support | Chocobozzz | 2019-09-04 | 1 | -2/+41 |
| | |||||
* | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 1 | -10/+2 |
| | |||||
* | Handle reports from mastodon | Chocobozzz | 2019-08-30 | 1 | -6/+6 |
| | |||||
* | Type toActivityPubObject functions | Chocobozzz | 2019-08-21 | 1 | -6/+7 |
| | |||||
* | Type toFormattedJSON | Chocobozzz | 2019-08-20 | 2 | -9/+26 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 2 | -14/+31 |
| | |||||
* | Lazy load avatars | Chocobozzz | 2019-08-09 | 1 | -1/+1 |
| | |||||
* | Limit maximum actor follow score | Chocobozzz | 2019-08-07 | 1 | -1/+1 |
| | |||||
* | Automatically remove bad followings | Chocobozzz | 2019-08-06 | 1 | -2/+24 |
| | |||||
* | Fix broken follow notification | Chocobozzz | 2019-08-02 | 1 | -0/+18 |
| | |||||
* | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 1 | -14/+0 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 1 | -23/+24 |
| | |||||
* | Update sequelize | Chocobozzz | 2019-04-24 | 2 | -24/+23 |
| | |||||
* | Try to improve server tests compilation speed | Chocobozzz | 2019-04-11 | 1 | -2/+1 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 2 | -2/+2 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 1 | -3/+3 |
| | |||||
* | Refresh playlists | Chocobozzz | 2019-03-19 | 1 | -7/+2 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 2 | -1/+6 |
| |