828 Commits

Author SHA1 Message Date
Azlux
a28d0c83bf change commit author/commiter 2020-07-12 17:21:04 +02:00
Terry Geng
c598487d31
fix(CI): Wrong person to push the translation. 2020-07-12 23:00:52 +08:00
Terry Geng
c030ff0088
fix(CI): Wrong branch to push. 2020-07-12 21:16:16 +08:00
Azlux
d34e670fc5 separate two pipeline 2020-07-12 14:35:46 +02:00
Terry Geng
7fc9211e19
chore(CI): Add Github Token. 2020-07-12 20:13:56 +08:00
Terry Geng
505122725a
chore(CI): Avoid failing if no update in the translation when doing the cron job. 2020-07-12 19:21:52 +08:00
Terry Geng
dd1d81c232
chore(CI): Pushing translation in a separate step. 2020-07-12 18:50:59 +08:00
Azlux
030768e443 adding drone secrets 2020-07-12 12:33:46 +02:00
Terry Geng
0da652da10
Merge pull request #187 from azlux/translate
i18n support, with traduora
2020-07-12 18:22:50 +08:00
Azlux
ef5e05fde9 Bad quote, bad ! 2020-07-12 11:35:22 +02:00
Azlux
9a7321e17c fix push 2020-07-12 11:32:35 +02:00
Azlux
cd5721a82f good python3 CI 2020-07-12 11:32:01 +02:00
Terry Geng
da8337a4e9
chore(CI): run build procedure for PR. 2020-07-12 16:05:11 +08:00
Terry Geng
97309599f1
feat: Add translation populating procedure for the web interface. 2020-07-12 16:05:11 +08:00
Terry Geng
9f2c4a2afd
refactor: Add suffixes to translation file. 2020-07-12 14:26:08 +08:00
Azlux
350eb0a586
fix + auto fetch cron 2020-07-12 11:45:52 +08:00
azlux
a12a7c3a84
version
I need the python version for drone
2020-07-12 11:45:52 +08:00
Terry Geng
f4e6589a0e
refactor: Update sync translation logic. 2020-07-12 11:45:51 +08:00
Terry Geng
36b0e7c399
chore: Add default en_US translation file. 2020-07-12 11:45:51 +08:00
Terry Geng
ff2688fae1
feat: Unknown language strings fall back to en_US. 2020-07-12 11:45:51 +08:00
Terry Geng
f76bb2ab2a
feat: Push local strings into traduora if writable secrets are set. 2020-07-12 11:45:51 +08:00
Terry Geng
9e2e09e5fd
feat: Load language file in lang/ instead of the ini file. 2020-07-12 11:45:51 +08:00
Terry Geng
e84607b8e8
refactor: Rename constants.string into tr. 2020-07-12 11:45:51 +08:00
Terry Geng
4e541a7622
refactor: Separate backend and frontend, avoid template-filling on the fly. Resolve #158. 2020-07-12 11:41:27 +08:00
azlux
9a6aaba602
translate 2020-07-12 01:45:36 +02:00
azlux
9d3f70559c
better titles 2020-07-10 19:26:57 +02:00
azlux
a513cb9a6f
Create FUNDING.yml 2020-07-10 18:15:59 +02:00
azlux
6e75e8cf1d
better install into readme 2020-07-10 16:11:55 +02:00
Terry Geng
6133c6f0b5
chore: Parse changelog in markdown into html
when publishing release.
2020-07-08 10:13:42 +08:00
azlux
95b1bb467e
fix path 2020-07-08 02:23:56 +02:00
Azlux
65eb6887a7 create subfolder botamusique 2020-07-08 02:16:13 +02:00
Azlux
cea04d03de Fix drone taf
docs : Note that you cannot use branch conditions with tag events. A tag is not associated with the source branch from which it was created.
2020-07-08 00:23:59 +02:00
Azlux
93bfc99e40 fix drone for stable 2020-07-08 00:08:55 +02:00
azlux
ecb45f9c83
Add opus metadata capabilities
Merge pull request #184 from felix91gr/add_opus_metadata
2020-07-07 23:31:09 +02:00
Félix Fischer
4d834af8cc Add opus metadata capabilities 2020-07-07 16:39:02 -04:00
azlux
16720694d1
fix typo 2020-07-07 22:25:56 +02:00
azlux
75a891f14f
Fix ysearch command
Merge pull request #182 from W0rmsy/master
2020-07-07 21:30:37 +02:00
Terry Geng
c9b170d865
fix: Regex bug when parsing time. 2020-07-07 21:44:10 +08:00
Terry Geng
892fa502e6
feat: Apply the fade-in trick to the beginning of the stream. 2020-07-07 21:42:24 +08:00
W0rmsy
6ae5daf455 Fix ysearch command 2020-07-07 15:32:33 +02:00
Félix Fischer
e981782dd7
Accessibility enhancements: catching a11y errors with WAVE (#180)
* Added alt text for all images

* Added aria labels for most buttons that needed them. Added html language label

* Added remaining button labels

* Added remaining missing labels. Tagged <input> where labels made no sense as "aria-hidden=true"

* Fixed some of the low color contrast issues for Light theme

* Replaced broken ARIA link with a new ARIA label

* Fixed skipped heading levels

* Fixed missing fieldset and one orphaned label (combined the two)

* Changed the other orphaned label to a fieldset legend

* Removed color changes

* Added dynamic ARIA label for main Play/Pause button.
Removed the two FIXMEs in index.html

* Added default content to table header

* Changed input type from text to hidden for hidden inputs

* Added proper alt text for cover art

* Final version of the template row

* Added semantic markup to Page Regions

* Missing alt text + truncated alt text
- Added missing alt text for cover images in library and floating player.
- Added JS to truncate alt text for cover images that was too long.

* Sanitize the code

Co-authored-by: Terry Geng <terry@terriex.com>
2020-07-05 11:42:47 +08:00
Azlux
fd009eabe8 Build Test on pull requests 2020-07-03 16:01:54 +02:00
Terry Geng
dbe25cec8e
fix: add "video" into supported MIME types when uploading files 2020-06-30 17:15:00 +08:00
Azlux
9fe03f3425 Fix check version at start 2020-06-23 23:30:51 +02:00
Azlux
df4fa8f300 fix order 2020-06-23 13:08:06 +02:00
Azlux
c8a543130e git is missing 2020-06-23 12:48:25 +02:00
Azlux
f46a2dac03 remove comment 2020-06-23 12:42:28 +02:00
Azlux
ccbde28ef9 New update method
manage testing deplyement
2020-06-23 12:38:02 +02:00
Terry Geng
5768f20053
Merge pull request #176 from TylerVigario/node-flow-cleanup
Cleanup artifacts from node build flow
2020-06-22 15:37:25 +08:00
Tyler Vigario
a81008e6be
Cleanup artifacts from node build flow 2020-06-21 20:12:03 -07:00