Commit Graph

160 Commits

Author SHA1 Message Date
Bobby
4f614a9f88
chore: minimum node@18 on README.md 2023-12-06 06:09:53 +07:00
Bobby
9bb8878d30
chore: clean up yarn.lock and README.md 2023-05-23 17:52:15 +07:00
Bobby
e5968e6ee0
chore: update README.md
regarding minimum node version
2023-04-23 08:20:04 +07:00
Bobby
a3a2d40ab4
fix: bumped required node version to >=14.21.1 2023-02-25 18:27:13 +07:00
Bobby
1c96bd17b2
chore: README.md 2022-10-29 14:20:09 +07:00
Bobby
6b0bb0a01f
fix: docker configuration
use debian bullseye image instead of alpine linux

uWS.js does not work on alpine linux, unfortunately
2022-10-08 15:30:02 +07:00
Bobby
bc4333b7e5
feat: pin volta to node@18.10.0
also update README.md remarking that this supports node 18
2022-10-08 08:53:26 +07:00
Bobby
7f7f21862d
chore: update README.md 2022-08-29 08:25:08 +07:00
Bobby
3f08b966ef
chore: typos in README 2022-08-20 06:55:25 +07:00
Bobby
3ba93c3a95
chore: link volta in readme 2022-08-20 06:53:06 +07:00
Bobby Wibowo
e040d2218c
chore: README.md 2022-07-25 07:55:15 +07:00
Bobby Wibowo
634347c219
chore: README.md, last time for the night I swear
my OCD..
2022-07-22 03:35:15 +07:00
Bobby Wibowo
cd39b4c1e5
chore: README.md 2022-07-22 03:33:13 +07:00
Bobby Wibowo
5b979c5139
chore: README.md 2022-07-22 03:26:27 +07:00
Bobby Wibowo
2a2d57a9e5
feat: list features in README.md 2022-07-22 03:10:32 +07:00
Bobby
9e4d477d09
chore: improved some README.md's 2022-06-28 08:17:02 +07:00
Bobby Wibowo
af23d0dc6a
chore: README 2022-06-22 17:23:41 +07:00
Bobby Wibowo
ddb0d45676
chore: README 2022-06-22 17:20:42 +07:00
Bobby
44cd9c3653
fix: set minimum node version to 12.22.0
in preparation to transition to eslint 8
2022-04-15 13:39:41 +07:00
Bobby
71725615bc
docs: README about fully supporting node 16 2022-03-09 07:05:40 +07:00
Bobby
f4f7346c83
docs: README node version 2022-03-03 18:48:22 +07:00
Bobby
fef37ed2ca
docs: remark about github actions 2021-10-22 21:37:16 +07:00
Bobby
cebd4f363c
docs: update node version compatibility claim 2021-10-22 21:34:04 +07:00
Bobby
b50a811b1d
docs: note about incompatibility with chibisafe
Closes #436.
2021-10-22 21:30:50 +07:00
Bobby Wibowo
43a9a5babb
updated README.md's 2020-12-27 19:45:27 +07:00
Bobby Wibowo
ed27ad18b5
cleaned up README.md 2020-12-27 19:00:27 +07:00
Bobby Wibowo
8c85f977fd
more scripts cleanup, added "yarn rebuild-hashes" 2020-12-27 19:00:00 +07:00
Bobby Wibowo
88f852584c
!! REPLACED ClamAV BACKEND: clamdjs -> clamscan !!
Update your config file!
2020-11-01 06:35:56 +07:00
Bobby Wibowo
954a6fa4b4
Added remarks about github actions to README.md 2020-07-30 06:11:02 +07:00
Bobby Wibowo
ef2f682cf1
Updated actions build script to use node 12.x
Also slightly rephrased README.md.

I forgot I've switched to 12.x on both my dev PC and production server.
2020-07-30 06:03:45 +07:00
Bobby Wibowo
fc0433dd67
Updated README.md 2020-06-18 04:09:01 +07:00
Bobby Wibowo
51c5a81b18
!!! RUN "yarn migrate" !!!
Added "yarn migrate" as alias for "node ./database/migration.js".
Updated README.md about it.

Added a new column to users database: registration.
It will be used to store user's registration timestamp.
Registration date will be displayed in Dashboard's Manage Users.
Since this is a new column,
existing users will not have registration dates.

Last token change date will now be displayed in Dashboard as well.

<code> elements will now properly have relative font size.

User ID will now be displayed in Edit user dialog for reference purpose.

Bumped v1 version string and rebuilt client assets.
2020-05-16 22:32:32 +07:00
Bobby Wibowo
7b676bb9fd
Added retina/2x home logo
Rebuilt client assets and bumped v1 version string
2020-05-09 14:40:44 +07:00
Bobby Wibowo
4759995ff3
Updated README.md
Updated screenshot.

Edited claim about node 12 not being tested, as I've tested it.
Couldn't find any issues.

Added a new section about updating when you have modified some files.

Rephrased ClamAV support section a bit.

Updated dependencies:
knex: 0.21.0 -> 0.21.1

Rebuilt yarn.lock file with node 12.
Nothing significant really changed.
Things seem to be backward compatible to node 10.
2020-04-29 13:31:13 +07:00
Bobby Wibowo
8932615fbb
Updated dependencies
Updated README.md to emphasize Node 10.x is the oldest supported version
and that Node 12.x have NOT been tested.

I'll work on testing Node 12.x in the near future though!
2020-04-21 17:12:00 +07:00
Bobby Wibowo
a884ef8d01
Bug fix
Fixed #67

Changed default admin account to username root & password changeme,
for new installations.
Also updated README.md to mention it.
2019-10-21 17:49:52 +07:00
Bobby Wibowo
c3d61733af
Updated
Added iamdustan/smoothscroll polyfill in dashboard pages.
This will polyfill smooth scroll (when executed programmatically)
for older browers.

No-JS uploader's notice button when on private mode will now also say
"Log in to upload", although auth page will still require JS.

All front-end buttons will now use outlined version. I'm lovin' it.

Auth page will now show a loading spinner if the user has a saved token.
Afterwards, they will still be redirected to dashboard.

Better error handlers in home, dashboard, and auth pages.

Removed <hr> from uploads & users lists in dashboard.

"Manage your token" menu will no longer try to make an API request prior
to displaying its page.
Reloading the page will already trigger token verification anyway.

Updated public/images/fb_share.png.

Updated README.md.

A few other tweaks.
2019-09-19 14:19:11 +07:00
Bobby Wibowo
4bad86003c
Updated
I forgot to update sample config file in the previous commit.
config.uploads.fileLength -> config.uploads.fileIdentifierLength.

Updated README.md.
2019-09-08 09:28:13 +07:00
Bobby Wibowo
3791c95ac2
Updated README.md 2019-03-28 03:44:30 +07:00
Bobby Wibowo
2b8f52ff72
Merge branch 'master' into safe.fiery.me 2019-03-28 03:42:27 +07:00
Kana
28bca3b195
Update README.md 2019-03-12 12:57:56 +09:00
Pitu
4d6cc7460d Added support links 2019-03-12 03:43:42 +00:00
Bobby Wibowo
8aa29bcd81
Updated README.md 2019-02-05 08:44:51 +07:00
Bobby Wibowo
7170e73ca5
Updated README.md 2019-02-05 08:43:41 +07:00
Bobby Wibowo
99687942bc
Merge branch 'master' into safe.fiery.me 2019-02-05 08:33:40 +07:00
hyperdefined
cc8948eb7e
removed my site 2019-02-03 21:29:49 -05:00
Bobby Wibowo
ad0a7958e5
Merge branch 'master' into safe.fiery.me 2019-01-31 16:52:37 +07:00
Kana
b5e2f09a1d
Merge branch 'master' into RyoshiKayo-remove-inactive-sites 2019-01-28 21:05:32 -03:00
天使アシュリー
11881780d7
Update README.md 2019-01-28 00:42:37 +01:00
天使アシュリー
87b7a2b50a
Update README.md
Added my own lolisafe clone with edited looks. 
Not SSL secured yet due my certificate is not for Wildcards yet!
2019-01-27 23:54:01 +01:00