Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 1 | -1/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add user account email verificiation includes server and client code to: * enable verificationRequired via custom config * send verification email with registration * ask for verification email * verify via email * prevent login if not verified and required * conditional client links to ask for new verification email * allow login for verified=null these are users created when verification not required should still be able to login when verification is enabled * refactor email verifcation pr * change naming from verified to emailVerified * change naming from askVerifyEmail to askSendVerifyEmail * undo unrelated automatic prettier formatting on api/config * use redirectService for home * remove redundant success notification on email verified * revert test.yaml smpt host | |||||
* | Implement daily upload limit (#956) | Felix Ableitner | 2018-08-28 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo | |||||
* | Improve error message on actor name conflict | Chocobozzz | 2018-08-27 | 1 | -1/+1 | |
| | ||||||
* | Add ability to search video channels | Chocobozzz | 2018-08-27 | 4 | -10/+40 | |
| | ||||||
* | Add get subscription endpoint | Chocobozzz | 2018-08-27 | 2 | -5/+5 | |
| | ||||||
* | Add ability to set a name to a channel | Chocobozzz | 2018-08-27 | 2 | -15/+19 | |
| | ||||||
* | Add subscriptions endpoints to REST API | Chocobozzz | 2018-08-27 | 6 | -6/+83 | |
| | ||||||
* | Cleanup utils helper | Chocobozzz | 2018-08-14 | 7 | -7/+7 | |
| | ||||||
* | Improve blacklist management | Chocobozzz | 2018-08-14 | 1 | -12/+21 | |
| | ||||||
* | Add blacklist reason field | Chocobozzz | 2018-08-14 | 1 | -31/+24 | |
| | ||||||
* | Add state and moderationComment for abuses on server side | Chocobozzz | 2018-08-10 | 3 | -17/+72 | |
| | ||||||
* | Add reason when banning a user | Chocobozzz | 2018-08-08 | 1 | -2/+3 | |
| | ||||||
* | Implement user blocking on server side | Chocobozzz | 2018-08-08 | 2 | -1/+22 | |
| | ||||||
* | Add ability to delete our account | Chocobozzz | 2018-08-08 | 1 | -0/+14 | |
| | ||||||
* | Add import.video.torrent configuration | Chocobozzz | 2018-08-08 | 2 | -4/+12 | |
| | ||||||
* | Import torrents with webtorrent | Chocobozzz | 2018-08-08 | 1 | -3/+10 | |
| | ||||||
* | Import magnets with webtorrent | Chocobozzz | 2018-08-08 | 1 | -2/+16 | |
| | ||||||
* | advertising PeerTube's rather simple DNT policy | Rigel Kent | 2018-08-08 | 1 | -0/+13 | |
| | ||||||
* | Add import http enabled configuration | Chocobozzz | 2018-08-06 | 2 | -0/+10 | |
| | ||||||
* | Remove ability to delete video imports | Chocobozzz | 2018-08-06 | 1 | -25/+4 | |
| | | | | Users should remove the linked video instead | |||||
* | Add ability to list video imports | Chocobozzz | 2018-08-06 | 1 | -0/+3 | |
| | ||||||
* | Add ability to remove a video import | Chocobozzz | 2018-08-06 | 1 | -3/+11 | |
| | ||||||
* | Add ability to import video with youtube-dl | Chocobozzz | 2018-08-06 | 3 | -30/+84 | |
| | ||||||
* | Cleanup req files on bad request | Chocobozzz | 2018-07-31 | 4 | -17/+19 | |
| | ||||||
* | [Server>Middlewares>Follows] Changing error code 400 to 500 | Jorropo | 2018-07-27 | 1 | -1/+1 | |
| | | | | Follows on http server is a server error not an error of the client. | |||||
* | expliciting type checks and predicates (server only) | Rigel Kent | 2018-07-25 | 1 | -1/+1 | |
| | ||||||
* | Add max count in pagination | Chocobozzz | 2018-07-24 | 1 | -2/+4 | |
| | ||||||
* | Fix nodeinfo endpoint | Chocobozzz | 2018-07-24 | 1 | -36/+37 | |
| | ||||||
* | adding initial support for nodeinfo | Rigel Kent | 2018-07-24 | 1 | -3/+10 | |
| | ||||||
* | Add ability to only filter in the search endpoint | Chocobozzz | 2018-07-24 | 1 | -1/+1 | |
| | ||||||
* | Add advanced search in client | Chocobozzz | 2018-07-24 | 1 | -3/+2 | |
| | ||||||
* | Add videos list filters | Chocobozzz | 2018-07-24 | 2 | -2/+46 | |
| | ||||||
* | Begin advanced search | Chocobozzz | 2018-07-24 | 5 | -14/+34 | |
| | ||||||
* | Remove unnecessary image check in video upload | Chocobozzz | 2018-07-16 | 1 | -21/+0 | |
| | ||||||
* | Refractor video attr validators | Chocobozzz | 2018-07-16 | 1 | -125/+72 | |
| | ||||||
* | Implement captions/subtitles | Chocobozzz | 2018-07-16 | 2 | -30/+76 | |
| | ||||||
* | API: Add ability to update video channel avatar | Chocobozzz | 2018-06-29 | 3 | -19/+29 | |
| | ||||||
* | Fix images size limit | Chocobozzz | 2018-06-22 | 2 | -29/+26 | |
| | ||||||
* | Do not create a user with the same username than another actor name | Chocobozzz | 2018-06-21 | 1 | -0/+9 | |
| | ||||||
* | Fix removing scheduled update | Chocobozzz | 2018-06-18 | 1 | -0/+6 | |
| | ||||||
* | Add ability to schedule video publication | Chocobozzz | 2018-06-15 | 1 | -1/+1 | |
| | ||||||
* | Add ability for uploaders to schedule video update | Chocobozzz | 2018-06-14 | 1 | -4/+42 | |
| | ||||||
* | Refractor retry transaction function | Chocobozzz | 2018-06-13 | 1 | -1/+11 | |
| | ||||||
* | Add concept of video state, and add ability to wait transcoding before | Chocobozzz | 2018-06-12 | 2 | -1/+11 | |
| | | | | publishing a video | |||||
* | Add video comments RSS | Chocobozzz | 2018-06-08 | 1 | -2/+21 | |
| | ||||||
* | Only use account name in routes | Chocobozzz | 2018-05-25 | 2 | -32/+6 | |
| | ||||||
* | Handle account name in client url | Chocobozzz | 2018-05-24 | 1 | -3/+9 | |
| | | | | More consistent with AP urls | |||||
* | Handle concurrent requests in cache middleware | Chocobozzz | 2018-05-23 | 1 | -20/+33 | |
| | ||||||
* | feature: IP filtering on signup page | Rigel Kent | 2018-05-22 | 1 | -2/+17 | |
| | | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config | |||||
* | Fix video channel update with an admin account | Chocobozzz | 2018-05-17 | 1 | -4/+4 | |
| |