This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
filesafe
Watch
1
Star
0
Fork
0
You've already forked filesafe
mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced
2025-01-09 21:31:34 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
7f58d80cff
filesafe
/
src
/
versions.json
8 lines
108 B
JSON
Raw
Normal View
History
Unescape
Escape
Updated Removed version strings from _globals.njk, in favor of src/versions.json. That versions in that file can be bumped with "yarn bump-versions". v1 is automatically bumped when doing "yarn build" as well. Added README file in src directory, explaining versions.json file. Added README file in scripts directory, detailing usage of each scripts. Version strings will no longer be appended when cacheControl is disabled in config file. After all, version strings are only needed when the static assets are cached indefinitely in users' browsers. Initial Cloudflare's cache purging will no longer be executed when cloudflare -> purgeCache is disabled, even if cacheControl is enabled. Just in case someone wants to use version strings for other use cases. Actually use custom metaDesc variable on meta description tag.
2019-09-19 12:10:37 +00:00
{
Manage albums admin page, and more! Resolves #194. Added pagination for Manage your albums page. Albums sidebar will now only list 9 albums at most. Use Manage your albums page to view the rest. Albums in the list will now have View uploads button after all. Delete album button for albums renamed to Disable album. Since techincally the server would've always been disabling the albums instead of deleting them. It was something upstream dev's decided, and I haven't bothered changing its behavior. I'll work on actual Delete album feature some other days. As the title says, added Manage albums admin page. Viewing uploads of an album will hook into albumid: filter key. I'll work on filter and bulk operations some other days. Updated styling for disabled albums and users. Instead of havine a line through them, they will be greyed out. Disable public page of albums will still use line through however. Links to album's disabled public page are now clickable. Added a new button styling is-dangerish. It'll be orange. Renamed /api/albums/delete to /api/albums/disable. For backwards compatibility, /api/albums/delete will still work but automatically re-routed to /api/albums/disable. /api/uploads/list will no longer print SQLite errors for moderators or higher when encountering them. It was originally used to inform moderators of non-existing colum names when used for sorting. But on one of the recent commits, I had added a check for allowed colum names. Improved some caching in dashboard page. Added new entries to cookie policy. Some other small things. Bumped v1 version string and rebuilt client assets.
2020-06-01 04:44:16 +00:00
"1"
:
"1590986654"
,
Bumped v2 version string I updated fb_share.png in the 2nd previous commit
2020-05-09 08:02:33 +00:00
"2"
:
"1589010026"
,
Updated dependency systeminformation And bumped all version strings to update latest cache control.
2020-02-11 10:20:43 +00:00
"3"
:
"1581416390"
,
"4"
:
"1581416390"
,
"5"
:
"1581416390"
Updated Added gulp-replace dev dependency. Removed version strings of Fontello fonts from fontello.css Added "build:fontello" Gulp task which will append version string to Fontello fonts, then do the usual processing for CSS file. It will use type 5 from versions.json, if available. Also updated src/README.md about it.
2019-09-19 13:39:23 +00:00
}
Reference in New Issue
Copy Permalink