Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP plugins: add plugin settings/uninstall in client | Chocobozzz | 2019-07-24 | 1 | -13/+12 |
| | |||||
* | WIP plugins: plugin settings on server side | Chocobozzz | 2019-07-24 | 2 | -40/+79 |
| | |||||
* | WIP plugins: load theme on client side | Chocobozzz | 2019-07-24 | 2 | -6/+13 |
| | |||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 2 | -4/+54 |
| | |||||
* | WIP plugins: hook on client side | Chocobozzz | 2019-07-24 | 1 | -0/+21 |
| | |||||
* | WIP plugins: static files | Chocobozzz | 2019-07-24 | 1 | -4/+59 |
| | |||||
* | WIP plugins: install/uninstall | Chocobozzz | 2019-07-24 | 2 | -3/+134 |
| | |||||
* | WIP plugins: add ability to register plugins | Chocobozzz | 2019-07-24 | 2 | -1/+169 |
| | |||||
* | Log typo | Chocobozzz | 2019-07-03 | 1 | -1/+1 |
| | |||||
* | Feature/subject in contact form (#1926) | Nassim Bounouas | 2019-06-21 | 1 | -2/+2 |
| | | | | | | | | * #1915 Add a subject to contact form and add it to email sent * #1915 Add subject to contact form tests * #1915 Contact form test corrected && tslint correction | ||||
* | Fix redundancy exceeded quota | Chocobozzz | 2019-06-20 | 1 | -1/+4 |
| | |||||
* | Handle email update on server | Chocobozzz | 2019-06-11 | 1 | -2/+16 |
| | |||||
* | Improve registration | Chocobozzz | 2019-06-07 | 1 | -10/+31 |
| | | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step | ||||
* | Server: Bulk update videos support field | Chocobozzz | 2019-05-31 | 2 | -2/+15 |
| | |||||
* | Remove old activities processor | Chocobozzz | 2019-05-31 | 2 | -19/+3 |
| | |||||
* | More robust federation | Chocobozzz | 2019-05-31 | 4 | -10/+41 |
| | | | | In particular when fetching pleroma outbox | ||||
* | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 3 | -20/+18 |
| | |||||
* | Add ability to specify channel on registration | Chocobozzz | 2019-05-28 | 1 | -13/+21 |
| | |||||
* | Fix crash in files cache | Chocobozzz | 2019-05-28 | 1 | -2/+2 |
| | |||||
* | Merge branch 'release/v1.3.0' into develop | Chocobozzz | 2019-05-21 | 1 | -3/+8 |
|\ | |||||
| * | Fix video views | Chocobozzz | 2019-05-21 | 1 | -3/+8 |
| | | |||||
* | | Merge branch 'feature/audio-upload' into develop | Chocobozzz | 2019-05-21 | 6 | -45/+114 |
|\ \ | |||||
| * | | Add audio support in upload | Chocobozzz | 2019-05-16 | 6 | -45/+114 |
| | | | |||||
* | | | Allow to control emails prefix and signature with config (#1789) | Yohan Boniface | 2019-05-17 | 1 | -33/+33 |
|/ / | | | | | | | | | | | * Allow to control emails prefix and signature with config * Adapt email config according to @Chocobozzz review | ||||
* | | transcode in STORAGE.TMP_DIR for s3fs compatibility (#147) | libertysoft3 | 2019-05-16 | 1 | -6/+12 |
| | | |||||
* | | Added comments for transcode functions | Felix Ableitner | 2019-05-13 | 1 | -0/+6 |
| | | |||||
* | | fixed formatting, added test case | Felix Ableitner | 2019-05-04 | 1 | -1/+1 |
| | | |||||
* | | Dont transcode videos when it is not required (fixes #1780) | Felix Ableitner | 2019-05-04 | 1 | -3/+6 |
|/ | |||||
* | Fix pleroma follow | Chocobozzz | 2019-04-25 | 2 | -3/+2 |
| | |||||
* | Fix user notifications tests | Chocobozzz | 2019-04-25 | 1 | -1/+7 |
| | |||||
* | Use apicache instead of our broken implementation | Chocobozzz | 2019-04-25 | 2 | -3/+11 |
| | |||||
* | Add migrations | Chocobozzz | 2019-04-24 | 2 | -12/+15 |
| | |||||
* | Relax videos list thumbnail api join | Chocobozzz | 2019-04-24 | 2 | -3/+3 |
| | |||||
* | Refactor video caption/preview caches | Chocobozzz | 2019-04-24 | 4 | -24/+10 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 9 | -69/+63 |
| | |||||
* | Update sequelize | Chocobozzz | 2019-04-24 | 9 | -20/+27 |
| | |||||
* | Create a dedicated table to track video thumbnails | Chocobozzz | 2019-04-24 | 7 | -85/+272 |
| | |||||
* | Remove tmp file on image processing error | Chocobozzz | 2019-04-24 | 1 | -1/+1 |
| | |||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 1 | -2/+4 |
| | |||||
* | Add ability to delete old remote views | Chocobozzz | 2019-04-12 | 1 | -0/+33 |
| | |||||
* | Add ability to limit videos history size | Chocobozzz | 2019-04-11 | 2 | -1/+34 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 29 | -36/+38 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 21 | -65/+80 |
| | |||||
* | Add notification on new instance follower (server side) | Chocobozzz | 2019-04-08 | 6 | -11/+71 |
| | |||||
* | Add ability to manually approves instance followers in REST API | Chocobozzz | 2019-04-08 | 1 | -3/+5 |
| | |||||
* | Add ability to forbid followers | Chocobozzz | 2019-04-08 | 6 | -21/+25 |
| | |||||
* | Fix HLS federation | Chocobozzz | 2019-04-08 | 3 | -3/+13 |
| | |||||
* | Add ability to remove an instance follower in API | Chocobozzz | 2019-04-08 | 3 | -1/+48 |
| | |||||
* | Update P2P media loader peer version | Chocobozzz | 2019-04-08 | 2 | -16/+28 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 8 | -18/+123 |
| | | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature |