Raphael Michel
582d9dca25
2FA: Implement emergency tokens
2016-10-09 12:59:43 +02:00
Raphael Michel
68a9f98f23
2FA: Login using a TOTP token
2016-10-09 12:59:43 +02:00
Raphael Michel
5796402a2e
2FA: Enable and disable
2016-10-09 12:59:43 +02:00
Raphael Michel
9407fc0bca
2FA: Allow to delete devices
2016-10-09 12:59:43 +02:00
Raphael Michel
2f24af824e
2FA: Support for adding TOTP-based devices
2016-10-09 12:59:43 +02:00
Tobias Kunze
b6dc2661ae
Add signal to display html in quota detail view ( #264 )
2016-10-08 15:53:01 +02:00
Raphael Michel
b5a23224c8
Added admin action to make an expired order pending again
2016-10-03 11:14:20 +02:00
Tobias Kunze
2166fa6f4a
Add spaces before ellipses … ( #257 )
2016-10-02 17:05:06 +02:00
Raphael Michel
1593787302
Control navigation: Only expand/collapse on arrow click
2016-10-01 12:59:48 +02:00
Raphael Michel
48791b2f02
Refs #250 -- Keep payment deadlines on weekdays
2016-09-25 12:19:15 +02:00
Raphael Michel
9ab3c20b2e
Add a read-only view for quotas
2016-09-24 17:22:09 +02:00
Raphael Michel
f8c99f6d02
Added can_view_vouchers permission
2016-09-24 17:18:32 +02:00
Raphael Michel
4af788bc82
Plugin settings: fixed problem with incompatible plugins
2016-09-21 23:09:26 +02:00
Raphael Michel
84fd7cb166
Merge remote-tracking branch 'remotes/flaviabastos/187_unify_canceled_spelling'
2016-09-21 19:07:15 +02:00
Flavia Bastos
8ef6439c44
Unify spelling of 'canceled'
...
Issue 187
Remove typeahead JS file.
2016-09-21 10:35:41 -06:00
Tobias Kunze
fc967ed735
Consistent icon use for vouchers ( #246 )
2016-09-21 13:38:15 +02:00
Raphael Michel
637e495b02
Color warnings orange before going live
2016-09-19 21:45:37 +02:00
Raphael Michel
33c23977a5
Fixed JS compression issue
2016-09-18 21:06:10 +02:00
Raphael Michel
d2f50cff16
Added statistic view on questions
2016-09-18 20:45:05 +02:00
Raphael Michel
f8ce3523dc
Added a donut chart to the quota view
...
Moved morris.js out of the statistics plugin
2016-09-18 19:11:44 +02:00
Raphael Michel
e29ccca49b
Fix #229 -- Consistent language between django and javascript
2016-09-17 22:46:07 +02:00
Raphael Michel
f79e1adf25
Fix #55 -- Datetime picker for input fields
2016-09-17 22:33:39 +02:00
Raphael Michel
6e6e0bcc9d
Fixed filter state display in order list
2016-09-14 13:10:35 +02:00
Martin Gross
8fb363f815
Fix #233 -- Make orderlist and overview filterable by payment_provider ( #234 )
...
* Make orderlist and overview filterable by payment_provider (fixing #233 )
* Remove checks for allowed and enabled payment_providers as discussed
2016-09-14 13:01:22 +02:00
Raphael Michel
dae5d859db
Banktransfer: Big import refactoring
2016-09-08 20:43:05 +02:00
Raphael Michel
d8f81955ba
Changed order overview columns to increase usefulness
2016-09-04 22:57:42 +02:00
Raphael Michel
2569ebec55
Add filter "pending or expired" for correct links in the order overview
2016-09-04 22:50:22 +02:00
Raphael Michel
a6bafd816b
Send automatic payment reminder emails, redesign mail settings
2016-09-02 10:16:08 +02:00
Raphael Michel
70d6cb4255
Fix #222 -- Link the related order(s) in a used voucher
2016-09-01 22:24:09 +02:00
Raphael Michel
a764e6f55b
Allow admin to manually change order email
2016-09-01 22:24:09 +02:00
FlaviaBastos
ae2d551d7d
Fix #152 -- Linebreak for multiline answers ( #224 )
...
* Add linebreaks in multiline answers
#152
* Use linebreaksbr to prevent <p> tag.
#152
2016-09-01 21:48:29 +02:00
Enrique Saez
841cfe52a2
Fix #91 -- Make products/orders that are not cancelable ( #204 )
...
* Make products/orders that are not cancellable
Update Unit Tests
* Make use of select_related instead of prefetch_related
Simplify cancellable logic
Migrations
* Simplify cancellable logic
Maske use of select_related instead of prefetch_related
* Fix cancelable condition bug
2016-09-01 08:55:02 +02:00
Raphael Michel
b21ed4d99f
Fix #163 -- Form to change orders ( #191 )
2016-08-31 19:10:11 +02:00
Tobias Kunze
5f401f17d8
Add a footer and a second text field to invoices
...
Also, move to using localized strings for Invoice.additional_text
settings for consistency.
2016-08-30 19:49:29 +02:00
Raphael Michel
dc3e1e3d30
Got rid of javascript-based random generator
2016-08-29 23:46:17 +02:00
Tobias Kunze
6108aa880a
Typos & translations ( #211 )
...
* Translation work on german-informal
* Add translations for new options
2016-08-29 19:27:53 +02:00
Tobias Kunze
3458d64850
Add a count of elements to pagination elements ( #219 )
...
Also, add a second, upper pagination element to orders and attendees
list sites as those tend to get long.
2016-08-29 19:19:57 +02:00
Tobias Kunze
9548dc69a7
Fix #172 -- Add a filter for overdue orders ( #216 )
2016-08-29 19:16:48 +02:00
Tobias Kunze
7cbc497737
Fix #166 -- Do not resend links to cancelled orders ( #214 )
2016-08-29 19:12:44 +02:00
Tobias Kunze
1a24a2e892
Show a voucher's item's variation, if any, in list view ( #181 ) ( #213 )
2016-08-29 19:12:05 +02:00
Enrique Saez
3583dde1db
Fix #202 -- Allow the manual ordering of questions
...
* Allow the manual ordering of questions
Update Unit Tests
Fix some typos
* Add migrations
* Minor notation change
2016-08-29 18:36:56 +02:00
Raphael Michel
68967fbfda
Fixed mail settings form that was missing a field
2016-08-16 21:34:38 +02:00
Tobias Kunze
4191f93ece
Add setting determining invoice number format ( #193 )
2016-08-16 21:18:39 +02:00
Raphael Michel
1cb956d508
Added setting to disable order cancelling for users
2016-08-15 16:42:39 +02:00
Tobias Kunze
19e45ac294
Remove phone numers from invoices ( #189 )
2016-08-15 15:06:26 +02:00
Tobias Kunze
6fcf393aba
Include comment field in OrderDetail view
2016-08-12 15:13:53 +02:00
Raphael Michel
47682fd243
Refs #131 -- Allow manual reissuing of invoices
2016-08-05 11:34:02 +02:00
Raphael Michel
a22262aa30
Refs #131 -- Allow to regenerate an invoice
2016-08-05 11:26:13 +02:00
Raphael Michel
a61792ed4e
Do not issue invoices for free payments
2016-08-05 11:06:22 +02:00
Raphael Michel
a056ee732a
Added voucher list download as CSV
2016-08-05 10:32:06 +02:00