Commit Graph

1480 Commits

Author SHA1 Message Date
joyqi 0595d1126e add throw finish 2023-12-27 18:45:42 +08:00
joyqi 4c4b14020d fix http client cookie 2023-12-27 18:10:17 +08:00
joyqi 56d7e7eec8 fix typo errors 2023-12-26 23:33:01 +08:00
joyqi 144bbee912 fix typo errors 2023-12-18 15:50:53 +08:00
joyqi a41fd2dc7c fix: cut down fields when selecting recent posts 2023-12-18 15:48:00 +08:00
joyqi 06fda5b1a6 add throwCallback to widget response 2023-12-18 15:44:41 +08:00
Lu Fei 9df0256e8c Fix Prevent XSS vulnerability in default theme (#1654)
* Fix Prevent XSS vulnerability in default theme

* Update var/Typecho/Db/Adapter/Pdo.php

* fix the getter

---------

Co-authored-by: joyqi <joyqi@segmentfault.com>
2023-12-06 18:03:23 +08:00
Lu Fei fbc7696ae8 Use json instead of serialize (#1624)
* Use json instead of serialize

* Fix Upgrade code

* add tree trait

* finish category tree trait

* support select fields

* fix select fields

* refactor admin trait

* fix draft status

* Add new contents type "revision"

* minor refactor

* add more tree view abstracts

* add tree trait to pages

* get ready for tree view pages

* improve page edit

* fix revision

* fix slug

* add router params delegate

* fix params delegate

* fix

* fix

* fix all

* fix all

* fix tree

* fix page link

* fix feed

* fix page

* fix permalink

* fix permalink input

* fix offset query

* Fix typo

* remove proxy methods

* remove unnecessary useage

---------

Co-authored-by: joyqi <joyqi@segmentfault.com>
Co-authored-by: joyqi <magike.net@gmail.com>
2023-12-06 15:52:19 +08:00
joyqi c9aba55949 fix #1651, close #1653 2023-12-04 17:56:17 +08:00
joyqi a2c1fbf4a8 fix input element 2023-12-04 17:23:06 +08:00
Lu Fei a1f62e1bcc Support IDN (#1629)
* Support IDN

* use js

* Optimize code

* Optimize code

* fix URL script

* remove unnecessary use

---------

Co-authored-by: joyqi <joyqi@segmentfault.com>
2023-12-04 14:07:20 +08:00
joyqi e89b1bbcf6 Feat/tree pages (#1646)
* add tree trait

* finish category tree trait

* support select fields

* fix select fields

* refactor admin trait

* fix draft status

* Add new contents type "revision"

* minor refactor

* add more tree view abstracts

* add tree trait to pages

* get ready for tree view pages

* improve page edit

* fix revision

* fix slug

* add router params delegate

* fix params delegate

* fix

* fix

* fix all

* fix all

* fix tree

* fix page link

* fix feed

* fix page

* fix permalink

* fix permalink input

* fix offset query
2023-11-27 21:57:18 -08:00
joyqi 4c1c42ad40 Add svg to image types 2023-10-23 18:38:40 +08:00
joyqi b28d5b7bab fix #1632 2023-10-04 15:58:30 +08:00
joyqi b00a0ae06f Merge commit '99212ec78743317bf52063fb165b90fceb70de5e' into dev
# Conflicts:
#	admin/login.php
2023-10-03 11:16:04 +08:00
joyqi 99212ec787 fix #1635 (#1636) 2023-10-03 11:14:04 +08:00
Lu Fei 5f52c1e25b Fix null argument issue (#1633) 2023-10-03 11:12:46 +08:00
Lu Fei 438ac35487 Implement Ctrl+S or Command+S for save draft (#1628)
* Implement Ctrl+S or Command+S for save draft

* rename

* add Typecho.savePost

* fix upload file size

* add new uploader

* replace new uploader

* fix textarea change

* fix preview

* refactor post edit

* fix issue

* fix page edit

---------

Co-authored-by: joyqi <joyqi@segmentfault.com>
Co-authored-by: joyqi <magike.net@gmail.com>
2023-10-01 16:51:09 +08:00
jrotty 272fc8b3e1 增加邮箱也可以登陆的提示 (#1631)
😭用了八年,今天翻代码才知道也可以用邮箱登陆
2023-09-29 15:12:11 +08:00
joyqi ff1fde5c4b fix types in i18n component 2023-09-24 23:15:55 +08:00
joyqi 3296151409 [feat] support high resolution avatar 2023-09-24 17:31:35 +08:00
joyqi 157de39b54 fix 1.3.0 upgrade 2023-09-24 16:25:01 +08:00
joyqi 4c8c64c79e Feat/code refactor (#1626)
* remove all magic methods, add type for class properties

* refactor codes

* fix all

* refactor code

* fix type

* fix all

* fix request is method

* fix all

* fix router

* fix get page
2023-09-24 16:21:32 +08:00
joyqi 9b107027ed add pgsql ssl mode support (ref #1600) (#1623) 2023-09-22 13:51:35 +08:00
joyqi b73187f12c merge new fixes from master 2023-09-22 11:09:34 +08:00
joyqi f206d852bd Merge commit 'e143be0036b91a6ec4bfc5e8d3ad7c19edbfa6e8' into dev 2023-09-22 11:08:55 +08:00
Losses Don e143be0036 fix: Fix #1597 (#1598) 2023-09-22 10:54:38 +08:00
joyqi 91ae56484d fix the source to get content type (#1622) 2023-09-22 10:50:39 +08:00
Lu Fei 9910a9cddc Optimize checkVersion,feed code (#1605) 2023-09-22 10:49:51 +08:00
Jealous 666619538a Fix typo (#1612) 2023-09-21 22:48:27 +08:00
joyqi 38562bab48 Merge commit '9d1b01a8736ab1ce39e9e2e666a2f992eba28b0f' into dev 2023-07-07 16:56:26 +08:00
Kent Liao 9d1b01a873 fix: adding checkbox options after theme initialization cannot be saved. (#1591)
* fix: adding checkbox options after theme initialization cannot be saved.

* chore: Use isset to determine if an option exists
2023-06-14 08:58:27 +08:00
logdd 206880ba71 重复执行判断的优化 (#1586)
使用$isNamespace变量,避免重复判断
v1.2.1
2023-06-05 15:15:24 +08:00
joyqi c1753aa04e improve release ci, upload built asset after new release published. (#1576) v1.2.1-rc.2 2023-05-17 11:35:18 +08:00
joyqi 6f19a24aa3 fix #1574 (#1575)
* split multiple values

* add a new field type 'json' to handle complex situation

* fix json input display
2023-05-16 21:45:41 +08:00
沈唁 c725fec12e Add a prompt message for manual database creation (#1348)
* Optimize for no database during install

* change tips
2023-05-16 14:33:26 +08:00
joyqi 596d117210 fix: when setting CheckBox's default value to null [ref #1568] 2023-05-16 12:33:49 +08:00
joyqi 0433a11c0a escape mail string before output 2023-05-15 22:35:25 +08:00
joyqi 98e4c1d16d fix url validate 2023-05-15 21:44:12 +08:00
joyqi 7a41f0d013 fix email validate 2023-05-15 19:55:36 +08:00
Ryan Lieu c9de1b3b01 fix php 8.1 Deprecated: htmlspecialchars(): Passing null to parameter #1 (#1570)
* Fix multiple calls returning the same object

* fix: strtolower() passing null to parameter #1 ($string) of type string is deprecated

* fix: php 8.1 Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated
2023-05-15 18:30:44 +08:00
Patrick SAMA 83d4d020ed Fix an XSS vulnerability in v1.2.1-rc (#1561)
* fix #1560

* Update var/Typecho/Validate.php

Co-authored-by: 沈唁 <52o@qq52o.cn>

---------

Co-authored-by: joyqi <joyqi@users.noreply.github.com>
Co-authored-by: 沈唁 <52o@qq52o.cn>
2023-05-15 18:29:47 +08:00
Ryan Lieu 01100c9a4a Fix: php 8.1 strtolower not allow null value (#1559) 2023-04-14 11:45:09 +08:00
joyqi 6de71129a4 Merge commit 'daef17d7eb250419ff84f499e87d25ee71daac87' into dev
# Conflicts:
#	var/Utils/Upgrade.php
2023-03-29 16:20:01 +08:00
沈唁 daef17d7eb Support ssl for pdo_mysql and mysqli (#1525)
* Support ssl for pdo_mysql and mysqli

* Improve config name for mysql ssl mode, and fix some minor bugs.

* Fix typo

---------

Co-authored-by: joyqi <joyqi@segmentfault.com>
2023-03-29 14:33:23 +08:00
joyqi 65f5974e17 Replace the protocol of backend remote checking url from http to https. v1.2.1-rc 2023-03-28 12:07:33 +08:00
Zero King f6e1232db8 Use https links (#1280) 2023-03-28 11:57:45 +08:00
joyqi b989459d87 fix #1545 and close #1547 2023-03-28 11:36:01 +08:00
joyqi a609b149e9 fix #1539 2023-03-03 16:37:32 +08:00
joyqi f9ede542c9 fix #1535 2023-02-21 17:43:20 +08:00