Commit Graph

151 Commits

Author SHA1 Message Date
Brady-Malott 749dbc33e5 Started creating selenium tests for archiving posts 2023-03-13 15:27:34 -04:00
Brady-Malott 139c647d4a Merge branch 'main' into favourite_posts
# Conflicts:
#	requirements.txt
2023-03-13 14:20:52 -04:00
Jarrett Jackson 7699955f87 Added post deletion
Users can delete their own posts, and all users except user who have the post archived will also no longer see the post.
2023-03-12 20:55:51 -04:00
Jarrett Jackson 09ab33aeed Added view for archived posts
Added option in the user profile to view their archived posts. Added _archive.html for displaying archived posts.
2023-03-12 20:42:51 -04:00
Jarrett Jackson caf54c8b75 Remove Archived posts
Added ability to remove a archived post if it is already archived by the current user.
2023-03-11 20:06:17 -05:00
Jarrett Jackson d3bfb13dbf Users can now archive posts
Added option to posts to archive a post.
2023-03-11 18:17:10 -05:00
Manraj 49771f96b7
Update Jenkinsfile 2023-03-11 14:19:33 -05:00
Manraj 8e8d583fcc
Update Jenkinsfile 2023-03-11 14:16:11 -05:00
Manraj c3a61854a5
Update Jenkinsfile 2023-03-11 14:12:45 -05:00
Manraj 69db465373
Update Jenkinsfile 2023-03-11 02:46:25 -05:00
Manraj 88d1b91568
Update Jenkinsfile 2023-03-11 02:45:00 -05:00
Manraj 9b893e0510
Update Jenkinsfile 2023-03-11 02:42:50 -05:00
Manraj 4139da1fdd
Update Jenkinsfile 2023-03-11 02:41:52 -05:00
Manraj 03c8ad1f8e
Update Jenkinsfile 2023-03-11 02:40:20 -05:00
Manraj df0bba6121
Update Jenkinsfile 2023-03-11 02:38:39 -05:00
Manraj 770d3898e9
Update Jenkinsfile 2023-03-11 02:37:48 -05:00
Manraj 7ef301c166
Update Jenkinsfile 2023-03-11 02:36:48 -05:00
Manraj 41be7f86ed
Update Jenkinsfile 2023-03-11 02:32:25 -05:00
Manraj 207d788904
Update Jenkinsfile 2023-03-11 02:05:06 -05:00
Manraj 2d19c93c8b
Update Jenkinsfile 2023-03-11 02:04:09 -05:00
Manraj a19e5a22fe
Update Jenkinsfile 2023-03-11 02:02:56 -05:00
Manraj d36893e54a
Update Jenkinsfile 2023-03-11 02:00:18 -05:00
Manraj 671fc2a1b0
Update Jenkinsfile 2023-03-11 01:53:11 -05:00
Manraj d9f605d7db
Update Jenkinsfile 2023-03-11 01:50:45 -05:00
Manraj 7cc3bca0ce
Update Jenkinsfile 2023-03-11 01:46:40 -05:00
Ryan Prairie d0bae67940
Merge pull request #29 from prairir/Issue-#5-Add-2FA
Issue #5 add 2 fa
2023-03-11 00:11:07 -05:00
Manraj 8f962bcfd4
Merge branch 'main' into Issue-#5-Add-2FA 2023-03-10 22:20:05 -05:00
manrajg13 c72f13d35b Fix: Dockerfile and routes error handling
Moved copying .env in dockerfile to avoid cache invalidation. Removed
try and except in confirm2fa because it did nothing. Checking if next is
None or '' before returning and removed data deletions in route
functions.
2023-03-10 18:33:38 -05:00
Ryan Prairie 025c7df115
Merge pull request #27 from prairir/scaffoldingForTesting
Initial scaffolding for testing
2023-03-10 11:54:20 -05:00
Aleksa V 783290dbce Merge branch 'scaffoldingForTesting' of https://github.com/prairir/microblog into scaffoldingForTesting 2023-03-08 19:53:22 -05:00
Aleksa V 858f7cccdf Missed a file 2023-03-08 19:52:19 -05:00
Aleksa V 71249f04ab PR issues 2023-03-08 19:51:22 -05:00
Brady-Malott 9528b5d2bc Merge branch 'main' into scaffoldingForTesting 2023-03-08 17:28:55 -05:00
Brady-Malott 89dda8d505 Ignored .idea folder 2023-03-08 17:24:08 -05:00
manrajg13 5352537c6d Update Dockerfile 2023-03-08 15:36:20 -05:00
Aleksa V 1d0a0c1c17 Scaffolded and added readmes for testing work 2023-03-07 21:49:09 -05:00
Aleksa V 863ae3496a removed a testing file 2023-03-07 18:58:00 -05:00
Brady-Malott a1d2522dd1
Update Jenkinsfile 2023-03-07 18:39:58 -05:00
Manraj 98dae894de
Delete .env 2023-03-06 14:36:13 -05:00
manrajg13 7bbd883955 Add 2FA 2023-03-06 14:11:02 -05:00
Brady-Malott 6f47fdd65b
Update Jenkinsfile
Fixed link in discord notification
2023-03-03 18:37:13 -05:00
Brady-Malott 2ff5ca08ab
Update microblog.py 2023-02-26 22:02:53 -05:00
Brady-Malott 682de71332
Merge pull request #23 from prairir/pr-test
Update microblog.py
2023-02-26 21:59:49 -05:00
Brady-Malott 012cbe0195
Update microblog.py 2023-02-26 21:57:22 -05:00
Brady-Malott 621f341a8d
Update login.html 2023-02-26 21:48:59 -05:00
Brady-Malott 46927c06b0
Update login.html 2023-02-26 21:45:56 -05:00
Brady-Malott e7b6440a94
Update Jenkinsfile 2023-02-26 21:42:40 -05:00
Brady-Malott d975bcfbf5
Update Jenkinsfile 2023-02-26 21:38:19 -05:00
Brady-Malott 37759e094b
Update microblog.py 2023-02-26 21:36:23 -05:00
Brady-Malott a2cf7254c7
Update microblog.py 2023-02-26 21:32:15 -05:00