Commit Graph

  • a143dfbb37 Add Timerboard Structures, step 2 (#976) Adarnof 2018-02-23 21:36:57 -05:00
  • d8f4d56dd8 Add Timerboard Structures, step 2 (#976) Ariel Rin 2018-02-24 12:35:49 +10:00
  • 6b1da3b18a Briefly document the state system. Ensure add and delete permissions are created. Not sure why I prevented them - maybe a holdover from an earlier iteration of the state system? Adarnof 2018-02-23 21:34:48 -05:00
  • f0894f3415 Update group management docs showing merged admin pages. Give groupmanagement app a more friendly display name. Adarnof 2018-02-23 21:01:34 -05:00
  • 539295c1b7 Remove unpopulated first/last name fields from list display. Include only useful information in list display. Adarnof 2018-02-23 20:33:07 -05:00
  • 54f91a5bfb Simplify admin inline titles. More descriptive name format config admin list. Adarnof 2018-02-23 20:25:59 -05:00
  • f3c0d05c39 Embed authgroup into group admin. Mirror authgroup admin permissions from group model. Delete authgroup permissions. Adarnof 2018-02-23 18:21:58 -05:00
  • 9f9cc7ed42 Embed profile into user admin. Restrict main character choices to non-main characters or current main. If superuser, allow choosing any non-main character. Proxy user permissions to base model. Allow all staff to see permission list but not edit. Adarnof 2018-02-23 17:58:14 -05:00
  • 814b2da0ca Redirect all signals from admin proxy models. Adarnof 2018-02-23 14:44:12 -05:00
  • d58ac8a718 Remove references to removed setting. Version bump. Adarnof 2018-02-23 13:57:39 -05:00
  • d503243e12 Use new endpoint for adding Discord users. Closes #974 (cherry picked from commit 70c2a4a6e46ce34be1b981a60fd7efd065c235fb) Adarnof 2018-02-23 13:35:56 -05:00
  • 5962f0f29f Do not sanitize Discord names Adarnof 2018-02-23 13:10:39 -05:00
  • 7a9bb0c84b Centralize portrait/logo URL creation. Adarnof 2018-02-23 12:45:23 -05:00
  • 36ae2af29b Deduplicate login tokens. Adarnof 2018-02-23 12:02:57 -05:00
  • d192f23e6e Require exactly django-registration==2.4 Adarnof 2018-02-23 11:57:06 -05:00
  • 67cd0cd55c Reassess user groups on state change. Adarnof 2018-02-23 01:50:03 -05:00
  • 9e53d8b429 Correct migration dependency. Adarnof 2018-02-23 01:26:59 -05:00
  • f5abf82b95 Allow mapping of states to Teamspeak3 groups. Addresses #950 Adarnof 2018-02-23 01:22:51 -05:00
  • 8dd3a25b52 Remove mentions of no longer used invite code. Adarnof 2018-02-22 18:50:59 -05:00
  • d0aa46db08 Accept any ordering of groups in test. Adarnof 2018-02-22 18:10:24 -05:00
  • f0ff70566b Include expected state group in test. Adarnof 2018-02-22 18:01:14 -05:00
  • efecf5113b Correct celery eagerness during tests. Adarnof 2018-02-22 18:00:03 -05:00
  • 980569de68 Do not attempt to serialize User models Adarnof 2018-02-22 17:54:35 -05:00
  • 9c74952607 Correct CorpStats tests. Adarnof 2018-02-22 17:44:59 -05:00
  • 70c2a4a6e4 Use new endpoint for adding Discord users. Adarnof 2018-02-22 17:41:38 -05:00
  • a2f4226381 Delete Discord users if they've left the server. Adarnof 2018-02-22 15:40:19 -05:00
  • 99b136b824 Delete Discord users if they've left the server. Adarnof 2018-02-22 15:37:29 -05:00
  • ae4116c0f6 Create new role with desired attributes in one call. Adarnof 2018-02-22 15:22:35 -05:00
  • 1ce041b90a Prevent new roles from being sorted separately. Addresses #969 Adarnof 2018-02-22 14:44:48 -05:00
  • 3080d7d868 Prevent new roles from being sorted separately. Addresses #969 Adarnof 2018-02-22 14:43:59 -05:00
  • 08cf8ae1d6 Capture permission changes from proxy model on admin Adarnof 2018-02-22 14:28:23 -05:00
  • 3ed0f873f3 Capture signals sent by admin proxy models. This will prevent those weird missing UserProfile and AuthGroup errors. Add logging to authentication signals. Correct reverse migration authservicesinfo creation. Rename proxy models so they look better on the admin site. Adarnof 2018-02-22 14:25:43 -05:00
  • 5060d3f408 Ensure login tokens always get attached to the user. Adarnof 2018-02-22 13:40:02 -05:00
  • ef24bea562 Put missing logout redirect setting back. Adarnof 2018-02-22 13:31:50 -05:00
  • c18efaa33d Default login scopes to publicData Adarnof 2018-02-22 13:27:47 -05:00
  • b6b14f6f1c Ensure all columns are perfectly aligned. Prevent sorting/searching portraits and killboard links. Default sorting to character names. Adarnof 2018-02-22 13:06:07 -05:00
  • a90a52f426 Ensure api backoff returns result of decorated function Adarnof 2018-02-22 02:10:27 -05:00
  • 91ec924acc Ensure api backoff returns result of decorated function Adarnof 2018-02-22 02:08:32 -05:00
  • bd5ea38446 Add a warning against editing base.py Beautify local.py by removing big block comments. Move some settings back to base.py which don't need to be in local.py Adarnof 2018-02-21 22:32:23 -05:00
  • f8248f46e5 Update docs to reflect refreshing changes Adarnof 2018-02-21 22:08:45 -05:00
  • b09c454bf0 Can be updated by any user who can view Adarnof 2018-02-21 22:02:46 -05:00
  • d825689da4 Add settings section to service docs. Remove references to settings.py. (#942) colcrunch 2018-02-21 20:39:55 -05:00
  • 0f1535161c Handle HTTP429 on nickname API endpoint Adarnof 2018-02-21 17:50:56 -05:00
  • a64dda2a2e Handle HTTP429 on nickname API endpoint Adarnof 2018-02-21 17:47:05 -05:00
  • 8ce8789631 Discord Sanitization Removal (#947) colcrunch 2018-02-21 17:40:41 -05:00
  • 2b2f367c30 Updated Strucure Choices Adarnof 2018-02-21 17:23:36 -05:00
  • 1caa4b6baa
    Merge pull request #973 from soratidus999/timerupdates Adarnof 2018-02-21 17:20:22 -05:00
  • 4d194457d8 Include state in service group sync. Adarnof 2018-02-21 17:11:22 -05:00
  • 0474fa6d17
    Updated Strucure Choices Ariel Rin 2018-02-21 23:01:08 +10:00
  • 6f7cf8805d
    Correct background resizing on Firefox Adarnof 2018-02-20 15:29:56 -05:00
  • 36e39503c8
    Use symbolic links for supervisor conf Adarnof 2018-02-20 14:46:28 -05:00
  • e7a24c9cd4
    Explicitly forbid logging in as allianceserver Adarnof 2018-02-20 13:07:16 -05:00
  • bd8a8922cc
    Detailed superuser main character instructions Adarnof 2018-02-20 12:52:00 -05:00
  • 396b2e0fb6
    Select all esi scopes when registering application Adarnof 2018-02-20 12:35:11 -05:00
  • 36e382fadb
    Move SSL header instructions to SSL block Adarnof 2018-02-20 12:29:12 -05:00
  • d2666f2440
    Instructions for accessing superuser account Adarnof 2018-02-20 12:20:07 -05:00
  • 397ca97f0f Add missing context to teamspeak join template. Adarnof 2018-02-13 18:07:34 -05:00
  • 631bb439a4 Remove celery setting namespace. Somehow it prevents celerybeat tasks from being registered. Doesn't work with or without the namespace prefix on CELERYBEAT_SCHEDULE Adarnof 2018-02-12 21:55:19 -05:00
  • a4003e188e
    Correct string formatting format Adarnof 2018-02-12 18:53:23 -05:00
  • f4a9ba2db8 Remove reference to deleted function. Adarnof 2018-02-09 01:16:27 -05:00
  • 895a62c475 Include leading http(s) on activation link. Closes #961 Adarnof 2018-02-09 01:11:35 -05:00
  • ac5a0d9dcb
    Remove obsolete function call Basraah 2018-02-04 19:15:10 +10:00
  • b8644d5c93 Remove unnecessary next URL from lang select. This is automatically determined by the lang select view if not specified. https://docs.djangoproject.com/en/2.0/topics/i18n/translation/#the-set-language-redirect-view Closes #958 Adarnof 2018-02-02 19:55:59 -05:00
  • 4d8baf1af0 V2 Fix redirect issues in HRApps (#951) ghoti 2018-01-11 19:06:10 -05:00
  • f70987de09
    Version bump v2.0b2 Basraah 2018-01-09 12:38:49 +10:00
  • 9d02b1530c
    Update contributors Basraah 2018-01-09 12:34:21 +10:00
  • 3d532dae01 Fix celery in tests Basraah 2018-01-09 12:11:54 +10:00
  • 02247b067f
    Include INSTALLED_APPS setting Adarnof 2018-01-08 10:50:24 -05:00
  • 63c2668171 Change static path to match default install Basraah 2018-01-08 21:15:19 +10:00
  • 5575039126 Remove obsolete section on automatic groups Basraah 2018-01-08 21:07:29 +10:00
  • f97c8f2ce4 Fix issue causing queue length query to hang Basraah 2018-01-08 18:20:29 +10:00
  • 6baab1d006 New apache guide for proxying to wsgi worker Adarnof 2018-01-08 00:52:10 -05:00
  • 17adf04860 Correct CentOS supervisor config folder. Install gunicorn before starting auth project. Adarnof 2018-01-08 00:14:17 -05:00
  • e1907d9d17
    Do not localize comment count Adarnof 2018-01-07 21:07:53 -05:00
  • f871ecb425 Namespace celery settings to correct broker issues Adarnof 2018-01-07 19:50:34 -05:00
  • 4a425cde78 Set the email from address for SparkPost Adarnof 2018-01-07 19:39:27 -05:00
  • f56252b0cc Fix celery broker url config Basraah 2018-01-06 12:16:30 +10:00
  • 7ae6c66beb Fix registration of services signals Basraah 2018-01-06 12:08:53 +10:00
  • be90fb96ea Remove unnecessary param Basraah 2017-12-28 10:18:50 +10:00
  • dd3350b169 Fix field name Basraah 2017-12-28 09:20:11 +10:00
  • cdd1ba1fe3 Use coerce to allow PEP440 to partially work Basraah 2017-12-23 15:05:51 +10:00
  • 10ea12c867 Prevent error on bad version Basraah 2017-12-23 14:44:26 +10:00
  • e6358d948a Fix bug preventing users being added to alliance autogroups Basraah 2017-12-23 14:43:05 +10:00
  • 1101572f78 Set token user to allow ownership creation Adarnof 2017-12-22 12:20:55 -05:00
  • 0cf8836832 Use primary key for FK assignment Adarnof 2017-12-22 11:32:45 -05:00
  • 6e4562b0e6 Don't rely on manager in migration Adarnof 2017-12-22 11:19:53 -05:00
  • 856f1e176a Fix copy paste error, add extra debug output Basraah 2017-12-22 11:35:49 +10:00
  • 1653a57e7b Do not set request main character Adarnof 2017-12-21 19:28:39 -05:00
  • 5f03e580c2
    Make manager available in migrations Adarnof 2017-12-21 15:37:54 -05:00
  • d370ae48a2
    Full import path Adarnof 2017-12-21 15:32:42 -05:00
  • 38baeba254
    Load signals with app Adarnof 2017-12-21 15:25:53 -05:00
  • 478f9b9390
    Fix typo Adarnof 2017-12-21 15:20:20 -05:00
  • 82ad3821c4
    Avoid using model property in migration Adarnof 2017-12-21 15:15:01 -05:00
  • 07afaf12d5
    Fix bracket. Adarnof 2017-12-21 14:13:16 -05:00
  • 2e214e442c Sort Completed HR apps by create date (most recent first) (#931) ghoti 2017-12-20 18:03:51 -05:00
  • 2c98cbd020 Sort completed HR apps by create date (most recent first) (#930) v2.0b1 ghoti 2017-12-20 18:03:27 -05:00
  • 1fe9d18a1a Include confusable_homoglyphs data files. Adarnof 2017-12-15 12:43:31 -05:00
  • 02a75a931a Correct corp_id argument Adarnof 2017-12-15 11:28:54 -05:00
  • af7a432f29 Include basic app installation instructions. Adarnof 2017-12-14 18:01:47 -05:00
  • 770aca923f Reorder migrations to allow updating from v1.15.6 Adarnof 2017-12-14 17:48:54 -05:00