Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename studio to editor | Chocobozzz | 2022-03-22 | 1 | -4/+4 |
| | |||||
* | Add video edition finished notification | Chocobozzz | 2022-03-22 | 1 | -0/+10 |
| | |||||
* | Refactor a little bit raw sql builders | Chocobozzz | 2022-03-03 | 2 | -18/+12 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 3 | -226/+331 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Fix broken dep | Chocobozzz | 2022-02-09 | 1 | -3/+3 |
| | |||||
* | Update server dependencies | Chocobozzz | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | Add ability to delete history element | Chocobozzz | 2022-01-18 | 1 | -0/+11 |
| | |||||
* | Fix lint | Chocobozzz | 2022-01-10 | 1 | -1/+0 |
| | |||||
* | Display all user history | Chocobozzz | 2022-01-10 | 1 | -7/+2 |
| | | | | Not limited to instance federation bubble | ||||
* | Move uuid stuff in extra utils | Chocobozzz | 2021-12-29 | 1 | -1/+1 |
| | | | | Since it requires an external dependency | ||||
* | Fix shared imports | Chocobozzz | 2021-12-24 | 1 | -1/+1 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Move typescript utils in its own directory | Chocobozzz | 2021-12-16 | 4 | -4/+4 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 1 | -5/+8 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 1 | -1/+1 |
| | | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html | ||||
* | Add video file size info in admin videos list | Chocobozzz | 2021-10-29 | 1 | -1/+0 |
| | |||||
* | Deprecate filter video query | Chocobozzz | 2021-10-29 | 1 | -2/+8 |
| | | | | Introduce include and isLocal instead | ||||
* | Fix sequelize order typings | Chocobozzz | 2021-10-22 | 1 | -1/+1 |
| | |||||
* | Allow accounts to skip account setup modal | Chocobozzz | 2021-08-27 | 1 | -5/+14 |
| | |||||
* | Alert user for low quota and video auto-block on upload page (#4336) | Ms Kimsible | 2021-08-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | * Replace wording of instance contact * Add contact-us button to no-quota alert on upload page * Add alert for accounts with auto-blocked videos on upload page * Add alert for accounts without enough quota + refacto on upload page * Using ng-container and ng-template * Add alert for daily quota * Add hook filter for upload page alert messages * Add instance name as subtitle in contact modal * Fix eslint max-len on string * Fix missing word in quota left daily message - upload page Co-authored-by: Kimsible <kimsible@users.noreply.github.com> | ||||
* | Add ability to search by host in server | Chocobozzz | 2021-07-27 | 1 | -0/+3 |
| | |||||
* | Stricter models typing | Chocobozzz | 2021-05-12 | 4 | -6/+10 |
| | |||||
* | Cleanup models directory organization | Chocobozzz | 2021-05-11 | 4 | -0/+1953 |
| | |||||
* | Begin activitypub | Chocobozzz | 2017-11-27 | 5 | -487/+0 |
| | |||||
* | Don't hash user password once again on update | Chocobozzz | 2017-11-04 | 1 | -4/+7 |
| | |||||
* | Upgrade server packages | Chocobozzz | 2017-10-31 | 1 | -2/+1 |
| | |||||
* | Support roles with rights and add moderator role | Chocobozzz | 2017-10-27 | 2 | -15/+23 |
| | |||||
* | Remove sequelize deprecated operators | Chocobozzz | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | Add video channels | Chocobozzz | 2017-10-26 | 2 | -17/+60 |
| | |||||
* | Change how we handle resolution | Chocobozzz | 2017-10-09 | 1 | -28/+15 |
| | | | | It was an enum before, now we just use video height | ||||
* | Implement video transcoding on server side | Chocobozzz | 2017-10-03 | 1 | -1/+2 |
| | |||||
* | Fix tests and user quota | Chocobozzz | 2017-09-06 | 1 | -14/+12 |
| | |||||
* | Begin tests for user quota | Chocobozzz | 2017-09-05 | 1 | -2/+5 |
| | |||||
* | Begin user quota | Chocobozzz | 2017-09-04 | 2 | -2/+62 |
| | |||||
* | Upgrade common server dependencies | Chocobozzz | 2017-08-25 | 3 | -3/+6 |
| | |||||
* | Formated -> Formatted | Chocobozzz | 2017-08-25 | 2 | -7/+7 |
| | |||||
* | Remove "function" in favor of () => {} | Chocobozzz | 2017-07-11 | 1 | -3/+3 |
| | |||||
* | Use global uuid instead of remoteId for videos | Chocobozzz | 2017-07-11 | 2 | -2/+2 |
| | |||||
* | Better typescript typing for a better world | Chocobozzz | 2017-07-10 | 2 | -2/+3 |
| | |||||
* | Move to promises | Chocobozzz | 2017-07-05 | 4 | -47/+35 |
| | | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74 | ||||
* | Share models between server and client | Chocobozzz | 2017-06-17 | 2 | -1/+4 |
| | |||||
* | Create types for model enums | Chocobozzz | 2017-06-16 | 3 | -5/+7 |
| | |||||
* | Add this context to instance model functions | Chocobozzz | 2017-06-16 | 2 | -5/+5 |
| | |||||
* | Reorganize model files | Chocobozzz | 2017-06-16 | 5 | -0/+388 |