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

384 Commits

Author SHA1 Message Date
Uncled1023
1270c3a8dd Added check in Git deletion to allow deletion for new users. 2016-06-17 21:59:47 -07:00
Uncled1023
2e587f1ac3 Removed unused property from Users 2016-06-17 21:52:20 -07:00
Uncled1023
f579e1fac2 Added migration scripts to solution 2016-06-17 21:15:37 -07:00
Uncled1023
aedbaca154 Added initialization script for migrating existing users for new password storage. 2016-06-17 21:04:50 -07:00
Uncled1023
1d48f7531d Reverted GitVersion yaml name 2016-06-17 16:42:36 -07:00
Uncled1023
c6dd9f2704 Fixed hash being generated for pastes that didnt' specify password.
Updated GitVersion and Inforno nuget packages
2016-06-17 16:39:14 -07:00
Uncled1023
7d8691ebbe Fixed never ending loop for transfer types 2016-06-17 16:26:16 -07:00
Uncled1023
99c0d3a1e3 Added transfer properties to Pastes for password transfers. 2016-06-17 16:10:12 -07:00
Uncled1023
e4a0bc6f8f Fixed user password transfer not generating the new password for the transfer type.
Removed individual db.User access and replaced with user helper GetUser.
2016-06-17 15:32:57 -07:00
Uncled1023
e4b2ab0afc Removed uneeded include 2016-06-16 23:35:06 -07:00
Uncled1023
2c91bf29b2 Merged virtual property changes. 2016-06-16 23:33:05 -07:00
Uncled1023
5e88144bbf Added case sensitivity to certain model properties, and added a more robust transfer account system. 2016-06-16 23:31:23 -07:00
Uncled1023
4eb1c4c43e Added referrer tracking for downloads. 2016-06-16 13:15:33 -07:00
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