75 Commits

Author SHA1 Message Date
salartarium
c5918b9b3c Use https where applicable 2024-10-18 02:29:33 +00:00
Ariel Rin
13d866bd0d
RST to MyST, pyproject doc dependencies, add sphinx tabs 2023-10-27 16:37:09 +10:00
Peter Pfeufer
d0118e6c0b
[FIX] File permissions 2023-08-01 12:55:19 +02:00
Ariel Rin
4204c44bde Merge branch 'transifex' into 'master'
Update from Transifex

See merge request allianceauth/allianceauth!1497
2023-04-25 10:05:38 +00:00
Ariel Rin
8da0122d17 Update from Transifex 2023-04-25 10:05:38 +00:00
Peter Pfeufer
36866cc59b
[ADDED] snipere4agle1 to the list of active developers 2023-04-24 09:56:40 +02:00
Peter Pfeufer
298bdd98ed
[Change] Dev Team updated in readme 2023-04-24 09:50:47 +02:00
Ariel Rin
70d1d450a9 Add Korean and Russian as features 2020-09-03 12:24:23 +00:00
Erik Kalkoken
d831482fe0 Docs only: Harmonize gunicorn config, add localization feature 2020-03-26 01:55:03 +00:00
ErikKalkoken
7b1bf9a4e2 Improve readme and add missing version info to setup 2020-01-24 20:05:55 +01:00
Ariel Rin
3570ce86d7 Add Ariel Rin and Col Crunch as developers to readme 2019-03-17 05:39:43 +00:00
colcrunch
79c5be02e2 Update Readme and fix GitLab announcements 2018-12-20 22:04:39 +00:00
Ariel Rin
a3038cad00 Update GitHub references to Gitlab 2018-11-30 03:55:19 +00:00
Basraah
5b41d0995f Update README.md badges 2018-06-06 07:12:10 +00:00
Adarnof
507eda8a7d Version bump to 2.0 2018-04-21 20:44:15 -04:00
Adarnof
1b5ecaed80 Requirement to sign license agreement for contributing.
Restructure user lists.
Remove reference to long-dead alliance in description.
2018-02-24 00:13:47 -05:00
Basraah
9d02b1530c
Update contributors 2018-01-09 12:34:21 +10:00
Basraah
2efaf40370 Update readme 2017-09-21 16:21:25 +10:00
Adarnof
078ec785e4 Alter docs link to default version 2017-02-22 23:35:53 -05:00
Basraah
11d52d476c Added build and coverage badges to readme 2017-01-25 13:08:53 +10:00
Adarnof
e1ccd972e4 Clean up readme. Add rtfd badge. 2017-01-06 01:10:41 -05:00
Adarnof
1b4f5e4e88 Adarnof's Little Things (#547)
* Port to Django 1.10
Initial migrations for current states of all models. Requires faking to retain data.
Removed all references to render_to_response, replacing with render shortcut.
Same for HttpResponseRedirect to render shortcut.
Corrected notification signal import to wait for app registry to finish loading.

* Correct typos from render conversion

* Modify models to suppress Django field warnings

* Script for automatic database conversion
 - fakes initial migrations to preserve data
Include LOGIN_URL setting

* Correct context processor import typo

* Removed pathfinder support.
Current pathfinder versions require SSO, not APIs added to database.
Conditionally load additional database definitions only if services are enabled.
Prevents errors when running auth without creating all possible databases.

* Condense context processors

* Include Django 1.10 installation in migrate script
Remove syncdb/evolve, replace with migrate for update script

* Replaced member/blue perms with user state system
Removed sigtracker
Initial migrations for default perms and groups
Removed perm bootstrapping on first run

* Clean up services list

* Remove fleet fittings page

* Provide action feedback via django messaging
Display unread notification count
Correct left navbar alignment

* Stop storing service passwords.
Provide them one time upon activation or reset.
Closes #177

* Add group sync buttons to admin site
Allow searcing of AuthServicesInfo models
Display user main character

* Correct button CSS to remove underlines on hover

* Added bulk actions to notifications
Altered notification default ordering

* Centralize API key validation.
Remove unused error count on API key model.
Restructure API key refresh task to queue all keys per user and await completion.
Closes #350

* Example configuration files for supervisor.
Copy to /etc/supervisor/conf.d and restart to take effect.
Closes #521
Closes #266

* Pre-save receiver for member/blue state switching
Removed is_blue field
Added link to admin site

* Remove all hardcoded URLs from views and templates
Correct missing render arguments
Closes #540

* Correct celeryd process directory

* Migration to automatically set user states.
Runs instead of waiting for next API refresh cycle. Should make the transition much easier.

* Verify service accounts accessible to member state

* Restructure project to remove unnecessary apps.
(celerytask, util, portal, registraion apps)
Added workarounds for python 3 compatibility.

* Correct python2 compatibility

* Check services against state being changed to

* Python3 compatibility fixes

* Relocate x2bool py3 fix

* SSO integration for logging in to existing accounts.

* Add missing url names for fleetup reverse

* Sanitize groupnames before syncing.

* Correct trailing slash preventing url resolution

* Alter group name sanitization to allow periods and hyphens

* Correct state check on pre_save model for corp/alliance group assignment

* Remove sigtracker table from old dbs to allow user deletion

* Include missing celery configuration

* Teamspeak error handling

* Prevent celery worker deadlock on async group result wait

* Correct active navbar links for translated urls.
Correct corp status url resolution for some links.
Remove DiscordAuthToken model.
2016-10-16 18:01:14 -04:00
Mr McClain
fa9992f1d6 Fixed Grammer 2016-04-11 02:53:35 -05:00
Adarnof
8d44980304 Corrected missing comment form
Updated permissions in readme
2016-03-14 00:35:08 +00:00
Adarnof
e342be4567 Explained hrapplication permissions 2016-03-08 21:09:24 +00:00
Adarnof
459790982d Removed references to depreciated permissions
`corp_stats` and `corputils` were replaced with `corp_apis` and `alliance_apis`
2016-03-03 19:18:03 -05:00
Ydmir
cb50697537 Updated readme with the new permissions. 2016-02-27 00:50:16 +01:00
Adarnof
11e8e2b1d6 Update README.md 2016-02-19 15:50:53 -05:00
The Gitter Badger
42bc13abbc Add Gitter badge 2016-02-19 04:27:02 +00:00
Adarnof
1d99ef69d1 Front-end notification model
Context processor to count notifications for display in base template
Logging handler to generate notifications for users with permission
2016-02-13 05:25:57 +00:00
Adarnof
45e1adf3b3 Merge pull request #200 from Ydmir/corputils
Corputils
2016-01-31 13:58:26 -05:00
Ydmir
986816fdc7 Now sending the character model to the rendering instead of the character names so more info is available. 2016-01-24 21:47:24 +01:00
Mr McClain
0c73328529 added sigtracker and operations timer permissions 2016-01-20 22:32:20 -06:00
Mr McClain
fb8b523047 Updated Developers 2016-01-25 23:51:50 -06:00
Adarnof
1a3d37a93a Included new permission jabber_broadcast_all 2016-01-06 05:37:02 +00:00
Adarnof
d8bc01484f Updated README to point to allianceauth.com for new guides. 2015-11-28 05:32:57 +00:00
Raynaldo Rivera
cce15d1667 Added srp program features, updated hr applications to support adding a "mark in progress" 2014-11-26 22:09:57 -07:00
Raynaldo Rivera
a1ae283063 Added special shoutout to readme. 2014-11-23 02:41:39 -07:00
Raynaldo Rivera
09e16b8c9b Added special shoutout to readme. 2014-11-23 02:41:18 -07:00
Raynaldo Rivera
1dcc55a890 Added special shoutout to readme. 2014-11-23 02:40:41 -07:00
Raynaldo Rivera
8be994e46a Added special shoutout to readme. 2014-11-23 02:38:19 -07:00
Raynaldo Rivera
0bb6de92d3 Added another check to tasks 2014-11-21 19:32:24 -07:00
Raynaldo Rivera
57b69a9591 Added another check to tasks 2014-11-21 19:31:32 -07:00
Raynaldo Rivera
70ccae07b4 Added another check to tasks 2014-11-21 19:10:42 -07:00
Raynaldo Rivera
e5272cb556 Added another check to tasks 2014-11-21 18:49:59 -07:00
Raynaldo Rivera
2dc37d371e Added update info to readme 2014-11-21 18:33:32 -07:00
Raynaldo Rivera
ac4ca8b87d Added important note to readme 2014-11-20 14:50:32 -07:00
Raynaldo Rivera
d1244a97e3 Added timerboard feature 2014-11-16 01:10:41 -07:00
Raynaldo Rivera
362667e70f Moved vagrant scripts. Updated readme 2014-11-15 17:12:32 -07:00
Raynaldo Rivera
b34cf2a21c Added update to both readme and settings.py 2014-11-15 02:57:20 -07:00