Commit Graph

783 Commits

Author SHA1 Message Date
Drew DeVault d58dbbee36 Drop login_nav 2018-06-16 19:39:53 -04:00
Drew DeVault 2ecdb0ae84 Updates for bootstrap 4.1 2018-06-16 19:23:03 -04:00
Drew DeVault 49ee1e1fd2 Whip up the column width on todo.sr.ht 2018-06-16 14:49:16 -04:00
Drew DeVault 92427d74b4 Switch to srht event list, apply redesign 2018-06-16 13:45:41 -04:00
Drew DeVault 78fce47873 Update L+F per srht changes 2018-06-16 12:02:46 -04:00
Gregory Mullen 2092162177 Fix event commenter/submitter names
closes todo.sr.ht#91
2018-06-08 18:49:27 -04:00
Amin Bandali 275942e160 Add missing pacman-contrib dependency (for updpkgsums) 2018-06-08 18:40:56 -04:00
Drew DeVault 0234d86183 Fix bad layout on qutebrowser 2018-01-27 16:38:59 -05:00
Drew DeVault 492503ec9a Fix wrapping on comment counts 2018-01-27 16:08:50 -05:00
Drew DeVault c4dea88946 .build.yml deploy fix 2018-01-27 15:25:52 -05:00
Drew DeVault 4925ed2ee3 Fix .build.yml 2018-01-27 15:25:00 -05:00
Drew DeVault 7f3ee1cf66 Fix everyone getting submitter perms 2018-01-27 15:23:38 -05:00
Przemyslaw Pawelczyk 6ec81b3a1c Make ticket id column as narrow as possible and align to the right.
Ticket: #96
2017-12-10 20:21:20 -05:00
Przemyslaw Pawelczyk f18cad95e7 Use ticket's scoped id in Subject: in mail notifications.
Changing:

    ~sircmpwn/todo.sr.ht/#195: Better Subject: field in sent mails

to:

    ~sircmpwn/todo.sr.ht/#93: Better Subject: field in sent mails

It's important to not confuse user with different id than she or he is
already seeing on the web page:

https://todo.sr.ht/~sircmpwn/todo.sr.ht/93
2017-12-10 18:05:48 -05:00
Przemyslaw Pawelczyk c4c175eadd Add tracker owner and name to Subject: in mail notifications.
Changing:

    #194: Better Subject: field in sent mails

to:

    ~sircmpwn/todo.sr.ht/#194: Better Subject: field in sent mails
2017-12-10 18:05:43 -05:00
Drew DeVault 318b9cdc52 Import TicketSubscription in ticket blueprint 2017-12-08 10:48:46 -05:00
Gregory Mullen 7ad2789e39 Move access functions to new access.py file
This commit also adds the ability to query get_tracker(owner, name) with name=None
which will cause get_tracker() to return a list with only trackers the user is
authorised to view
2017-11-30 09:24:56 -05:00
Gregory Mullen c43d4da83c Disable strict slashes for URI routes 2017-11-27 14:48:28 -05:00
Drew DeVault e4b2652ce4 Fix empty profiles on user pages 2017-11-12 14:28:28 -05:00
Drew DeVault 4e7f15f105 Fix oversight in autosubscribing users to tickets 2017-11-10 13:32:02 -05:00
Drew DeVault efc418b17e Fix premature variable reference 2017-11-10 13:01:40 -05:00
Drew DeVault 044edc17ba Add email templates to package 2017-11-10 12:55:53 -05:00
Drew DeVault dc7d7e1303 Fix stupid oversight 2017-11-09 22:42:33 -05:00
Drew DeVault 00e67ed5e3 Extend profile pages and dashboard 2017-11-09 22:38:29 -05:00
Drew DeVault ea1dff6aea Add profile info to user pages 2017-11-09 22:29:34 -05:00
Drew DeVault 57b999f940 Add user trackers page 2017-11-09 22:23:02 -05:00
Drew DeVault cde30a81b0 Split events/notifications into two tables 2017-11-09 21:54:45 -05:00
Drew DeVault 937890bd65 Omit colon when not necessary 2017-11-09 11:26:01 -05:00
Drew DeVault 424603071b Implement basic search 2017-11-09 11:17:04 -05:00
Drew DeVault 8bd00b7740 Comment out edit/delete on comments 2017-11-09 10:56:30 -05:00
Drew DeVault de1c012a5d Implement ticket editing 2017-11-09 10:50:19 -05:00
Drew DeVault d86f0c8b32 Bump blockquote color up to 000 2017-11-09 10:31:26 -05:00
Drew DeVault db574eaaa0 Bump recent activity to col-md-8 2017-11-09 10:28:45 -05:00
Drew DeVault cbc2d709ff Lighten background on activity items 2017-11-09 10:23:22 -05:00
Drew DeVault c68a429783 Improve activity list 2017-11-09 10:22:59 -05:00
Drew DeVault dfb0799672 Add event list 2017-11-09 10:09:50 -05:00
Drew DeVault e9f219e391 Implement initial dashboard 2017-11-09 08:59:47 -05:00
Drew DeVault 77a87cc70a Check against current_user.id 2017-11-08 23:08:16 -05:00
Drew DeVault 651e87a329 Subscribe to new tickets on submission 2017-11-08 23:00:35 -05:00
Drew DeVault 72bbdc5167 Notify on ticket comments/status update 2017-11-08 22:51:01 -05:00
Drew DeVault f251a83be3 Send notifications on ticket submission 2017-11-08 22:51:01 -05:00
Drew DeVault 16584dea13 Extend ticket subscriptions, split blueprints 2017-11-08 22:51:01 -05:00
Drew DeVault 37d7de245d rstrip / from tracker names 2017-11-08 12:17:06 -05:00
Drew DeVault a49e5e5999 Further fixes to seen
God fucking dammit
2017-11-08 11:48:24 -05:00
Drew DeVault 6c447969e5 Don't set seen for logged out users 2017-11-08 11:45:49 -05:00
Drew DeVault d1ccd5a8c7 Fix seen on ticket pages for logged out users 2017-11-08 11:43:40 -05:00
Drew DeVault 439b0ff1a1 Fix stupid typo 2017-11-08 09:15:03 -05:00
Drew DeVault e5b16caa5a Fix ticket list for logged out users 2017-11-08 09:09:04 -05:00
Drew DeVault 14f270fca4 Update .build.yml 2017-11-08 08:44:42 -05:00
Drew DeVault d7400e5171 Import font-awesome CSS 2017-10-30 16:11:12 -04:00