Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add plugin translation system | Chocobozzz | 2019-07-26 | 3 | -12/+56 | |
| | ||||||
* | Run hooks and register plugins outside angular | Chocobozzz | 2019-07-26 | 1 | -16/+20 | |
| | ||||||
* | Add public settings endpoint | Chocobozzz | 2019-07-26 | 3 | -6/+7 | |
| | ||||||
* | Add setting helper to client plugins | Chocobozzz | 2019-07-26 | 5 | -34/+67 | |
| | ||||||
* | Fix express validator | Chocobozzz | 2019-07-25 | 3 | -4/+4 | |
| | ||||||
* | Update translations and support Greek language | Chocobozzz | 2019-07-25 | 1 | -1/+1 | |
| | ||||||
* | Update client dependencies | Chocobozzz | 2019-07-25 | 9 | -54/+54 | |
| | ||||||
* | Use ::ng-deep instead of /deep/ | Chocobozzz | 2019-07-25 | 24 | -41/+41 | |
| | ||||||
* | Update angular | Chocobozzz | 2019-07-25 | 39 | -61/+61 | |
| | ||||||
* | Add sortable for videoQuotaUsed in user-list component. | Axel Viala | 2019-07-25 | 1 | -1/+1 | |
| | ||||||
* | Add client hook/register typings | Chocobozzz | 2019-07-24 | 1 | -1/+2 | |
| | ||||||
* | Change plugin models names | Chocobozzz | 2019-07-24 | 3 | -7/+7 | |
| | ||||||
* | Lazy load client script scopes | Chocobozzz | 2019-07-24 | 5 | -13/+18 | |
| | ||||||
* | Log error on unknown hook | Chocobozzz | 2019-07-24 | 6 | -9/+16 | |
| | ||||||
* | Use search client scope | Chocobozzz | 2019-07-24 | 5 | -12/+20 | |
| | ||||||
* | Add client hooks | Chocobozzz | 2019-07-24 | 24 | -122/+296 | |
| | ||||||
* | Some plugins fixes and doc enhancements | Chocobozzz | 2019-07-24 | 1 | -2/+9 | |
| | ||||||
* | Fix lint | Chocobozzz | 2019-07-24 | 2 | -4/+10 | |
| | ||||||
* | Add client helpers to plugins | Chocobozzz | 2019-07-24 | 5 | -15/+52 | |
| | ||||||
* | Add ability to install a plugin from the admin page | Chocobozzz | 2019-07-24 | 3 | -1/+16 | |
| | ||||||
* | Add ability to search available plugins | Chocobozzz | 2019-07-24 | 11 | -68/+248 | |
| | ||||||
* | WIP plugins: update plugin | Chocobozzz | 2019-07-24 | 10 | -8/+94 | |
| | ||||||
* | WIP plugins: add plugin settings/uninstall in client | Chocobozzz | 2019-07-24 | 10 | -14/+333 | |
| | ||||||
* | WIP plugins: list installed plugins in client | Chocobozzz | 2019-07-24 | 21 | -3/+302 | |
| | ||||||
* | WIP plugins: load theme on client side | Chocobozzz | 2019-07-24 | 8 | -65/+145 | |
| | ||||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 12 | -13/+140 | |
| | ||||||
* | WIP plugins: hook on client side | Chocobozzz | 2019-07-24 | 5 | -1/+160 | |
| | ||||||
* | Fix/connection with email (#1917) | Nassim Bounouas | 2019-07-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | * #1916 Load user by email - insensitive query * Revert "Case insensitive login" This reverts commit c1521ca3d757bee91f7dfbb15b3717162bf4997d. * #1916 Load user - insensitive query for username and sensitive for email * #1916 Unit test for insensitive username login && documentation | |||||
* | Feature/subject in contact form (#1926) | Nassim Bounouas | 2019-06-21 | 4 | -2/+28 | |
| | | | | | | | | * #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 signup email verification | Chocobozzz | 2019-06-20 | 1 | -3/+3 | |
| | ||||||
* | Link to follower profile from administration (#1922) | Nassim Bounouas | 2019-06-20 | 1 | -1/+1 | |
| | | | | | | * #1914 Link to follower profile from administration * #1914 Link to follower profile opens in new tab | |||||
* | Fix follows backend URL | Chocobozzz | 2019-06-20 | 2 | -1/+5 | |
| | | | | And improve "no followers/followings" message position | |||||
* | Rearrange search filter options | Jessica Fairchild | 2019-06-20 | 1 | -4/+4 | |
| | | | Search filter options were out of sequence (short, long, medium) and now they are in sequence (short, medium, long) | |||||
* | Add language filter in header search | Chocobozzz | 2019-06-19 | 1 | -5/+24 | |
| | ||||||
* | Improve account username copy button | Chocobozzz | 2019-06-19 | 3 | -3/+19 | |
| | ||||||
* | Fix lint | Chocobozzz | 2019-06-19 | 1 | -4/+11 | |
| | ||||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 11 | -38/+145 | |
| | ||||||
* | Feature/completeUsernameCopy (#1913) | Nassim Bounouas | 2019-06-19 | 3 | -4/+9 | |
| | | | | | | | | | | * #1843 Copy icon added to account page to copy Username * #1843 Store an account name with the host forced and bind it to copy button * #1843 tslint correction * #1843 copy to clipboard replaced by ngx-clipboard | |||||
* | Rename overview -> discover | Chocobozzz | 2019-06-13 | 1 | -1/+1 | |
| | ||||||
* | Fix notification overflow | Chocobozzz | 2019-06-13 | 1 | -0/+1 | |
| | ||||||
* | Add 4k conf in transcoding in admin panel | Chocobozzz | 2019-06-12 | 2 | -10/+29 | |
| | ||||||
* | Add class to email change form | Chocobozzz | 2019-06-12 | 2 | -2/+2 | |
| | ||||||
* | Add params to share modal | Chocobozzz | 2019-06-12 | 9 | -75/+313 | |
| | ||||||
* | Speedup video watch layout build | Chocobozzz | 2019-06-11 | 2 | -1/+4 | |
| | ||||||
* | Add more embed parameters | Chocobozzz | 2019-06-11 | 1 | -7/+17 | |
| | ||||||
* | Add ability to change email in client | Chocobozzz | 2019-06-11 | 11 | -14/+185 | |
| | ||||||
* | Fix account channel overflow | Chocobozzz | 2019-06-11 | 3 | -2/+17 | |
| | ||||||
* | Remove magnetURI download support | Chocobozzz | 2019-06-11 | 2 | -9/+1 | |
| | | | | Since most BitTorrent clients are not able to download files from it | |||||
* | Improve registration | Chocobozzz | 2019-06-07 | 12 | -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 account | Chocobozzz | 2019-06-07 | 1 | -0/+4 | |
| |