aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to change email in clientChocobozzz2019-06-1111-14/+185
|
* Fix account channel overflowChocobozzz2019-06-113-2/+17
|
* Remove magnetURI download supportChocobozzz2019-06-112-9/+1
| | | | Since most BitTorrent clients are not able to download files from it
* Improve registrationChocobozzz2019-06-0712-46/+153
| | | | | | | * 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
* Redirect to local route when getting peertube accountChocobozzz2019-06-071-0/+4
|
* Don't break video scheduled publicationChocobozzz2019-06-073-8/+10
|
* Merge branch 'release/v1.3.0' into developChocobozzz2019-06-0712-53/+47
|\
| * Fix black theme on some screensChocobozzz2019-06-073-6/+11
| |
| * Fix error in form when scheduling video publicationChocobozzz2019-06-072-2/+2
| |
| * Fix video action dropdownChocobozzz2019-06-072-24/+14
| |
| * Try to fix remote mastodon interactionsChocobozzz2019-06-075-21/+20
| |
* | Add ability to set a public to private in clientChocobozzz2019-06-0712-54/+32
| |
* | Improve 4K video quality after transcodingChocobozzz2019-06-061-2/+3
| |
* | Add list of instance follows in about pageChocobozzz2019-06-0615-13/+165
| |
* | Prefer using last week/last monthChocobozzz2019-06-061-11/+11
| |
* | Fix grouped videos by dateChocobozzz2019-06-061-5/+15
| |
* | Add checkbox to bulk update videos support fieldChocobozzz2019-05-313-2/+25
| |
* | More robust federationChocobozzz2019-05-313-4/+5
| | | | | | | | In particular when fetching pleroma outbox
* | Remove unused actor uuid fieldChocobozzz2019-05-312-2/+2
| |
* | Move concurrently in dev packageChocobozzz2019-05-311-37/+32
| |
* | Group videos on chronological orderChocobozzz2019-05-3111-13/+106
| |
* | Add ability to subscribe from the channel account pageChocobozzz2019-05-291-0/+2
| |
* | Improve account channel pageChocobozzz2019-05-2912-142/+112
| | | | | | | | | | | | | | Set it as the default route for account page. The main goal is to better differentiate the channel page from the account page. With the channel page set as default, I hope people will better understand they are in the account page, and that this account could have multiple channels.
* | Add success icon on registrationChocobozzz2019-05-2933-125/+178
| |
* | Multi step registrationChocobozzz2019-05-2916-92/+483
| |
* | Merge branch 'release/v1.3.0' into developChocobozzz2019-05-241-1/+1
|\|
| * Fix buildChocobozzz2019-05-241-1/+1
| |
| * Fix method namesChocobozzz2019-05-241-4/+4
| |
* | Fix method namesChocobozzz2019-05-241-2/+2
| |
* | Merge branch 'release/v1.3.0' into developChocobozzz2019-05-241-2/+2
|\|
| * Fix duplicates in playlist add component (release branch)Chocobozzz2019-05-241-4/+2
| |
* | unload -> reload in playlist add componentChocobozzz2019-05-241-2/+2
| |
* | Fix duplicates in playlist add componentChocobozzz2019-05-241-2/+0
| |
* | Merge branch 'release/v1.3.0' into developChocobozzz2019-05-216-18/+25
|\|
| * Fix pagination in my videos pageChocobozzz2019-05-216-18/+25
| |
* | Merge branch 'feature/audio-upload' into developChocobozzz2019-05-2125-110/+213
|\ \
| * | Fix icon color on audio uploadChocobozzz2019-05-211-0/+5
| | |
| * | Add audio upload testsChocobozzz2019-05-174-4/+4
| | |
| * | Support audio upload in clientChocobozzz2019-05-1719-107/+192
| | |
| * | Add audio support in uploadChocobozzz2019-05-163-2/+15
| | |
* | | Merge branch 'release/v1.3.0' into developChocobozzz2019-05-215-22/+52
|\ \ \ | |/ / |/| / | |/
| * Fix reordering playlistChocobozzz2019-05-171-1/+3
| |
| * Reset playlist add component when video changesChocobozzz2019-05-173-21/+48
| |
| * Fix playlist block with theater playerChocobozzz2019-05-171-0/+1
| |
* | fix: Close modal after clicking on downloadLeo Mouyna2019-05-161-4/+4
|/ | | | | | | Use the NgActiveModal method to close it on a click by adding a specific modalActive object and use it on download function. See issue: Chocobozzz#1436
* Remove unnecessary CSS in menuChocobozzz2019-05-151-3/+0
|
* Merge branch 'master' into developChocobozzz2019-05-151-0/+3
|\
| * Fix too long name in menuChocobozzz2019-02-142-4/+7
| |
| * Fix moderators that cannot access the muted servers tableChocobozzz2019-02-141-1/+1
| |
| * Don't crash on error in notification popupChocobozzz2019-02-141-67/+73
| |