285 Commits

Author SHA1 Message Date
1f5df4cc5a
refactor(deorgify): misc updates, remove unnecessary stuff
Signed-off-by: miguel456 <me@nogueira.codes>
2023-07-02 14:58:59 +01:00
0d9477aea2
refactor(deorgify): update copyright footer
Signed-off-by: miguel456 <me@nogueira.codes>
2023-07-02 14:48:44 +01:00
7100a4d1b4
refactor(deorgify): deorgify homepage header
Signed-off-by: miguel456 <me@nogueira.codes>
2023-07-02 14:34:05 +01:00
a99689006b
refactor(l10n): remove untranslated components in home page
Signed-off-by: miguel456 <me@nogueira.codes>
2023-06-29 22:51:46 +01:00
b58922b168
chore: update demo mode wipe time for consistency
Signed-off-by: miguel456 <me@nogueira.codes>
2023-06-29 20:27:01 +01:00
2b1caeb80c
branch commit
Signed-off-by: miguel456 <me@nogueira.codes>
2023-06-29 18:21:58 +01:00
a3aa444bf9
refactor(theme): update theme to better fit updated logo
Signed-off-by: miguel456 <me@nogueira.codes>
2023-02-26 04:37:18 +00:00
ea44af003c
refactor(theme): update theme to better fit updated logo
Signed-off-by: miguel456 <me@nogueira.codes>
2023-02-26 04:28:57 +00:00
c48f2a9ec2
refactor(theme): update app logos and how they are displayed
Signed-off-by: miguel456 <me@nogueira.codes>
2023-02-26 03:12:28 +00:00
25fe13f091
chore(deps): added adminlte vendored items
(this might not be entirely necessary unless we're changing everything adminlte publishes)

Signed-off-by: miguel456 <me@nogueira.codes>
2023-02-26 02:15:25 +00:00
0695262e73
chore(deps): updated adminlte assets
Signed-off-by: miguel456 <me@nogueira.codes>
2023-02-26 02:11:00 +00:00
91990e7a1d
feat(providers): remove call to registerPolicies because it's now called by the framework
Signed-off-by: miguel456 <me@nogueira.codes>
2023-02-26 01:01:18 +00:00
621d262d29
fix: show age in user mgmt page and appl page
Signed-off-by: miguel456 <me@nogueira.codes>
2022-10-28 20:15:45 +01:00
9750e2cfcd
fix: close unclosed img tag breaking the layout
Signed-off-by: miguel456 <me@nogueira.codes>
2022-10-26 21:18:57 +01:00
b89d71b371
Revert "Revert "merge 1""
This reverts commit 0c463d1f10145bf99dd63fd7128f992ab2371ffb.
2022-10-24 01:04:22 +01:00
0c463d1f10
Revert "merge 1"
This reverts commit 0bc6c20a6d6ad9b906827b9d3f3034a811178f60.
2022-10-24 01:03:43 +01:00
0bc6c20a6d
merge 1
Signed-off-by: miguel456 <me@nogueira.codes>
2022-10-24 01:01:10 +01:00
d23820598f refactor: refactored non-specific strings on homepage
The homepage has organization-specific strings, that aren't translated and are in Portuguese. These haven't been touched.
2022-03-31 17:25:25 +01:00
6338b3ef8b refactor: refactored auth strings 2022-03-31 17:25:25 +01:00
e0844a7a2b refactor: refactored strings on primary user views 2022-03-31 17:25:25 +01:00
678ac68c57 refactor: refactored strings on user profile views 2022-03-31 17:25:25 +01:00
3f3f10e508 refactor: refactored strings on dashboard 2022-03-31 17:25:25 +01:00
44874fbdc5 feat: added strings to Teams feature 2022-03-31 17:25:25 +01:00
703032a008 refactor: refactored strings for application forms 2022-03-31 17:25:25 +01:00
498fe5d09e refactor: refactored administration strings
This commit also removes support for French and Spanish, and adds support for Brazillian Portuguese.
Additionally, the accidental leave protection on the form builder has also been fixed.
2022-03-31 17:25:25 +01:00
9d967a514b feat: add help ukraine widget 2022-03-15 17:17:50 +00:00
a265debe4c feat: add account unlock/lock notifications 2022-03-07 19:43:14 +00:00
a4f41b8f8d fix: add constraint actions to db structure
This commit adds several missing "cascade delete" actions to relationships on database tables. This effectively fixes errors while trying to delete user accounts because of pending child records.

Additionally, the observers for applications and vacancies were removed, since they are now obsolete.

The account deletion system was also refactored.
2022-03-07 18:14:42 +00:00
6c843812d2 fix: remove account name from 403 error
This commit removes the user's name from the error message, as a 403 may be triggered by someone who is logged out, e.g. suspended user with no permission to access registration page.
2022-03-05 23:12:37 +00:00
4e51a4bc8b fix: updated dashboard footer information 2022-02-24 05:50:26 +00:00
0a66bde951 fix: update statuspage btn 2022-02-24 03:30:47 +00:00
2a84c83b4f feat: add statuspage btn to err pages 2022-02-24 03:29:15 +00:00
641fd191a9 feat: custom http error pages 2022-02-24 03:04:49 +00:00
be494b5f21 feat: add pagination to absence list 2022-02-24 01:28:36 +00:00
4f824525cb fix: always redirect users to own absence list 2022-02-24 01:09:07 +00:00
89a67f8802 fix: always redirect users to own absence list 2022-02-24 01:00:28 +00:00
e567094f40 feat: add loa requests
This commit adds a feature that allows users to request periods of inactivity from their managers. This is effectively known as a leave of absence.

The commit also introduces new permissions and migrations, therefore, you'll need to adapt your database according to these changes.
2022-02-24 00:56:46 +00:00
f61a287c78 chore: upgrade to L9
BREAKING CHANGE: This commit updates the Laravel framework to version 9. Additionally, it also updates outdated and abandoned dependencies in the composer.json file.

The resources/lang directory has also been moved to the repository's root directory.
2022-02-22 19:46:18 +00:00
b6213bc66f improvement: improve user search box 2022-02-22 16:54:52 +00:00
5e203bc983 fix: switch source of user profile pictures
This commit switches the source of user profile pictures displayed on comments to the source defined on their profile.

 The profile image was previously being fetched from the applicant's profile.
2022-02-22 03:20:46 +00:00
0d62167f0c Add pagination and order to applications page 2022-02-11 02:11:59 +00:00
294c678283 Fix broken opt-in notifications 2022-02-11 00:51:16 +00:00
1c9f223d3f Improved account status notifications in the dashboard 2022-02-07 20:02:46 +00:00
e5a710642a Add missing translations in the dashboard 2022-02-07 19:00:48 +00:00
23a191deb9 Add LOA feature, improve components 2022-02-07 18:59:22 +00:00
d6e248b571 Improve user list 2022-02-02 05:59:33 +00:00
4da435dc1e Remove "staff member" list 2022-02-02 05:36:09 +00:00
9bf27fd3f4 Disable user account deletion 2022-02-01 22:26:46 +00:00
93b015f98b Remove giveaway page and announcements 2021-12-19 03:43:30 +00:00
5a4c59a614 Adjust live player height 2021-12-17 21:32:45 +00:00