Commit Graph

569 Commits

Author SHA1 Message Date
Chocobozzz
ac81d1a06d Add ability to set video thumbnail/preview 2018-02-14 16:03:09 +01:00
Florent F
f2f1118f17 Use fetch instead of XMLHttpRequest (#292) 2018-02-14 11:02:51 +01:00
Chocobozzz
0cd4344f3c Rewrite infinite scroll 2018-02-13 14:20:46 +01:00
Chocobozzz
d6bd50ba1d Add background placeholder for thumbnails 2018-02-12 17:56:11 +01:00
jonathanraes
d169c4ad46 publish comment on crtl-enter (#290) 2018-02-12 17:23:30 +01:00
Lucas Teixeira
879ea0f795 Change manifest properties (#285)
* Change full screen to standalone

This will make the notification bar visible

* Added theme color

Now the address bar will match the color of the search panel.

* Remove orientation:"portrait"

* Re-adding orientation property

This time, with "any" value
2018-02-11 18:28:55 +01:00
Chocobozzz
1ab7b637ec Bumped to version v0.0.23-alpha 2018-02-09 13:19:01 +01:00
Chocobozzz
c525c09375 Bumped to version v0.0.22-alpha 2018-02-09 09:46:18 +01:00
Chocobozzz
3290f37c76 Video previews take all the width on mobile 2018-02-09 09:30:37 +01:00
Chocobozzz
7193ad1044 Add service worker 2018-02-08 17:31:05 +01:00
Chocobozzz
151edeee3a Better peertube icons 2018-02-08 11:23:05 +01:00
Chocobozzz
4dd626d34d Bumped to version v0.0.21-alpha 2018-02-08 10:19:31 +01:00
Chocobozzz
f6dc2fff48 Fix error with other videos displayed 2018-02-08 10:19:09 +01:00
Chocobozzz
6583edee61 Include manifest in build 2018-02-08 10:00:09 +01:00
Chocobozzz
649fb0829a Fix other videos not displayed in video watch 2018-02-08 09:52:57 +01:00
Lucas Teixeira
9ccf111912 Include Web Manifest (#273)
* Include Web Manifest

Now we need to fix the path, which shouldn't be hard.

* Delete unused icon

* Remove Thumbs.db

That file was automatically generated

* Fixed icon path

* Fixed typo
2018-02-08 09:52:35 +01:00
Chocobozzz
00336945ce Fix file downloading 2018-02-07 11:05:59 +01:00
Chocobozzz
196b7790d6 Fix title and action buttons in video watch 2018-02-07 11:02:56 +01:00
Chocobozzz
83452a1f23 Watch icon should be on the right 2018-02-07 10:22:35 +01:00
Chocobozzz
481d35966f Fix video play on google chrome 2018-02-07 10:03:11 +01:00
Chocobozzz
fa236ef067 Bumped to version v0.0.20-alpha 2018-02-01 11:25:08 +01:00
Chocobozzz
36f9424ff1 Add about page 2018-01-31 17:51:04 +01:00
Chocobozzz
66b16cafb3 Add new name/terms/description config options 2018-01-31 16:42:40 +01:00
Chocobozzz
e2436678e3 Add follower name in admin list 2018-01-31 14:11:10 +01:00
Chocobozzz
dd77894171 Fix responsive with modale and menu displayed 2018-01-31 11:58:11 +01:00
Chocobozzz
1f788f2044 Improve responsive on video watch 2018-01-31 11:38:05 +01:00
Chocobozzz
6693df9dd6 Hide description previews on mobile view 2018-01-31 10:42:01 +01:00
Chocobozzz
61bbc72775 Fix human dates in result lists 2018-01-31 10:41:44 +01:00
Chocobozzz
915c5bbe53 Add version in footer 2018-01-31 10:19:34 +01:00
Chocobozzz
c8cf5952f3 Mobile version: menu full width and autoclosed 2018-01-31 10:08:05 +01:00
Chocobozzz
8892e8cc63 Bumped to version v0.0.19-alpha 2018-01-31 09:08:25 +01:00
Chocobozzz
f076daa76a Add tests for emails 2018-01-30 15:16:24 +01:00
Chocobozzz
ecb4e35f4e Add ability to reset our password 2018-01-30 13:27:07 +01:00
Chocobozzz
80d1057bfc Add little effect on hover for the play button 2018-01-29 16:52:43 +01:00
Chocobozzz
13fb4de93b Add message on 413 http error code 2018-01-29 16:15:39 +01:00
Chocobozzz
ba12e8b3a6 Add ability to login with email 2018-01-29 16:09:50 +01:00
Chocobozzz
61c04fa9b3 Bumped to version v0.0.18-alpha 2018-01-29 15:14:54 +01:00
Chocobozzz
6f6cdef7ec 25 items per page 2018-01-29 15:14:29 +01:00
Chocobozzz
30f0d5e0b3 Bumped to version v0.0.17-alpha 2018-01-29 11:58:27 +01:00
Chocobozzz
93bd24a97d Bumped to version v0.0.16-alpha 2018-01-29 11:28:42 +01:00
Chocobozzz
c88593f72f Fix search pagination 2018-01-29 09:30:06 +01:00
Chocobozzz
66ee325f57 Only accept public comments 2018-01-26 11:20:46 +01:00
Chocobozzz
f6a043df74 Improve video upload guard a little bit 2018-01-25 19:09:47 +01:00
Chocobozzz
94a5ff8a4a Move job queue to redis
We'll use it as cache in the future.

/!\ You'll loose your old jobs (pending jobs too) so upgrade only when
you don't have pending job anymore.
2018-01-25 18:41:17 +01:00
Dimitri Gilbert
529479f924 Issue #195 : When uploading, warn when the user quits the page (#222)
* issue #195

* fixing missing provider definition

* fix styling issue

* fix styling issue

* removed unecessary code

* using angular confirmService instead of window.confirm

* gitignore unecessary folders

* style fixes

* using a generic canDeactivateGuard

* fixing lint style
2018-01-25 18:40:23 +01:00
luzpaz
2bb0f9d501 Misc. typos (#245)
Found via `codespell -q 3`
2018-01-25 08:12:42 +01:00
Chocobozzz
a28f353a64 Fix lint 2018-01-24 10:33:50 +01:00
Chocobozzz
95d5969445 Bumped to version v0.0.15-alpha 2018-01-24 09:36:42 +01:00
Chocobozzz
47162b722a Bumped to version v0.0.14-alpha 2018-01-23 17:19:23 +01:00
Chocobozzz
63c4b44961 Avoid to linkify truncated links 2018-01-23 16:32:49 +01:00