Henrik Levkowetz
01ece5bddc
Added a warnings filter and a conversion of syslgog tag argument to 'str'.
...
- Legacy-Id: 16443
2019-07-15 15:35:17 +00:00
Henrik Levkowetz
ccf58c9526
Removed a couple of old unused setting variables, and added the equivalent current one.
...
- Legacy-Id: 16440
2019-07-09 15:56:38 +00:00
Henrik Levkowetz
10380e22b5
Added another warnings filter.
...
- Legacy-Id: 16418
2019-07-07 13:00:00 +00:00
Henrik Levkowetz
0a047e1fcc
Added some warning filters.
...
- Legacy-Id: 16390
2019-07-04 20:50:04 +00:00
Henrik Levkowetz
e27a06c0b8
Added a warnings filter for deprecated library code.
...
- Legacy-Id: 16332
2019-06-29 13:25:30 +00:00
Henrik Levkowetz
d8ac01dd42
Removed anora from installed apps, and changed PEM key to bytes instead of str.
...
- Legacy-Id: 16318
2019-06-28 13:29:56 +00:00
Henrik Levkowetz
d7f5c84182
Initial 2to3 patch with added copyright statement updates.
...
- Legacy-Id: 16309
2019-06-27 14:40:54 +00:00
Henrik Levkowetz
4e603c263c
Set version info and settings back to development mode
...
- Legacy-Id: 16296
2019-06-20 13:18:03 +00:00
Henrik Levkowetz
8830c1793d
Set version info to release version 6.98.1 before branching.
...
- Legacy-Id: 16294
2019-06-20 13:17:02 +00:00
Henrik Levkowetz
34d17c389a
Set version info and settings back to development mode
...
- Legacy-Id: 16268
2019-06-16 14:20:07 +00:00
Henrik Levkowetz
4b7c8cb3a0
Set version info to release version 6.98.0 before branching.
...
- Legacy-Id: 16266
2019-06-16 14:19:47 +00:00
Henrik Levkowetz
426870b766
Merged in the Document and DocAlias primary key change and m2m work in ^/personal/henrik/6.96.1-docalias.
...
- Legacy-Id: 16261
2019-06-15 12:00:48 +00:00
Henrik Levkowetz
df08d82d88
Set version info and settings back to development mode
...
- Legacy-Id: 16246
2019-06-14 13:31:02 +00:00
Henrik Levkowetz
02409c4b8f
Set version info to release version 6.97.1 before branching.
...
- Legacy-Id: 16244
2019-06-14 13:30:51 +00:00
Henrik Levkowetz
815602351f
This is a series of 50 migrations that changes the Document and DocAlias
...
primary keys from character strings to integers, and makes corresponding code
changes.
This was prompted by database limitations discovered when trying to make
DocAlias use a m2m document field; with 255 long strings as primary keys for
Document and DocAlias this violated the MySQL database limitations.
Changing the primary keys to integers should also improve efficiency.
Due to the data migrations which create the new integer primary keys and adds
corresponding integer foreign keys matching the previous string foreign keys
in all tables having foreign keys to Document and DocAlias, some of these
migrations take a long time. The total set of migrations are expected to have
a runtime on the order of 2 hours.
- Legacy-Id: 16237
2019-06-10 11:32:46 +00:00
Henrik Levkowetz
47cbb8cf1b
Moved some explicit URLs from code and templates to settings (related to www6 cleanup).
...
- Legacy-Id: 16230
2019-06-03 14:53:30 +00:00
Henrik Levkowetz
fac6433641
Added a comment in settings.py
...
- Legacy-Id: 16227
2019-06-01 16:00:01 +00:00
Henrik Levkowetz
9733908fff
Removed a patch from the list of package patches to apply.
...
- Legacy-Id: 16225
2019-05-23 18:16:29 +00:00
Henrik Levkowetz
4986f50c85
Set version info and settings back to development mode
...
- Legacy-Id: 16222
2019-05-23 15:10:46 +00:00
Henrik Levkowetz
47c04e0618
Set version info to release version 6.97.0 before branching.
...
- Legacy-Id: 16220
2019-05-23 15:10:04 +00:00
Henrik Levkowetz
a62e029932
After feedback from the RFC-Editor staff, changed the URL POST notification of Group name changes to an Email notification.
...
- Legacy-Id: 16210
2019-05-15 18:40:23 +00:00
Henrik Levkowetz
f1ab5a78f1
Updated settings with EC/P-256 api keys (JWT does not support RS2048, which is what we had). Added a variable for RFC Editor group name notifications, with a placeholder value.
...
- Legacy-Id: 16206
2019-05-14 13:04:58 +00:00
Henrik Levkowetz
d627049531
Set version info and settings back to development mode
...
- Legacy-Id: 16199
2019-05-06 15:36:24 +00:00
Henrik Levkowetz
a393bc1991
Set version info to release version 6.96.0 before branching.
...
- Legacy-Id: 16197
2019-05-06 15:35:00 +00:00
Henrik Levkowetz
7b93709a3b
Tweaked the greate_group_wikis management command to accept trailing fileglob wildcards on adhoc wiki group acronyms. Added a generic NomCom wiki to the list of adhoc wikis to be created and maintained, with admins from active nomcom* groups.
...
- Legacy-Id: 16176
2019-04-29 12:30:36 +00:00
Henrik Levkowetz
226e0e1283
Set version info and settings back to development mode
...
- Legacy-Id: 16173
2019-04-26 11:25:14 +00:00
Henrik Levkowetz
3cf3c7479d
Set version info to release version 6.95.1 before branching.
...
- Legacy-Id: 16171
2019-04-26 11:24:18 +00:00
Henrik Levkowetz
ec91cb4448
Added a warnings filter for a deprecated library (defusedxml.lxml) imported from another library (tastypie).
...
- Legacy-Id: 16167
2019-04-26 11:00:33 +00:00
Henrik Levkowetz
255a815378
Added some HTTP header settings for better security. Brings results at https://securityheaders.com/ up to 'A'.
...
- Legacy-Id: 16142
2019-04-10 15:30:18 +00:00
Henrik Levkowetz
196e80c4d6
Set version info and settings back to development mode
...
- Legacy-Id: 16140
2019-04-09 11:55:41 +00:00
Henrik Levkowetz
def158dd85
Set version info to release version 6.95.0 before branching.
...
- Legacy-Id: 16138
2019-04-09 11:55:28 +00:00
Henrik Levkowetz
d565375028
Merged in [16102] from rjsparks@nostrum.com:
...
Allow logged in users to propose slides for meeting sessions. Fixes #2547 and #2403 .
- Legacy-Id: 16118
Note: SVN reference [16102] has been migrated to Git commit becad91b0b
2019-03-28 13:02:29 +00:00
Robert Sparks
becad91b0b
Allow logged in users to propose slides for meeting sessions. Fixes #2547 and #2403 . Commit ready for merge.
...
- Legacy-Id: 16102
2019-03-25 16:10:00 +00:00
Henrik Levkowetz
b610f0b099
Added a skipIf() decorator for a test which should not be run unless the ghostscript binary is available in the test environment.
...
- Legacy-Id: 16076
2019-03-23 08:38:22 +00:00
Henrik Levkowetz
7224e06f3d
Set version info and settings back to development mode
...
- Legacy-Id: 16047
2019-03-19 18:01:30 +00:00
Henrik Levkowetz
65d486cba5
Set version info to release version 6.94.1 before branching.
...
- Legacy-Id: 16045
2019-03-19 18:01:16 +00:00
Henrik Levkowetz
e3ef3c7f3b
Set version info and settings back to development mode
...
- Legacy-Id: 16028
2019-03-13 15:10:05 +00:00
Henrik Levkowetz
4e16244cd8
Set version info to release version 6.94.0 before branching.
...
- Legacy-Id: 16026
2019-03-13 15:09:51 +00:00
Henrik Levkowetz
682ddee8e4
Reverted earlier application of on_behalf_of() at mail sending call points, and instead did all on_behalf_of processing in condition_message(). Added insertion of Reply-To header fields in this case. Changed all use of the mail-sending 'extra' parameters to use value lists. Updated a bunch of tests accordingly.
...
- Legacy-Id: 16020
2019-03-11 17:01:33 +00:00
Henrik Levkowetz
17824652cb
Set version info and settings back to development mode
...
- Legacy-Id: 16005
2019-03-05 17:53:12 +00:00
Henrik Levkowetz
57e5ea2feb
Set version info to release version 6.93.0 before branching.
...
- Legacy-Id: 16003
2019-03-05 17:53:02 +00:00
Henrik Levkowetz
46bb4539c5
Added two new functions to replace email From: of users with On-behalf-of addresses, with associated values in settings. Added a catchall stanza in the mail sending pipeline to catch anything not already changed to On-behalf-of addresses.
...
- Legacy-Id: 15987
2019-03-04 20:06:44 +00:00
Henrik Levkowetz
d820a78e6f
Set version info and settings back to development mode
...
- Legacy-Id: 15979
2019-02-26 12:28:00 +00:00
Henrik Levkowetz
8f02f68a33
Set version info to release version 6.92.1 before branching.
...
- Legacy-Id: 15977
2019-02-26 12:27:32 +00:00
Henrik Levkowetz
3c4b0ee1a3
Set version info and settings back to development mode
...
- Legacy-Id: 15969
2019-02-25 13:08:52 +00:00
Henrik Levkowetz
1b44adffeb
Set version info to release version 6.92.0 before branching.
...
- Legacy-Id: 15967
2019-02-25 13:08:42 +00:00
Henrik Levkowetz
3b50082904
Set version info and settings back to development mode
...
- Legacy-Id: 15931
2019-02-04 11:58:28 +00:00
Henrik Levkowetz
c78c5b9548
Set version info to release version 6.91.0 before branching.
...
- Legacy-Id: 15929
2019-02-04 11:58:09 +00:00
Henrik Levkowetz
57a4c9f41f
Added 9 new group features, and changed list-like char fields to json fields, to get better support for using the values as lists. Modified code to use the group features instead of explicit lists of group types in many places in the code.
...
- Legacy-Id: 15908
2019-01-22 18:11:46 +00:00
Henrik Levkowetz
97db43d011
Set version info and settings back to development mode
...
- Legacy-Id: 15886
2019-01-14 15:25:58 +00:00