Add miniature quick actions to add video to Watch later playlist
[oweals/peertube.git] / server / controllers / api / users / me.ts
2020-01-02 Rigel KentAdd miniature quick actions to add video to Watch later...
2019-12-28 Rigel KentAdd search bars for a user's videos and playlist library
2019-12-13 Rigel Kentautoplay next video support for playlists
2019-09-24 LoveIsGriefAutoplay next recommended video (#2137)
2019-09-11 ChocobozzzMerge branch 'release/1.4.0' into develop
2019-09-06 ChocobozzzMerge branch 'release/1.4.0' into develop
2019-09-05 ChocobozzzMerge branch 'release/1.4.0' into develop
2019-09-05 ChocobozzzAdd config instance warning modal
2019-09-05 ChocobozzzAdd welcome modal
2019-09-03 ChocobozzzMerge branch 'release/1.4.0' into develop
2019-08-22 ChocobozzzMerge branch 'release/1.4.0' into develop
2019-08-22 ChocobozzzMerge branch 'release/1.4.0' into develop
2019-08-22 ChocobozzzMerge branch 'feature/strong-model-types' into develop
2019-08-20 ChocobozzzType toFormattedJSON
2019-08-19 ChocobozzzStronger model typings
2019-07-24 ChocobozzzWIP plugins: add theme support
2019-06-19 ChocobozzzAdd language filters in user preferences
2019-06-17 ChocobozzzMerge branch 'release/v1.3.0' into develop
2019-06-11 ChocobozzzHandle email update on server
2019-05-15 ChocobozzzMerge branch 'master' into develop
2019-04-15 ChocobozzzAdd user adminFlags
2019-04-11 ChocobozzzDon't expose constants directly in initializers/
2019-04-11 ChocobozzzMove config in its own file
2019-03-19 ChocobozzzCleanup express locals typings
2019-02-11 ChocobozzzMerge branch 'develop' into pr/1285
2019-02-11 ChocobozzzMerge branch 'develop' into pr/1217
2019-02-11 ChocobozzzMerge branch 'feature/correctly-send-activities' into...
2019-02-11 ChocobozzzCleanup reset user password by admin
2019-02-06 ChocobozzzMerge branch 'release/v1.2.0'
2019-01-14 ChocobozzzMove subscriptions controllers in its own file
2018-12-18 ChocobozzzAdd history on server side
2018-12-11 ChocobozzzSupport additional video extensions
2018-12-07 ChocobozzzMerge branch 'move-utils-to-shared' of https://github...
2018-12-06 ChocobozzzMerge branch 'hotfix/docker' into develop
2018-12-05 ChocobozzzRemove inferred type
2018-12-04 ChocobozzzAdd tmp and redundancy directories
2018-11-13 ChocobozzzMerge branch 'master' into develop
2018-10-19 ChocobozzzMerge branch 'release/v1.0.0' into develop
2018-10-17 ChocobozzzMerge branch 'feature/webtorrent-disabling' into develop
2018-10-16 ChocobozzzAdd ability for users to block an account/instance...
2018-10-13 Rigel Kentmove to boolean switch 1201/head
2018-10-13 Rigel Kentadd webtorrent opt-out settings
2018-09-26 ChocobozzzCheck current password on server side
2018-09-20 ChocobozzzMerge branch 'develop' into cli-wrapper 941/head
2018-09-20 ChocobozzzCache user token
2018-09-20 ChocobozzzLimit associations fetch when loading token
2018-09-19 ChocobozzzRefractor audit user identifier
2018-09-19 ChocobozzzOptimize SQL requests of watch page API endpoints
2018-09-13 ChocobozzzRetry transactions on user endpoints if needed
2018-08-28 Felix AbleitnerImplement daily upload limit (#956)
2018-08-27 ChocobozzzAdd ability to search video channels
2018-08-27 ChocobozzzAdd get subscription endpoint
2018-08-27 ChocobozzzAdd subscriptions endpoints to REST API
2018-08-27 ChocobozzzSplit users controller