|
cb1dd51750
|
Let's reorginise endpoints a little.
|
2023-05-21 20:14:01 +04:00 |
|
|
d7191d0fbd
|
Added /favicon.svg endpoint.
|
2023-05-21 20:13:15 +04:00 |
|
|
472ebf5891
|
Made NtFound and RobotsTxt handlers a standalone funcs.
|
2023-05-13 16:29:32 +04:00 |
|
|
8925f2ce24
|
Added robots.txt file and its handler.
|
2023-05-13 16:00:38 +04:00 |
|
|
23d7fd882c
|
Added version var to clean util as well.
|
2023-04-24 01:05:07 +04:00 |
|
|
d5aa919a37
|
Moved http server to internal.
|
2023-04-24 00:49:53 +04:00 |
|
|
36ecd3cf10
|
Removed everything related to logToStdout.
|
2023-04-24 00:43:43 +04:00 |
|
|
17ebe18b8b
|
Store version in a var that is being passed as an arg of a compiler.
|
2023-04-24 00:32:30 +04:00 |
|
|
e09203ae6d
|
Version updated to 23.10.0.
|
2023-03-12 00:15:25 +04:00 |
|
|
4a49bf30a3
|
Version up to 23.8.0. Changed arav.top to arav.su. Fixed templates. Deleted pre-compiled ones.
|
2023-02-23 18:16:06 +04:00 |
|
|
3a106371fe
|
Incremented version.
|
2022-07-01 04:01:43 +04:00 |
|
|
20702fa97e
|
Uhm, no, hash should be passed in POST body.
|
2022-07-01 03:43:00 +04:00 |
|
|
5218e427d5
|
Added POST and DELETE methods handlers for file deletion in main.
|
2022-07-01 03:32:53 +04:00 |
|
|
2cf7e80480
|
Instantiate a logDelete in main.
|
2022-07-01 03:32:12 +04:00 |
|
|
2713464449
|
Incremented version number.
|
2022-06-13 22:34:15 +04:00 |
|
|
27ec17c9b8
|
Updated program version.
|
2022-06-13 20:25:22 +04:00 |
|
|
1c8beb69ce
|
Added SIGHUP handler to reopen logs. Removed closeSingal, and doneSignal moved to the bottom of main().
|
2022-05-25 00:37:33 +04:00 |
|
|
2ffaeacc15
|
Updated version.
|
2022-05-25 00:28:14 +04:00 |
|
|
0125a1f588
|
Moving this project to version model year.week.minor as well.
|
2022-03-31 16:10:56 +04:00 |
|
|
c60b403e00
|
Removed user substituting and chrooting. It must be made within systemd unit file.
|
2022-03-29 18:12:37 +04:00 |
|
|
5037a6103f
|
Chrooting and user substituting are removed. It can be done within systemd unit.
|
2022-03-20 18:28:20 +04:00 |
|
|
4131f7b77e
|
Renamed dwelling-upload-clear to a more suitable name dwelling-upload-clean.
|
2022-03-20 18:19:59 +04:00 |
|
|
f2cd801b05
|
Renamed FSWatcher to InotifyWatcher.
|
2022-03-07 23:12:02 +04:00 |
|
|
03c19bc1c8
|
logClean renamed to logClear. deletedSize and deletedCount are incremented now if there was no error.
|
2022-03-06 22:00:07 +04:00 |
|
|
34d1a0e24b
|
Wrote more detailed error messages.
|
2022-03-06 21:52:50 +04:00 |
|
|
f8dd68d2a2
|
Renamed a nt variable into more clear variant - typ.
|
2022-03-06 21:52:07 +04:00 |
|
|
85b8eb4876
|
Defered unix socket removing instead.
|
2022-02-14 20:21:19 +04:00 |
|
|
7cb312f5b9
|
Remove unix socket file on exit.
|
2022-02-14 19:02:57 +04:00 |
|
|
2e8e97d0a5
|
Refactor vars.
|
2022-02-10 23:17:55 +04:00 |
|
|
00b5b0c7d6
|
Actually, lets keep working instead of closing program if file cannot be deleted.
|
2022-02-10 23:06:24 +04:00 |
|
|
a0a80db606
|
Fixed substraction order. Previously it gave us a negative duration, so files didn't get deleted.
|
2022-02-10 23:04:27 +04:00 |
|
|
287a53532d
|
Renamed dwu, dwuid to u, uid.
|
2022-02-10 22:49:55 +04:00 |
|
|
bb3a64d334
|
Chroot for dwelling-upload-clean.
|
2022-02-08 23:12:53 +04:00 |
|
|
ad336b03e2
|
Fixed a typo in config.
|
2022-02-08 23:08:37 +04:00 |
|
|
a9a82868ca
|
Chrooting.
|
2022-02-08 23:08:03 +04:00 |
|
|
3a1e044b6d
|
Clean up the code a little.
|
2022-02-08 22:48:05 +04:00 |
|
|
94437e3bab
|
Serve embed assets fs instead.
|
2022-02-08 17:46:16 +04:00 |
|
|
29931cca2f
|
Removed .Hours().
Reduced logClean output.
|
2022-02-08 02:35:48 +04:00 |
|
|
ddaf2bb991
|
Add addtional closeSignal chan for program to wait for.
|
2022-02-08 02:05:38 +04:00 |
|
|
e45bb01f49
|
Use inotify fs watcher. Also shorten errors msg for loggers instantiation.
|
2022-02-08 00:26:59 +04:00 |
|
|
de77530962
|
Set NotFound handler in main.
|
2022-02-07 22:52:01 +04:00 |
|
|
ed3b0080a3
|
Moved substituting user to a func for upload-clear.
|
2022-02-07 22:04:40 +04:00 |
|
|
38ec161ae9
|
Moved substituting user to a func for upload.
|
2022-02-07 22:04:00 +04:00 |
|
|
2fb9db01b0
|
Added a flag for logging to stdout that if set overrides configuration.
Substitute to user from config file.
Moved logging to own one.
|
2022-02-07 21:23:13 +04:00 |
|
|
53bf25364a
|
Added a flag for logging to stdout that if set overrides configuration.
|
2022-02-07 21:12:30 +04:00 |
|
|
43c52dd754
|
Now program must try to run as a user set in a config file.
init loggers from new config options.
|
2022-02-07 20:36:41 +04:00 |
|
|
7bd462d1d6
|
Changed logging.
|
2022-02-07 19:35:48 +04:00 |
|
|
65ed3ec924
|
Updated ServeStatic and GET file request handler and path.
|
2022-02-07 04:46:46 +04:00 |
|
|
d4e7a7fa25
|
Fixed flags parsing. Added more handlers.
|
2022-02-06 15:25:27 +04:00 |
|
|
9b5ae547cc
|
Snake case to camel case. Fixed argument parsing. Added a statistics log line to tell how much files gets deleted.
|
2022-02-06 03:03:01 +04:00 |
|