Alexander Brandon Coles
|
d17da65477
|
Freeze string literals in app/models
rubocop -A --only Style/FrozenStringLiteralComment,Layout/EmptyLineAfterMagicComment,Style/RedundantFreeze app/models
|
2025-07-22 18:26:13 +01:00 |
|
Ivan Kuchin
|
4911b8a149
|
remove years from copyrights (except for COPYRIGHT file)
|
2024-07-31 15:02:49 +02:00 |
|
ulferts
|
83bd82d33d
|
persisted project queries
|
2024-01-25 13:49:25 +01:00 |
|
Christophe Bliard
|
c795874f7f
|
Update copyright year for 2024
command used: `rg -l 'Copyright \(C\) 2012-202\d the OpenProject' | xargs -n 100 sed -i -r 's/Copyright \(C\) 2012-202. the OpenProject/Copyright (C) 2012-2024 the OpenProject/'`
|
2024-01-02 16:23:54 +01:00 |
|
Christophe Bliard
|
21a696ef9b
|
Update copyright information for 2023
|
2022-12-30 15:51:26 +01:00 |
|
Christophe Bliard
|
a33524ef6d
|
remove ruby magic comment for utf-8
ruby interprets source encoding as utf-8 since 2.0.0, making magic comment redundant and useless
|
2022-03-10 19:36:58 +01:00 |
|
Christophe Bliard
|
bc8d423ec2
|
update copyright information for 2022
|
2022-03-01 17:05:59 +01:00 |
|
Oliver Günther
|
3b455b8129
|
Move base filter and order into their namespaces
|
2021-09-13 14:19:12 +02:00 |
|
Oliver Günther
|
ccfa29c728
|
Move license and copyright docs to root, fix names and references
|
2021-09-02 21:50:46 +02:00 |
|
ulferts
|
b8ca382d34
|
Group API (#9034)
* include group members into resource
* GET /api/v3/groups endpoint
* POST /api/v3/groups
* PATCH /api/v3/groups/:id
* DELETE /api/v3/groups/:id
|
2021-02-23 09:59:49 +01:00 |
|