1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00
Commit Graph

271 Commits

Author SHA1 Message Date
Uncled1023
77aa0fe8bc Added download action tracking to uploads/pastes/rss 2016-06-16 13:00:00 -07:00
Uncled1023
8348d53e04 Removed tracking of 404/403 errors. Might revisit this later. 2016-06-16 12:44:32 -07:00
Uncled1023
1962e4c715 Added google verification meta tag 2016-06-16 11:16:51 -07:00
Uncled1023
0bfe971504 Updated models to use virtual for all entity types. This allows Lazy Loading of all entities. 2016-06-16 10:52:59 -07:00
Uncled1023
a3a1823dc1 Removed unescessary reference 2016-06-02 17:06:14 -07:00
Uncled1023
33ded7eb6a Changed default values for encrypt and saveKey for API to true. 2016-06-02 15:57:42 -07:00
Uncled1023
e66d2fcd06 Added config to disable password resets. 2016-06-02 15:36:05 -07:00
Uncled1023
ca3b2089ae Modified formatting. 2016-06-02 15:32:36 -07:00
Uncled1023
d6613e587f Added password resets using recovery emails. 2016-06-02 15:23:17 -07:00
Uncled1023
1821cf75ad Added initial portion of Recovery Email option. 2016-06-02 00:06:37 -07:00
Uncled1023
1f485c0aee Initial creation of the Vault 2016-06-01 20:15:18 -07:00
Uncled1023
af77b43890 Made error pages actually return the correct status codes. 2016-05-27 15:55:11 -07:00
Uncled1023
654f684c78 Cleaned up old code and added route ignore for favicon due to browser bug 2016-05-27 15:42:51 -07:00
Uncled1023
3abb5bb233 Removed tracking of RSS feeds. 2016-05-27 15:09:10 -07:00
Uncled1023
0f96025d48 Added Tracking Filter to only those actions that need it. 2016-05-27 14:23:08 -07:00
Uncled1023
06fae90a4c Added Do Not Track support for tracking 2016-05-26 17:06:37 -07:00
Uncled1023
5dcc2d9eeb Fixed downloads 2016-05-26 16:26:28 -07:00
Uncled1023
a5daa7be0b Added check for range before caching 2016-05-26 16:03:57 -07:00
Uncled1023
ff69c5080e Added caching to the uploads if not getting by range. 2016-05-26 16:01:41 -07:00
Uncled1023
3f497b3de1 Fixed title and language/plugins for tracking. 2016-05-26 14:40:36 -07:00
Uncled1023
e95f2cf101 Added tracking as a global filter. 2016-05-26 13:30:40 -07:00
Uncled1023
9d68a3aab0 Added try/catch to email sending to prevent it crashing before sending them all. 2016-05-20 14:46:13 -07:00
Uncled1023
ee3f7d8ee2 Added filter label for human readable explanation.
Separated Username Cleaning logic.
Updated Thunderbird auth method.
2016-05-19 16:17:08 -07:00
Uncled1023
bd55b29de9 Added warning email option for invalid accounts. 2016-05-19 10:28:48 -07:00
Uncled1023
618df3385f Modified ToS 2016-05-18 23:55:21 -07:00
Uncled1023
98c8046fdf Updated ToS and added username requirements to Registration page. 2016-05-18 23:42:29 -07:00
Uncled1023
dd0e84e666 Added specific error message for invalid username. 2016-05-18 22:30:22 -07:00
Uncled1023
a73208d2f8 Added deletion of invalid accounts. 2016-05-18 21:52:42 -07:00
Uncled1023
d3b6e67edc Separated User add/edit/delete into a overall account to cover user/email/git. 2016-05-18 17:06:21 -07:00
Uncled1023
f586cfe515 Added filter for usernames. 2016-05-18 16:52:32 -07:00
Uncled1023
c368baf3ca Fixed transparency sections not being collapseable. 2016-05-18 15:21:53 -07:00
Uncled1023
99d2f3ffa3 Added support for NoJS.
Changed login and registration to use Modal popups.
2016-05-18 14:52:16 -07:00
Uncled1023
596d1ac0ed Added git repo checking to user cleaning.
Fixed user object not being correct for deletion.
2016-05-17 23:47:05 -07:00
Uncled1023
a8e68d9b24 - Made registration a button instead of a dropdown.
- Fixed git last seen.
- Changed clean users to only clean inactives without data.
2016-05-17 17:04:01 -07:00
Uncled1023
8d3f1ccf3e Added cleaning of unused email and git accounts 2016-05-16 23:56:32 -07:00
Uncled1023
4280ff04f6 Forced output of reserved usernames file 2016-05-16 22:14:00 -07:00
Uncled1023
f6a72c5160 - Added reserved username definition file.
- Added method to read file within user helper.
2016-05-16 21:56:17 -07:00
Uncled1023
89683efcad - Moved git and email management to their own functions.
- Added deletion of account on email or git account missing.
- Added exception deep message generation extension.
- Added better exception handling to user management.
- Cleaned up user management functions.
2016-05-16 16:50:02 -07:00
Uncled1023
644c7eefd1 Fixed 'LastSeen' not being updated at login.
Added AM/PM to last seen display.
2016-05-15 23:59:38 -07:00
Uncled1023
19f5d28eaa Moved user modification to helper class.
Added cleaning of users to server maintainence program.
Added cli args to server maint program.
Modified last activity to also grab from email and git.
2016-05-15 23:43:31 -07:00
Uncled1023
24e89c02aa Added better url generatioin for user git host. 2016-05-15 01:06:27 -07:00
Uncled1023
c96351ae06 Fixed git links 2016-05-14 22:46:21 -07:00
Uncled1023
d9e9a488fe Fixed exception on bad post ID for blogs.
Re-ordered pgp key on profile.
2016-05-14 21:36:29 -07:00
Uncled1023
74e5e90e1b Renamed 'Profile' area to 'User' to better match it's purpose.
Added PGP Public Key adding for users and a method to view/link raw pgp key.
Updated multiple packages.
2016-05-14 19:27:39 -07:00
Uncled1023
1c35fcfd7b Changed canary message to pul from file. 2016-05-13 19:10:30 -07:00
Uncled1023
5823cb0af2 Changed formatting 2016-05-13 12:21:46 -07:00
Uncled1023
7e64ce2e79 Changed formatting of canary 2016-05-13 11:34:17 -07:00
Uncled1023
36cc494bbd Modified Canary 2016-05-13 11:21:37 -07:00
Uncled1023
97284560be Added canary to transparency 2016-05-12 00:11:05 -07:00
Uncled1023
0a24c595d3 Started integrating rPi stream into website 2016-05-11 00:18:52 -07:00