Clemens
57a9729094
linting
2024-05-13 14:29:54 +02:00
Clemens
e55533d64d
Added migration for creation of federation_host table
2024-05-13 14:15:36 +02:00
Clemens
cf9953a612
linting
2024-05-13 12:28:31 +02:00
Clemens
c3fb34d5b4
fixed some comments
2024-05-13 12:00:16 +02:00
Clemens
379b0234eb
added test cases for federationhost
2024-05-13 12:00:02 +02:00
Clemens
8f42684599
Renamed field of FederationHost
2024-05-13 11:24:50 +02:00
Clemens
c4f9f8578a
Introduced ErrNotValid
2024-05-13 11:14:04 +02:00
Michael Jerger
cb4690e570
linting
2024-05-13 07:45:37 +02:00
Michael Jerger
3cc48a5c9f
format
2024-05-10 17:44:26 +02:00
Michael Jerger
3bf423c97f
assert, that federation-host is present.
2024-05-10 17:29:49 +02:00
Michael Jerger
8d330fdb5d
Now we've an intergration test with second federation server
2024-05-10 17:01:15 +02:00
Michael Jerger
0665c1252e
make start time more flexible
2024-05-10 16:25:54 +02:00
Michael Jerger
c4c03dab4b
on the way to test with second server
2024-05-10 15:27:54 +02:00
Michael Jerger
8ec570841a
Merge branch 'forgejo' into forgejo-federated-star
2024-05-07 17:49:26 +02:00
Michael Jerger
e122df36f8
prepare for next pr
2024-05-07 17:47:35 +02:00
Earl Warren
99d1ae52fc
Merge pull request 'Update module github.com/PuerkitoBio/goquery to v1.9.2' ( #3634 ) from renovate/github.com-puerkitobio-goquery-1.x into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3634
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
2024-05-07 11:28:32 +00:00
Earl Warren
cae4a5456f
chore(dependency): automerge goquery when the CI passes
2024-05-07 11:57:25 +01:00
Earl Warren
3f6e4af5a9
Merge pull request 'UI: Hide hidden email from own profile, again' ( #3636 ) from n0toose/profile/hide-unhidden-hidden-email into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3636
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Reviewed-by: Otto <otto@codeberg.org>
2024-05-07 10:39:01 +00:00
Earl Warren
420f017bce
Merge pull request 'Update module github.com/cosmtrek/air to v1.52.0' ( #3650 ) from renovate/github.com-cosmtrek-air-1.x into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3650
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
2024-05-07 10:10:41 +00:00
Twenty Panda
44895011dc
chore(dependencies): switch to air@v1
...
there are no tests but since Gitea uses @v1 since last month and Gitea
maintainers rely on make watch, it is safe to assume that upgrading is
not broken. Switching to v1 would require less scrutiny on the
upgrades. Even if there is breakage, it can be fixed with minimal
impact on the developer workflow.
2024-05-07 10:11:21 +01:00
Michael Jerger
2177d38e9c
feat(federation): validate like activities ( #3494 )
...
First step on the way to #1680
The PR will
* accept like request on the api
* validate activity in a first level
You can find
* architecture at: https://codeberg.org/meissa/forgejo/src/branch/forgejo-federated-star/docs/unsure-where-to-put/federation-architecture.md
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3494
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Michael Jerger <michael.jerger@meissa-gmbh.de>
Co-committed-by: Michael Jerger <michael.jerger@meissa-gmbh.de>
2024-05-07 07:59:49 +00:00
Michael Jerger
fdfc21a6b8
review results
2024-05-07 07:38:20 +02:00
Clemens
82fe1d3e42
make fmt
2024-05-06 16:01:23 +02:00
Michael Jerger
a485837b9c
removed unused code
2024-05-06 08:52:25 +02:00
Michael Jerger
c70b8d28a3
linting
2024-05-06 08:12:43 +02:00
Michael Jerger
8f298a9901
Merge branch 'forgejo' into forgejo-federated-star
2024-05-06 07:58:50 +02:00
0ko
8c3511a8b3
Merge pull request 'Allow org members to navigate between the org and the dashboard' ( #3642 ) from 0ko/forgejo:ui-add-org-dashboard-goto into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3642
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Reviewed-by: Otto <otto@codeberg.org>
2024-05-06 03:50:47 +00:00
Renovate Bot
62c3540467
Update module github.com/cosmtrek/air to v1.52.0
2024-05-06 02:05:34 +00:00
0ko
b034ab5a8e
[UI] Allow org members to navigate between the org and the dashboard
...
- add a new button to the org view that is only shown to the org members
- add integration test to verify the expected navigatability
- add a new translation string to that button
- fix display style of "View <orgname>" button on the dashboard
- fix gap size between buttons on the org view by utilizing the common class top-right-buttons
2024-05-05 23:14:57 +05:00
Michael Jerger
b99d66b530
linting
2024-05-05 18:04:12 +02:00
Michael Jerger
3a6dfadcd0
linting
2024-05-05 17:10:16 +02:00
Michael Jerger
510868731d
linting
2024-05-05 16:58:15 +02:00
Michael Jerger
1a07db1a40
omit linting next try
2024-05-05 16:35:25 +02:00
Earl Warren
434ef46088
Merge pull request 'Update module gitea.com/go-chi/binding to v0.0.0-20240430071103-39a851e106ed' ( #3597 ) from renovate/gitea.com-go-chi-binding-0.x into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3597
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
2024-05-05 12:15:39 +00:00
Earl Warren
308304e4a4
Merge pull request 'Improve repo filter names' ( #3612 ) from 0ko/forgejo:i18n-filters into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3612
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
2024-05-05 12:13:40 +00:00
Panagiotis "Ivory" Vasilopoulos
d03be77665
UI: Hide hidden email from own profile, again
...
This is a follow-up for 5e1bd8af5f
, which
was my first commit to Gitea. It is also a follow up for the
Gitea PR #29300 (https://github.com/go-gitea/gitea/pull/23900 ) created
by myself, which turned stale.
This change partially restores the behavior of Gitea PR #23747
(https://github.com/go-gitea/gitea/pull/23747 ) by wxiaoguang, but
maintains the lock.
The original idea was to differentiate things from GitHub and GitLab a
little bit, and show the email address on the profile. The profile is
not only a place where the user chooses to show how they present
themselves on an instance, it is also a place where they can assess
their relationship *with* the instance, as it provides features such
as the Public Activity feed that can be only shown to the user, in
private.
It's, in some way, a dashboard. The email was shown there to remind
the user that this is the primary email that will be used by a supposed
administrator to contact them. There were other motivations behind that
change as well, but, long story short, the idea did not work very well,
as some people (e.g. people livestreaming on the Internet, or 'normal'
users sharing their screens) do not want to put their email address
out there when showing their screen to other people.
Other alternatives, such as blurring the text or only showing the real
email address, were explored, but were rejected because of
browser compatibility and simplicity reasons. The padlock icon that
is shown when showing the email address to other people has been kept.
One viable alternative could be displaying the placeholder email
instead, but that requires some more thought.
Fixes https://codeberg.org/forgejo/forgejo/issues/1950 .
2024-05-05 13:08:31 +02:00
Earl Warren
0dd382883f
Merge pull request 'Update ghcr.io/visualon/renovate Docker tag to v37.340.9' ( #3596 ) from renovate/ghcr.io-visualon-renovate-37.x into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3596
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
2024-05-05 06:48:14 +00:00
Earl Warren
58351b9a63
Merge pull request 'Update dependency stylelint to v16.5.0' ( #3626 ) from renovate/linters into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3626
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
2024-05-05 06:47:30 +00:00
Earl Warren
51d295a1da
Merge pull request 'Update dependency vitest to v1.6.0' ( #3633 ) from renovate/vitest-monorepo into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3633
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
2024-05-05 06:39:27 +00:00
Renovate Bot
73031f4b80
Update ghcr.io/visualon/renovate Docker tag to v37.340.9
2024-05-05 02:04:30 +00:00
Renovate Bot
aa8a757fe2
Update module github.com/PuerkitoBio/goquery to v1.9.2
2024-05-05 00:05:34 +00:00
Renovate Bot
1ecd0916d5
Update dependency vitest to v1.6.0
2024-05-05 00:04:10 +00:00
Renovate Bot
fe922fce87
Update dependency stylelint to v16.5.0
2024-05-04 20:04:08 +00:00
Codeberg Translate
3fa8be77d6
[I18N] Translations update from Weblate ( #3508 )
...
Translations update from [Weblate](https://translate.codeberg.org ) for [Forgejo/forgejo](https://translate.codeberg.org/projects/forgejo/forgejo/ ).
Current translation status:
![Weblate translation status](https://translate.codeberg.org/widget/forgejo/forgejo/horizontal-auto.svg )
Co-authored-by: Fjuro <fjuro@alius.cz>
Co-authored-by: Wuzzy <Wuzzy@users.noreply.translate.codeberg.org>
Co-authored-by: zyachel <zyachel@users.noreply.translate.codeberg.org>
Co-authored-by: Panagiotis \"Ivory\" Vasilopoulos <git@n0toose.net>
Co-authored-by: 0ko <0ko@users.noreply.translate.codeberg.org>
Co-authored-by: monstorix <monstorix@users.noreply.translate.codeberg.org>
Co-authored-by: petrcech <petrcech@users.noreply.translate.codeberg.org>
Co-authored-by: fnetX <otto@codeberg.org>
Co-authored-by: kdh8219 <kdh8219@monamo.dev>
Co-authored-by: Xinayder <Xinayder@users.noreply.translate.codeberg.org>
Co-authored-by: leana8959 <leana8959@users.noreply.translate.codeberg.org>
Co-authored-by: hankskyjames777 <hankskyjames777@users.noreply.translate.codeberg.org>
Co-authored-by: sunwoo1524 <sunwoo1524@users.noreply.translate.codeberg.org>
Co-authored-by: woutput <woutput@users.noreply.translate.codeberg.org>
Co-authored-by: Pi-Cla <Pi-Cla@users.noreply.translate.codeberg.org>
Co-authored-by: Werenter <Werenter@users.noreply.translate.codeberg.org>
Co-authored-by: Anonymous <anonymous@users.noreply.translate.codeberg.org>
Co-authored-by: Kaede Fujisaki <ledyba@users.noreply.translate.codeberg.org>
Co-authored-by: Dirk <Dirk@users.noreply.translate.codeberg.org>
Co-authored-by: Kita Ikuyo <searinminecraft@courvix.com>
Co-authored-by: KaKi87 <KaKi87@users.noreply.translate.codeberg.org>
Co-authored-by: mareklach <mareklach@users.noreply.translate.codeberg.org>
Co-authored-by: 747 <747@users.noreply.translate.codeberg.org>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3508
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Co-authored-by: Codeberg Translate <translate@noreply.codeberg.org>
Co-committed-by: Codeberg Translate <translate@noreply.codeberg.org>
2024-05-04 18:36:49 +00:00
Michael Jerger
ca0a53bf5f
omit linting maybe?
2024-05-04 17:58:54 +02:00
Earl Warren
6253ab7bb0
Merge pull request 'Update dependency clippie to v4.1.1' ( #3614 ) from renovate/clippie-4.x into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3614
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
2024-05-04 15:45:21 +00:00
Earl Warren
385d1d2c24
Merge pull request 'Update dependency vite-string-plugin to v1.3.1' ( #3627 ) from renovate/vite-string-plugin-1.x into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3627
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
2024-05-04 15:41:59 +00:00
Earl Warren
96ee3e50a7
chore(renovate): automerge on vite-string-plugin
2024-05-04 08:38:52 +01:00
Earl Warren
c9624d4cdb
Merge pull request 'Add an immutable tarball link to archive download headers for Nix' ( #3615 ) from jadeprime/forgejo:jade/nix-tarball-link into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3615
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
2024-05-04 07:01:02 +00:00
Renovate Bot
526261937d
Update dependency vite-string-plugin to v1.3.1
2024-05-04 00:04:51 +00:00