Commit Graph

917 Commits

Author SHA1 Message Date
winkidney
8a7cb756dc refactor: simplify docker build scripts 2022-04-23 06:41:43 -07:00
dependabot[bot]
2b69b50a32 Build(deps): Bump django from 2.2.27 to 2.2.28
Bumps [django](https://github.com/django/django) from 2.2.27 to 2.2.28.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.27...2.2.28)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-23 19:24:11 +08:00
Ji Qu
b5cd4c2010 Merge pull request #338 from lapo-luchini/sort_by_size
Add "sort by size" function to bookmarklet.
2022-04-23 17:37:14 +08:00
Lapo Luchini
e664475bbd Add "sort by size" function to bookmarklet.
Closes #337.
2022-04-23 09:29:22 +02:00
winkidney
7b8f89d97b fix: remove unused console.log v2.1.9 2022-04-22 22:41:14 -07:00
winkidney
ec31ba6e91 fix: bug fix in user profile for other user 2022-04-22 22:28:13 -07:00
winkidney
a2a804014c feature: use friendly toast mesage for ALLOW_NEW_REGISTRATIONS = False 2022-04-22 22:10:08 -07:00
Ji Qu
c6d4fb9270 Update README.md v2.1.8 2022-04-23 01:53:34 +08:00
winkidney
2917972622 feature: add locale name for language 2022-04-22 10:36:24 -07:00
winkidney
8f846228cf refactor: add space for Pinry translation 2022-04-22 10:36:24 -07:00
winkidney
3b70800fad feature: use translate icon intead of 'language' 2022-04-22 10:36:24 -07:00
winkidney
c15791df73 feature: add more friendly language menu 2022-04-22 10:36:24 -07:00
winkidney
be379af57f feature: enhance chinese translation 2022-04-22 10:36:24 -07:00
winkidney
77f68d65da fix: should not depends on filter name in search panel 2022-04-22 10:36:24 -07:00
winkidney
7d85f6fe04 feature: add missing translation and chinese translation 2022-04-22 10:36:24 -07:00
Ji Qu
f165423fb5 Update README.md 2022-04-22 00:15:29 +08:00
Ji Qu
3c05ebd12c Update README.md 2022-04-22 00:14:41 +08:00
winkidney
21f42c7dc1 feature: fix 3.10 parse error in github workflow 2022-04-21 09:10:58 -07:00
winkidney
e56c0e5813 fix: use 14 in dev-docker image file 2022-04-21 09:09:40 -07:00
winkidney
86bc3ce08a feature: remove support for nodejs 8.x and 10.x 2022-04-21 09:08:51 -07:00
winkidney
2768aab6bf feature: remove support for python 3.6 2022-04-21 09:07:10 -07:00
winkidney
5acbe212df feature: don't use taobao as default package source 2022-04-21 09:06:31 -07:00
Ji Qu
75a2b03486 Merge pull request #335 from pinry/feature/add-multi-platoform-build
feature: try to add docker build for docker buildx close #333
2022-04-21 23:45:57 +08:00
winkidney
a8d8cb6eb2 feature: add git tag to docker build 2022-04-21 08:18:51 -07:00
winkidney
d7e8943088 fix: fix bug in image_tag 2022-04-21 08:12:56 -07:00
winkidney
8764cb1a99 feature: try to add docker build for docker buildx 2022-04-21 07:08:27 -07:00
dependabot[bot]
83b940778e Build(deps): Bump async from 2.6.3 to 2.6.4 in /pinry-spa
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-20 14:21:39 +08:00
Ji Qu
adb004ecdc Merge pull request #330 from dextor19/feature/vue-i18n
added vue-i18n package to pinry-spa with english support and locale changer to navigation bar
2022-04-20 11:14:34 +08:00
Dexter Griffiths
685e37a4fa store user-perference locale in local storage 2022-04-19 23:45:16 +09:00
Dexter Griffiths
e42445b606 added auto-detection method and a fallbackLocale parameter 2022-04-16 23:11:47 +09:00
Dexter Griffiths
03853e98de added v-bind to all labels to show vue-i18n translations 2022-04-16 22:37:11 +09:00
Dexter Griffiths
f0cfb27d9b added v-bind to all placeholders to show vue-i18n translations 2022-04-16 22:17:43 +09:00
Dexter Griffiths
9d0db337eb adding local changer back in and cleaning the en.json file 2022-04-16 21:35:37 +09:00
Dexter Griffiths
e7095129b7 added default english translations to all html semantic and div enclosed tag content 2022-04-16 18:32:31 +09:00
cleaverm
b8994a2272 Make Dockerfile.autobuild compatible with arm (#332)
* Update Dockerfile.autobuild to use newer Python image

* Update Dockerfile.autobuild to also work on arm
2022-04-16 12:47:05 +08:00
Dexter Griffiths
e70a451612 added basic i18n frame and locale changer to navigation bar 2022-04-15 02:48:28 +09:00
winkidney
72f19dfc82 doc: add description for tokens reset 2022-04-14 08:35:16 -07:00
winkidney
bd96027387 fix: try to make django env global var 2022-04-14 08:21:54 -07:00
winkidney
7e158a269c feature: use env to config django's settings path 2022-04-14 08:08:56 -07:00
winkidney
c97805cae5 fix: flake8 v2.1.7 2022-04-14 07:57:54 -07:00
winkidney
ad46d3bd57 fix: use getpinry/pinry as default docker image name 2022-04-14 07:52:16 -07:00
winkidney
03d1aed7aa feature: add command to reset all tokens 2022-04-14 07:50:33 -07:00
winkidney
8a5f434616 fix: fix token permission for public users 2022-04-14 07:50:33 -07:00
Ji Qu
e48a7d35c0 close #328 2022-04-12 12:07:54 +08:00
FreeTheSmoke
daba98ebef Update theories.md
Typo
2022-04-10 22:28:27 +08:00
dependabot[bot]
d3669530aa Build(deps): Bump url-parse from 1.5.7 to 1.5.10 in /pinry-spa
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-27 21:55:21 -08:00
winkidney
98f7d033e3 close #306 2022-02-22 07:54:13 -08:00
Ji Qu
053a80503e Update README.md 2022-02-21 14:19:04 +08:00
dependabot[bot]
4646574f0b Build(deps): Bump url-parse from 1.5.3 to 1.5.7 in /pinry-spa
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18 22:24:57 -08:00
winkidney
0f813bb48b Feature Ignore local settings file 2022-02-18 21:58:01 -08:00