Commit Graph

180 Commits

Author SHA1 Message Date
Kuingsmile
819dfbb2f1 🐛 Fix: fix sftp delete error when the user don't have ssh permission
ISSUES CLOSED: #100
2023-09-30 20:55:07 +08:00
萌萌哒赫萝
80db40b0f0 🐛 Fix: fix an issue where files uploaded to minio using s3 plugin can't be deleted remotely 2023-08-29 00:12:53 -07:00
萌萌哒赫萝
1dcf54f421 📝 Docs: update documents 2023-08-22 05:14:23 -07:00
萌萌哒赫萝
746360b486 Feature: add remote delete support for huawei obs and doge cloud 2023-08-21 19:48:18 -07:00
萌萌哒赫萝
c7e81eb44b Feature: finish the implemention of sftp manage 2023-08-21 03:12:27 -07:00
萌萌哒赫萝
19f2b18a6a Feature: add notification for single rename of manage page 2023-08-21 01:38:52 -07:00
萌萌哒赫萝
e89b3ca6d1 🚧 WIP: sftp manage 2023-08-19 21:06:28 -07:00
萌萌哒赫萝
e56bd78096 🚧 WIP: add local path picbed for manage page 2023-08-12 01:00:40 -07:00
萌萌哒赫萝
f585bb4d7d 🐛 Fix: add local path picbed into delete api of http server 2023-08-10 05:30:46 -07:00
萌萌哒赫萝
bdc11dad43 🚧 WIP: working on build-in sftp picbed 2023-08-05 04:59:10 -07:00
萌萌哒赫萝
7420b3804a 🔨 Refactor: remove privacy policy due to the removal of talkingdata sdk 2023-07-21 02:52:01 -07:00
萌萌哒赫萝
58486a3997 🐛 Fix: fix an issue related with yourls
ISSUES CLOSED: #72
2023-07-12 22:09:20 -07:00
萌萌哒赫萝
d4a22f9e63 Feature: add custom short url server
#69

ISSUES CLOSED: #69
2023-07-11 20:07:33 -07:00
萌萌哒赫萝
ca162a4c4c 🔨 Refactor: simplify some functions 2023-05-21 10:41:03 +08:00
萌萌哒赫萝
d9d2a840c4 Perf: remove talkingdata 2023-05-18 18:23:56 +08:00
萌萌哒赫萝
8d1b8173bd Feature: optimize url encode and filename encode 2023-05-07 17:05:58 +08:00
萌萌哒赫萝
28be3881e1 🔨 Refactor: change config sync to manual 2023-05-06 21:50:15 +08:00
萌萌哒赫萝
efd9d54f89 Feature: remember last time choosed sort type 2023-05-06 11:29:34 +08:00
萌萌哒赫萝
344088f391 🐛 Fix: fix config file sync bug 2023-05-06 10:38:16 +08:00
萌萌哒赫萝
a1981ab59d 🐛 Fix: fix configure files sync bug 2023-05-05 17:57:41 +08:00
萌萌哒赫萝
7150bf381c Feature: add interval for sync setting 2023-05-02 12:03:21 +08:00
萌萌哒赫萝
ab4e31f62a Feature: add config sync module 2023-05-02 01:20:25 +08:00
萌萌哒赫萝
8cfb1006a9 🔨 Refactor: refactor some code and add error log 2023-04-26 17:01:55 +08:00
萌萌哒赫萝
34997f58aa 📝 Docs: update typora 1.6.0-dev support 2023-04-17 22:21:33 +08:00
萌萌哒赫萝
72c9374a26 🐛 Fix: fix copy link bug 2023-04-17 19:39:51 +08:00
萌萌哒赫萝
d55458197a Feature: support short url now 2023-04-17 17:26:49 +08:00
萌萌哒赫萝
ef917ce26e Perf: remove duplicate check of new version, refactor getLatestVersion func 2023-04-16 22:48:34 +08:00
萌萌哒赫萝
b20c6d7a85 🐛 Fix: fix macos traypage bug 2023-04-12 16:22:02 +08:00
萌萌哒赫萝
6c18bcb130 🐛 Fix: fix repeated upload bug when listening clipboard 2023-04-10 19:50:36 +08:00
萌萌哒赫萝
bfa41be2ec 🔨 Refactor: fix macos clipboard poll 2023-04-10 19:07:37 +08:00
萌萌哒赫萝
1d0c8dba53 🔨 Refactor: change macos clipboard watcher implementment 2023-04-10 18:45:04 +08:00
萌萌哒赫萝
7e0991d36d 🐛 Fix: fix some bugs 2023-04-09 23:45:29 +08:00
萌萌哒赫萝
8c7c3b28dd Feature: add url encode setting 2023-04-09 23:35:41 +08:00
萌萌哒赫萝
e0e26bd9ad 🔨 Refactor: optimize auto update 2023-04-06 12:50:07 +08:00
萌萌哒赫萝
086b2871e7 Feature: picbeds config can be reseted to empty now 2023-03-24 13:32:16 +08:00
萌萌哒赫萝
efeadb8fb8 Feature: add remote file delete , picBed management
First version of PicList.
In album, you can delete remote file now.
Add picBed management
function.
2023-02-15 23:36:47 +08:00
萌萌哒赫萝
7421322475 📦 Chore: upgrade electron uuid , change pkg name 2023-01-16 23:27:33 +08:00
PiEgg
fc897cea04 🐛 Fix: handleUploaderConfig should be placed in main/utils 2023-01-02 14:16:52 +08:00
PiEgg
f0787d3ec2 Feature: add file-name in gallery & add unknown-file-type placholder image
ISSUES CLOSED: #1050
2022-12-31 11:29:36 +08:00
PiEgg
64e54d0b0b Feature: add $extName for paste template
ISSUES CLOSED: #1000
2022-10-31 19:02:37 +08:00
PiEgg
9317871fdb Feature: add remoteNotice 2022-10-30 16:08:29 +08:00
PiEgg
4de7a1d5f2 🐛 Fix: url encode bug && copy-paste url encode bug
ISSUES CLOSED: #996
2022-10-24 17:14:39 +08:00
PiEgg
e8489182d7 Feature: cli support uploading image with url 2022-08-26 11:04:44 +08:00
PiEgg
7b50ba7ddb 🐛 Fix: windows upload clipboard file with builtin-clipboard not work 2022-08-25 22:46:21 +08:00
PiEgg
20e38f4eb9 🐛 Fix: macos clipboard image can't show on tray page
ISSUES CLOSED: #961
2022-08-25 20:04:50 +08:00
PiEgg
d50ad3a592 🔨 Refactor: use picgo-core's picbed list without using builtin picbed list 2022-08-21 10:54:30 +08:00
PiEgg
428ffc7ef1 Feature: finish i18n system 2022-08-20 16:44:55 +08:00
PiEgg
c926414839 Feature: add dist upload to cos & update checkupdate logic 2022-08-14 20:46:22 +08:00
PiEgg
4ebdc721e4 Feature: update tray icon in macOS 11 or 12
ISSUES CLOSED: #776
2022-08-07 22:34:26 +08:00
PiEgg
d3bb5caa83 🐛 Fix(db): fix some db bugs
#873,#806
2022-06-12 20:20:08 +08:00