Friday, June 28, 2024

Re: [update] textproc/lowdown to 1.1.0

I missed this attempt to update this port. Thank you for attempting the
update. Here is my patch.

Bryan


Index: textproc/lowdown/Makefile
===================================================================
RCS file: /cvs/ports/textproc/lowdown/Makefile,v
retrieving revision 1.31
diff -u -p -u -r1.31 Makefile
--- textproc/lowdown/Makefile 27 Sep 2023 18:09:03 -0000 1.31
+++ textproc/lowdown/Makefile 29 Jun 2024 03:18:10 -0000
@@ -1,11 +1,12 @@
COMMENT = simple markdown translator
-DISTNAME = lowdown-1.0.0
+DISTNAME = lowdown-1.1.0
CATEGORIES = textproc

-SHARED_LIBS = lowdown 0.0 # 1
+SHARED_LIBS = lowdown 1.0 # 2

HOMEPAGE = https://kristaps.bsd.lv/lowdown/
MAINTAINER = Bryan Vyhmeister <bryan@bsdjournal.net>
+REVISION = 0

# ISC
PERMIT_PACKAGE = Yes
Index: textproc/lowdown/distinfo
===================================================================
RCS file: /cvs/ports/textproc/lowdown/distinfo,v
retrieving revision 1.26
diff -u -p -u -r1.26 distinfo
--- textproc/lowdown/distinfo 27 Jul 2022 08:59:09 -0000 1.26
+++ textproc/lowdown/distinfo 29 Jun 2024 03:18:10 -0000
@@ -1,2 +1,2 @@
-SHA256 (lowdown-1.0.0.tar.gz) = p8nbvUDj6dkpb/bvasVP7IOxq+VNt7YRPNnA9pKiDBM=
-SIZE (lowdown-1.0.0.tar.gz) = 247307
+SHA256 (lowdown-1.1.0.tar.gz) = 8x45UMRzKx5AkXT6CS7KQMVb53pEjuKBjfmHl517CHk=
+SIZE (lowdown-1.1.0.tar.gz) = 269632

py-aiohhtp 3.8.4 -> 3.9.5

The next version of spyder (version 6.x) needs a newer aiohttp.

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/py-aiohttp/Makefile,v
diff -u -p -u -r1.24 Makefile
--- Makefile 6 May 2024 12:24:10 -0000 1.24
+++ Makefile 29 Jun 2024 02:14:12 -0000
@@ -1,9 +1,8 @@
COMMENT = http client/server for asyncio

-MODPY_EGG_VERSION = 3.8.4
+MODPY_EGG_VERSION = 3.9.5
DISTNAME = aiohttp-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
-REVISION = 0

CATEGORIES = www

@@ -26,9 +25,7 @@ MODPY_PYTEST_ARGS = --ignore tests/test_
--ignore tests/test_web_response.py

RUN_DEPENDS = devel/py-attrs${MODPY_FLAVOR}>=17.3.0 \
- textproc/py-charset-normalizer${MODPY_FLAVOR} \
www/py-multidict${MODPY_FLAVOR}<7 \
- devel/py-async-timeout${MODPY_FLAVOR}<5 \
www/py-yarl${MODPY_FLAVOR}<2 \
devel/py-frozenlist${MODPY_FLAVOR} \
devel/py-aiosignal${MODPY_FLAVOR}
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/py-aiohttp/distinfo,v
diff -u -p -u -r1.7 distinfo
--- distinfo 13 Feb 2023 08:13:33 -0000 1.7
+++ distinfo 29 Jun 2024 02:14:12 -0000
@@ -1,2 +1,2 @@
-SHA256 (aiohttp-3.8.4.tar.gz) = vy4akWLB5EG/gFof0WbiSdV0ygTgOzT5fikodp6Rq1w=
-SIZE (aiohttp-3.8.4.tar.gz) = 7338512
+SHA256 (aiohttp-3.9.5.tar.gz) = 7ep9FXcs7rKdtK/1XkgtS8+2rhYM4UTyaC3gL21pNVE=
+SIZE (aiohttp-3.9.5.tar.gz) = 7504841
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/py-aiohttp/pkg/PLIST,v
diff -u -p -u -r1.8 PLIST
--- pkg/PLIST 30 Jan 2023 22:22:51 -0000 1.8
+++ pkg/PLIST 29 Jun 2024 02:14:12 -0000
@@ -24,6 +24,8 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/aiohttp/${MODPY_PYCACHE}client_reqrep.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/aiohttp/${MODPY_PYCACHE}client_ws.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/aiohttp/${MODPY_PYCACHE}client_ws.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/aiohttp/${MODPY_PYCACHE}compression_utils.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/aiohttp/${MODPY_PYCACHE}compression_utils.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/aiohttp/${MODPY_PYCACHE}connector.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/aiohttp/${MODPY_PYCACHE}connector.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/aiohttp/${MODPY_PYCACHE}cookiejar.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
@@ -117,6 +119,7 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/aiohttp/client_proto.py
lib/python${MODPY_VERSION}/site-packages/aiohttp/client_reqrep.py
lib/python${MODPY_VERSION}/site-packages/aiohttp/client_ws.py
+lib/python${MODPY_VERSION}/site-packages/aiohttp/compression_utils.py
lib/python${MODPY_VERSION}/site-packages/aiohttp/connector.py
lib/python${MODPY_VERSION}/site-packages/aiohttp/cookiejar.py
lib/python${MODPY_VERSION}/site-packages/aiohttp/formdata.py

Re: UPDATE: devel/py-sip 6.8.3, x11/py-qt5 5.15.10, x11/py-sip-qt5 12.13.0

On Thu, 27 Jun 2024, Caspar Schutijser wrote:

> Hi,
>
> Below is a diff that updates devel/py-sip and related ports that must
> be upgraded at the same time to their most recent versions (there is
> no update for www/py-qtwebengine). As is noted in the Makefile of
> devel/py-sip, these updates should be tested well.
>

A few tweaks:
- py-tomli can be removed now that we're on Python 3.11
- devel/py-ply had a trailing "\" which is wrong
- devel/py-ply can actually be removed as per the updated setup.py (it
looks like they include an embedded version of ply instead)

See tweaked diff below for the py-sip Makefile:

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-sip/Makefile,v
diff -u -p -u -r1.64 Makefile
--- Makefile 6 May 2024 12:23:31 -0000 1.64
+++ Makefile 29 Jun 2024 02:04:01 -0000
@@ -3,11 +3,10 @@ COMMENT= automatically generate Python b
# The following ports often usually need updating together:
# devel/py-sip, www/py-qtwebengine, x11/py-qt5, x11/py-sip-qt5
# API changes fairly often, be sure to test dependent ports when updating.
-MODPY_EGG_VERSION= 6.7.11
+MODPY_EGG_VERSION= 6.8.3

DISTNAME= sip-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
-REVISION= 1

EPOCH= 0

@@ -31,9 +30,6 @@ MODPY_PI= Yes
MODPY_PYBUILD= setuptools

RUN_DEPENDS= sysutils/py-packaging${MODPY_FLAVOR} \
- devel/py-setuptools${MODPY_FLAVOR} \
- devel/py-ply${MODPY_FLAVOR} \
-# until we move to python 3.11
-RUN_DEPENDS+= textproc/py-tomli${MODPY_FLAVOR}
+ devel/py-setuptools${MODPY_FLAVOR}

.include <bsd.port.mk>

Re: [new] emulators/minivmac

actually attaching the changes

On 6/28/24 7:23 PM, Jag Talon wrote:
> update to remove ppc arch support. the documentation does not show
> openbsd on ppc https://www.gryphel.com/c/minivmac/develop.html#option_t
>
> On 6/28/24 12:47 PM, Jag Talon wrote:
>> if people want to test they can use the ROM and image on this website
>> https://cancel.fm/hyperjam/
>>
>> On 6/28/24 12:33 PM, Jag Talon wrote:
>>> picking up from 2020 to revive an old port!
>>>
>>> https://marc.info/?l=openbsd-ports&m=159690601114371&w=2
>>>
>>> i cleaned up the Makefile a bit and also removed the flavors for now
>>> since i'm actually someone who wants to both install different minivmac
>>> builds on the same machine.
>>>
>>> tested on current/amd64. OK?
>>>
>>
>

--
jagtalon.net
weirder.earth/@jag

Re: [new] emulators/minivmac

update to remove ppc arch support. the documentation does not show
openbsd on ppc https://www.gryphel.com/c/minivmac/develop.html#option_t

On 6/28/24 12:47 PM, Jag Talon wrote:
> if people want to test they can use the ROM and image on this website
> https://cancel.fm/hyperjam/
>
> On 6/28/24 12:33 PM, Jag Talon wrote:
>> picking up from 2020 to revive an old port!
>>
>> https://marc.info/?l=openbsd-ports&m=159690601114371&w=2
>>
>> i cleaned up the Makefile a bit and also removed the flavors for now
>> since i'm actually someone who wants to both install different minivmac
>> builds on the same machine.
>>
>> tested on current/amd64. OK?
>>
>

--
jagtalon.net
weirder.earth/@jag

Re: 回复: shall we create new port lang/cython3 ?

On Thu, Jun 13, 2024 at 11:11 AM Stuart Henderson <stu@spacehopper.org> wrote:
>


> > There are ~40 ports using cython in the first place, and some are
> > already held back at old versions due to updates requiring cython >=3.
> > Presumably some will build with either version. So we need to know which
> > ports are actually broken.

can we please move forward with this and update to Cython 3?

> >
>
> These ports are happy with cython 3.x if updated to newer upstream
> version (I have diffs for them):
>
> textproc/py-yaml needs a release candidate update for now
> net/py-msgpack
> geo/py-fiona
> geo/py-proj
> geo/py-rasterio
> textproc/py-stemmer no new release, but backported setup.py patch
>
> These use python 2 and fail with cython 3:
>
> games/pygame_sdl2
> games/renpy

please mark these as BROKEN

> The following ports didn't build and I don't have diffs to fix/update
> them. If anyone wants to push this forward then figuring out how to patch
> or update these would be helpful:
>
> math/mlpack ?
> math/py-h5py,python3 3.11.0 supports newer cython, but needs newer numpy
> math/py-pandas,python3 ?
> math/py-scikit-image,python3 0.22.0/newer, need newer numpy (0.22.0: 1.23.3, 0.23.x: 2.x)
> math/py-scipy,python3 ?

please mark the above as BROKEN for now.

I use scipy and pandas so will be motivated to fix once we have Cython
3 in the tree.

>
> These built ok as-is:
>
> astro/py-astropy,python3
> databases/py-peewee,python3
> devel/py-pydantic,python3
> devel/py-pydantic-compat,python3
> devel/py-rencode,python3
> devel/py-timelib,python3
> devel/py-wheezy.template,python3
> geo/lib2geom
> geo/py-shapely,python3
> math/py-PyWavelets,python3
> math/py-cftime,python3
> math/py-cvxpy,python3
> math/py-netcdf4,python3
> math/py-numpy,python3
> math/py-scikit-learn,python3
> math/py-tables,python3
> net/libdnet
> net/poezio
> net/py-zmq,python3
> print/printrun
> print/py-fonttools,python3
> security/py-gssapi,python3
> sysutils/borgbackup/1.2
> sysutils/borgbackup/2.0
> sysutils/py-statgrab,python3
> textproc/py-cchardet,python3
> textproc/py-patiencediff,python3
>
> My WIP diff is attached.

ok @daniel on your dff to update to Cython 3

Re: accidentally overwritten wrong drive with DD, please help

On Fri, Jun 28, 2024 at 09:46:55PM +0000, Anon Loli wrote:
> photorec isn't in the ports tree

It's part of the port for testdisk.

--
lumidify

[NEW] textproc/libunicode

Hi,

I want to port Contour-terminal (https://github.com/contour-terminal/contour)
and this requires two libraries.

Here is the another, libunicode. It requires previously posted
updated textproc/unicode/ucd.

ok?

--
SASANO Takayoshi (JG1UAA) <uaa@mx5.nisiq.net>

[NEW] devel/boxed-cpp

Hi,

I want to port Contour-terminal (https://github.com/contour-terminal/contour)
and this requires two libraries.

Here is the one of, boxed-cpp. Simply put into include/boxed-cpp/boxed-hpp.

ok?

--
SASANO Takayoshi (JG1UAA) <uaa@mx5.nisiq.net>

Re: accidentally overwritten wrong drive with DD, please help

On Thu, Jun 27, 2024 at 02:49:07PM -0600, Andy Bradford wrote:
> Thus said Anon Loli on Thu, 27 Jun 2024 04:12:57 -0000:
>
> > No kidding? The 1st few people made it sound like it's going to be
> > relatively easy :(
>
> I don't think anyone said it was going to be easy, only that your
> primary focus should be simply to get a good copy of the raw unencrypted
> partition while it was still available using simple techniques as
> quickly as possible.
>
> If you have obtained it, your next goal should be to figure out now what
> to do with it. As I understand it, you wrote 74MB of garbage at the
> front of that partition. This will have undoubtedly destroyed filesystem
> metadata and some other data. Can the filesystem be "recreated" in the
> first 74MB as just empty filesystem space while leaving the rest of the
> existing data and filesystem in tact? I don't know the answer to that.
> Maybe there is someone with more FFS experience that does. Presumably
> you know the exact size of the partition and so could at least recreate
> an empty filesystem using newfs with the same parameters. Could it
> possible to then stich in or reattach chunks of data into this from your
> copy? Again, I don't know. Who does?
>
> Any work you do at recovery should be done on yet another copy of the
> same data so that you can keep one "master" copy around just in case.
>
> Some tools for recovering files can be found in packages like sleuthkit
> and testdisk. There may be others of which I'm unaware.
>
> Andy
>

I'll see what I can do with Sleuth Kit, thanks!

devel/py-constantly & python 3.12

Python 3.12 removed some things that were deprecated in configparser back
in Python 3.2. The diff below is needed for Python 3.12.

So:
* SafeConfgParser -> ConfigParser
* readfp -> read_file

ok?

(see: https://docs.python.org/3/whatsnew/3.12.html#configparser)

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-constantly/Makefile,v
diff -u -p -u -r1.10 Makefile
--- Makefile 6 May 2024 12:23:13 -0000 1.10
+++ Makefile 28 Jun 2024 21:49:42 -0000
@@ -4,7 +4,7 @@ MODPY_EGG_VERSION = 15.1.0

DISTNAME = constantly-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
-REVISION = 6
+REVISION = 7

CATEGORIES = devel

Index: patches/patch-versioneer_py
===================================================================
RCS file: patches/patch-versioneer_py
diff -N patches/patch-versioneer_py
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-versioneer_py 28 Jun 2024 21:49:42 -0000
@@ -0,0 +1,18 @@
+SafeConfigParser was deprecated since Python 3.2 and removed
+in Python 3.12.
+
+Index: versioneer.py
+--- versioneer.py.orig
++++ versioneer.py
+@@ -396,9 +396,9 @@ def get_config_from_root(root):
+ # configparser.NoOptionError (if it lacks "VCS="). See the docstring at
+ # the top of versioneer.py for instructions on writing your setup.cfg .
+ setup_cfg = os.path.join(root, "setup.cfg")
+- parser = configparser.SafeConfigParser()
++ parser = configparser.ConfigParser()
+ with open(setup_cfg, "r") as f:
+- parser.readfp(f)
++ parser.read_file(f)
+ VCS = parser.get("versioneer", "VCS") # mandatory
+
+ def get(parser, name):

Re: accidentally overwritten wrong drive with DD, please help

On Fri, Jun 28, 2024 at 10:12:56AM +0200, lumidify wrote:
> On Thu, Jun 27, 2024 at 10:49:41PM +0100, Kirill A. Korinsky wrote:
> > I suggest you to use some software that may scan your image and try to
> > extract something. But I can't suggest anything which may support OpenBSD FS.
>
> If all else fails, photorec should be able to extract many files still (but
> without any file names). It's just a pain to actually do anything with the
> recovered files since all metadata is lost. Of course, you have to run
> photorec on the unencrypted image, not the encrypted drive.
>
> --
> lumidify

photorec isn't in the ports tree

Re: accidentally overwritten wrong drive with DD, please help

On Thu, Jun 27, 2024 at 04:39:09PM -0400, Steve Litt wrote:
> Anon Loli said on Thu, 27 Jun 2024 04:12:57 +0000
>
> >On Wed, Jun 26, 2024 at 11:34:02PM -0400, Steve Litt wrote:
> >> Anon Loli said on Wed, 26 Jun 2024 16:17:35 +0000
>
> >> But wait. Unless that "other drive" is somehow hotpluggable (like
> >> USB), you'll need to shut down the computer to plug it in, and it's
> >> way too soon in this process to turn off that computer.
> >
> >Why? I have it plugged in already and I've successfully not only DDd
> >to the backup drive, but also verified that the data on both SSD and
> >the backup HDD is the same sha512 hash, even if there's a 19G
> >difference in size
>
> I don't understand exactly what you did.
>
> >> >the /mnt/hdd is the mountpoint of the crypto volume of the secondary
> >> >disk, and then somehow reformat the sd2/3 (the SSD with the
> >> >corrupted FS), and then copy over the corrupted image backup from
> >> >the HDD?
> >>
> >> The backup from your dd command isn't reliable, because garbage in
> >> garbage out. dd makes a byte for byte copy --- it doesn't heal
> >> anything.
> >
> >But the steps that I already took is good, right?
>
> You seem to be in an improved situation.
>
> > Is my corrupt data
> >backed up at least?
>
> You're difficult to understand, but it sounds like your corrupt data is
> backed up to your computer's other disk, in some form or other.
>
> >I need the raw disc copy, not the sd3i copy,
> >right? Should I copy both? I have space
>
> The more the merrier, if you really have the space. Once again, I'm
> concerned if you're copying to a disk already in use on your computer.
> Be sure you filenames clearly identify which is which.
>
>
> >> >(I got the adapter now, over the network it'd take many days, not
> >> >counting broken pipes and what-not
> >>
> >> 200GB, many days? What are you dealing with, 10Mbit?
> >>
> >> >
> >> >I didn't understand 100% of what you wrote, but if I understand
> >> >correctly this is the simpler version of what you recommended, yes?
> >> >(no idea what ddrescue is compared to dd)
> >>
> >> ddrescue helps with iffy disk sectors.
> >
> >why is everyone recommending rsync then?
>
> Because at one point you had said you have a mount containing the
> unencrypted files. If this had been true, rsync would have been
> cleanest and easiest. But your subsequent email stated you do NOT have
> a mount containing unencrypted files. Also, nobody said rsync should be
> the *only* copy you made, but if it had been possible it should have
> been the first.
>
> >> >In that case the worst problem then would be how to get a
> >> >functioning filesystem out of that image of the corrupted system?
> >> >(assuming the raw disk of the crypto volume is the image of the
> >> >filesystem, should be)
> >>
> >> I thought you currently have a mount of this partition that's
> >> unencrypted. That's sure what it sounded like you said. If so, for
> >> gosh sakes, copy all those files somewhere safe before turning off
> >> the computer.
> >
> >I do, it's on /mnt/ssd, but it says no such directory even though `df
> >-h` says otherwise
>
> *What* says "no such directory"? If you can't read the data, then you
> don't really have an unencrypted partition, even if /mnt/ssd formerly
> contained unencrypted readable files.
>
> You really need to express yourself unambiguously. And all this
> misunderstanding is why every single person advised you to keep it
> simple.
>
> >
> >
> >> >Or you people keep on saying something like "do this and this and
> >> >then backup/save files and directories", but I can't do that if I
> >> >can't read the files directly, so how to do it indirectly?
> >>
> >> It sounded like you were saying you have a mount with an unencrypted
> >> version of the files. If not, please forget the step I mentioned
> >> about rsyncing the files somewhere else.
> >
> >I do
>
> There you go again. Just a few paragraphs ago you said you can't read
> it. Please write for clarity and unambiguousness.
>
> >
> >
> >> >I copied the image with the above command to the backup drive, what
> >> >worries me is the following size on respective disks:
> >> >primary disk (SSD with the corrupted crypto volume filesystem): used
> >> >220G secondary disk (the backup HDD): used 239G
> >>
> >> I hope the capacity of that backup disk is more than 239GB, because
> >> that would be cutting it pretty tight. Maybe you had 19GB of stuff on
> >> the backup drive before doing this operation?
> >>
> >> >
> >> >Why is the size like 19G difference? Does it have something to do
> >> >with me DDing over the 1st 74M of the primary disk?
> >>
> >> OK, here I'm not understanding you at all.
> >
> >data on original disk SSD - is 220G
>
> Measured with what command?
>
> >data on the backup HDD that I just DDd and VERIFIED - is 239G
>
> 239GB measured with what command?
>
> And what do you mean "data on original disk SSD"? At this point that
> SSD is nothing but a drive with at least one partition.
>
> >how can there be a 19G difference in a same file (DDd image or
> >whatever it's called), and still be the same hash?
>
> [snip]
>
> >No kidding? The 1st few people made it sound like it's going to be
> >relatively easy :(
>
> Like you say, easy is relative. Several days ago, you should have had
> an image of /dev/borkedisk, that image should be a file, not a device,
> and it should be on a 2TB spinning platter USB interface external disk.
> Also on that USB disk should have been a partition image file for each
> of the partitions on the borked disk. Separately. And if you had a
> partition with *readable, unencrypted* files, you should have rsynced
> that into a tree on the USB external disk.
>
> Anon, with your insistence of doing it your (complicated) way instead of
> following almost everyone's suggestions, plus your ambiguous and at
> times contradictory descriptions of the situation, *you* have slowed
> your progress for recovering (if possible) your data.
>
> SteveT
>
> Steve Litt
>
> http://444domains.com
>

I have autism, please be patient ._.

I have had data unencrypted, readable from sd3i, mounted on /mnt/ssd (example
mountpoint), I think I explained it a lot of emails ago, that's what confuses
me but you probably have better things to do than to read all of the emails on
this matter..

I used `df -h` on the drives to get their size, like I said in one of my
emails. the borked ssd shows 220G, the copy of that to the backup HDD (also
borked data) is 239G, but both give the same sha512 hash...

I'm sorry for not using rsync, I don't like replcaing utilitites that are
already present in OpenBSD and have served me well so far (except this caes
where it was my fault user error :( )

Re: [update] fonts/vlgothic-20230918

ping?

On Tue, 07 May 2024 22:32:44 +0900,
SASANO Takayoshi wrote:
>
> here is vlgothic-20230918 diff. (fixed U+33C7 glyph)
>
> ok?
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/fonts/vlgothic/Makefile,v
> diff -u -p -r1.7 Makefile
> --- Makefile 21 Sep 2023 15:28:12 -0000 1.7
> +++ Makefile 7 May 2024 13:30:48 -0000
> @@ -1,6 +1,6 @@
> COMMENT = Japanese gothic TrueType fonts from Vine Linux
>
> -V = 20220612
> +V = 20230918
> DISTNAME = VLGothic-$V
> PKGNAME = vlgothic-$V
>
> @@ -11,7 +11,7 @@ HOMEPAGE = http://vlgothic.dicey.org/
> #BSD
> PERMIT_PACKAGE= Yes
>
> -SITES = ${SITE_OSDN_JP:=vlgothic/77450/}
> +SITES = https://github.com/daisukesuzuki/VLGothic/releases/download/${V}/
> EXTRACT_SUFX = .tar.bz2
>
> NO_BUILD = Yes
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/fonts/vlgothic/distinfo,v
> diff -u -p -r1.3 distinfo
> --- distinfo 24 Apr 2023 20:47:53 -0000 1.3
> +++ distinfo 7 May 2024 13:30:48 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (VLGothic-20220612.tar.bz2) = JwOUprBMHKzQaZsxP8a4DZGl4G9H/aByRz9VrJlHZdo=
> -SIZE (VLGothic-20220612.tar.bz2) = 4955343
> +SHA256 (VLGothic-20230918.tar.bz2) = 9bCNVZBXsAAdDjubRKf8iAfLRcp9LTstPbSJ+vayTwo=
> +SIZE (VLGothic-20230918.tar.bz2) = 4958674
>
> --
> SASANO Takayoshi (JG1UAA) <uaa@mx5.nisiq.net>
>

Re: security/py-mitmproxy: new port (version 10.3.0)

On Wed, Jun 26, 2024 at 8:21 AM Stuart Henderson <stu@spacehopper.org> wrote:
>
> > >
> > > archivers/py-brotlicffi

ok

> > > archivers/py-lsqpack

license should be BSD not MIT and then ok

> > > archivers/py-zstandard

license should be BSD not MIT

needs BDEP on devel/py-cffi

ok with the above changes.

> > > devel/py-kaitaistruct

ok

> > > net/py-publicsuffix2

license is MIT and MPL-2.0 then ok

> > > www/py-asgiref

ok

> > > security/py-mitmproxy_rs

(still reviewing)

Re: UPDATE: Blender 3.3.20

On 2024-06-28 1:50 a.m., Mike Larkin wrote:
> On Thu, Jun 27, 2024 at 10:20:23PM -0400, Brad Smith wrote:
>> Here is an update to Blender 3.3.20.
>>
>>
> Is there a reason we can't go to blender 4?

There is a dependency issue holding up an update past 3.3.

FreeType comes from Xenocara and does not have Brotli compression support
which Blender requires.

>> Blender 3.3.20 LTS - June 25, 2024
>>
>> - Fix #102872: Custom Normals Average operator ui shows wrong properties. [#121864]
>> - layout.template_search() causes crash if target is a PointerProperty. [#122150]
>> - Hair Curves: Grow brush doesn't work if curves have only two points. [#122598]
>> - Pie menu performs multiple actions at the same time if it appears near the edge of screen and hotkey is used. [#122526]
>>
>>
>> Index: Makefile
>> ===================================================================
>> RCS file: /cvs/ports/graphics/blender/Makefile,v
>> retrieving revision 1.124
>> diff -u -p -u -p -r1.124 Makefile
>> --- Makefile 29 May 2024 08:04:35 -0000 1.124
>> +++ Makefile 28 Jun 2024 02:14:25 -0000
>> @@ -7,8 +7,7 @@ DPB_PROPERTIES = parallel
>>
>> COMMENT = 3D creation software
>>
>> -DISTNAME = blender-3.3.16
>> -REVISION = 2
>> +DISTNAME = blender-3.3.20
>> CATEGORIES = graphics
>>
>> HOMEPAGE = https://www.blender.org/
>> @@ -40,12 +39,13 @@ COMPILER = base-clang ports-gcc
>>
>> CONFIGURE_ARGS = -DPYTHON_INCLUDE_DIR="${MODPY_INCDIR}" \
>> -DPYTHON_VERSION=${MODPY_VERSION} \
>> - -DWITH_INTERNATIONAL=OFF \
>> - -DWITH_OPENMP=OFF \
>> - -DWITH_SYSTEM_GLEW=ON \
>> -DWITH_CYCLES_EMBREE=OFF \
>> + -DWITH_INSTALL_PORTABLE=OFF \
>> + -DWITH_INTERNATIONAL=OFF \
>> -DWITH_JACK=OFF \
>> - -DWITH_PULSEAUDIO=OFF
>> + -DWITH_OPENMP=OFF \
>> + -DWITH_PULSEAUDIO=OFF \
>> + -DWITH_SYSTEM_GLEW=ON
>>
>> # Disable PCH, build issue with cmake 3.28
>> CONFIGURE_ARGS += -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON
>> Index: distinfo
>> ===================================================================
>> RCS file: /cvs/ports/graphics/blender/distinfo,v
>> retrieving revision 1.36
>> diff -u -p -u -p -r1.36 distinfo
>> --- distinfo 23 Mar 2024 13:34:46 -0000 1.36
>> +++ distinfo 28 Jun 2024 02:14:25 -0000
>> @@ -1,2 +1,2 @@
>> -SHA256 (blender-3.3.16.tar.xz) = pSJ3SvSJ5Gf8q6r4DvI3mTw4ZjHtClZW6baYhCsEKRc=
>> -SIZE (blender-3.3.16.tar.xz) = 41924328
>> +SHA256 (blender-3.3.20.tar.xz) = 4oACMsujHrxKu7f8yYg5m4twGelvM1fwad3m4XKm+qY=
>> +SIZE (blender-3.3.20.tar.xz) = 41912112
>>

Re: /tmp on mfs is blocked

> On 28 Jun 2024, at 19:39, Kirill A. Korinsky <kirill@korins.ky> wrote:
>
> and here we go:
>
> ~ $ ps auxl | grep D
> USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND UID PPID CPU PRI NI WCHAN
> root 40744 0.0 1.3 1049488 218256 ?? D 2:59PM 0:13.90 /sbin/mount_nfs 0 1 0 -18 0 anonget
> catap 13530 0.0 2.0 1039528 330124 ?? DpU 3:04PM 0:23.48 ungoogled-chromi 1000 68942 0 -18 0 fltasgi
> catap 7160 0.0 0.7 821464 107612 ?? DpU 3:04PM 0:04.48 ungoogled-chromi 1000 68942 0 -5 0 biowait
> catap 26061 0.0 0.6 766536 92496 ?? DpU 3:05PM 0:00.77 ungoogled-chromi 1000 68942 0 -5 0 biowait
> catap 81520 0.0 0.0 1528 1176 p3 D+p 5:23PM 0:00.00 ls /tmp 1000 62543 0 10 0 inode
> catap 57257 0.0 0.0 108 384 C0 R+/1 5:24PM 0:00.00 grep D 1000 70049 29 53 0 -
> ~ $ doas sysctl ddb.trigger=1
> Stopped at db_enter+0x14: popq %rbp
> ddb{0}> show locks
> exclusive rwlock sysctllk r = 0 (0xffffffff82739928)
> exclusive kernel_lock &kernel_lock r = 0 (0xffffffff827c32d0)
> ddb{0}>
>
> Thus, doas reboot won't reboot machine from this state. After that
> machine is completly stuck. Reboot from ddb works. shutdown -r now also
> doesn't work.
>
> And easy way to achive this is run VM inside VMD which forces system to
> start using swap. As soon as it uses swap, around 500-700 mb is enough, 300
> doesn't, it goes into this state.
>
> Should I dulicate it inside bugs@?

Sure. It seems you stuck within uvmfault_anonget(), so include mpi@ to
recipients.

Re: [new] emulators/minivmac

if people want to test they can use the ROM and image on this website
https://cancel.fm/hyperjam/

On 6/28/24 12:33 PM, Jag Talon wrote:
> picking up from 2020 to revive an old port!
>
> https://marc.info/?l=openbsd-ports&m=159690601114371&w=2
>
> i cleaned up the Makefile a bit and also removed the flavors for now
> since i'm actually someone who wants to both install different minivmac
> builds on the same machine.
>
> tested on current/amd64. OK?
>

--
jagtalon.net
weirder.earth/@jag

Re: aarch64 bulk build report

On 6/28/2024 12:32 PM, Jeremie Courreges-Anglas wrote:
> On Fri, Jun 28, 2024 at 04:04:44PM +0000, Brian Callahan wrote:
>> On 6/28/2024 8:35 AM, phessler@openbsd.org wrote:
>>> http://build-failures.rhaalovely.net/aarch64/2024-06-25/games/openrct2.log
>>
>> This one is probably because -Werror is turned on and it probably
>> shouldn't be. Diff attached.
>>
>> OK?
>
> I consider -Werror as harmful in ports, ok jca@
>

Thanks.

> That being said, it would be nice for someone who cares about this
> port to test it on arm64.
>

Agreed. I'd do it myself, but I don't have any arm64 hardware at the
moment...

~Brian

Re: /tmp on mfs is blocked

and here we go:

~ $ ps auxl | grep D
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND UID PPID CPU PRI NI WCHAN
root 40744 0.0 1.3 1049488 218256 ?? D 2:59PM 0:13.90 /sbin/mount_nfs 0 1 0 -18 0 anonget
catap 13530 0.0 2.0 1039528 330124 ?? DpU 3:04PM 0:23.48 ungoogled-chromi 1000 68942 0 -18 0 fltasgi
catap 7160 0.0 0.7 821464 107612 ?? DpU 3:04PM 0:04.48 ungoogled-chromi 1000 68942 0 -5 0 biowait
catap 26061 0.0 0.6 766536 92496 ?? DpU 3:05PM 0:00.77 ungoogled-chromi 1000 68942 0 -5 0 biowait
catap 81520 0.0 0.0 1528 1176 p3 D+p 5:23PM 0:00.00 ls /tmp 1000 62543 0 10 0 inode
catap 57257 0.0 0.0 108 384 C0 R+/1 5:24PM 0:00.00 grep D 1000 70049 29 53 0 -
~ $ doas sysctl ddb.trigger=1
Stopped at db_enter+0x14: popq %rbp
ddb{0}> show locks
exclusive rwlock sysctllk r = 0 (0xffffffff82739928)
exclusive kernel_lock &kernel_lock r = 0 (0xffffffff827c32d0)
ddb{0}>

Thus, doas reboot won't reboot machine from this state. After that
machine is completly stuck. Reboot from ddb works. shutdown -r now also
doesn't work.

And easy way to achive this is run VM inside VMD which forces system to
start using swap. As soon as it uses swap, around 500-700 mb is enough, 300
doesn't, it goes into this state.

Should I dulicate it inside bugs@?

--
wbr, Kirill

[new] emulators/minivmac

picking up from 2020 to revive an old port!

https://marc.info/?l=openbsd-ports&m=159690601114371&w=2

i cleaned up the Makefile a bit and also removed the flavors for now
since i'm actually someone who wants to both install different minivmac
builds on the same machine.

tested on current/amd64. OK?

--
jagtalon.net
weirder.earth/@jag

Re: aarch64 bulk build report

On Fri, Jun 28, 2024 at 04:04:44PM +0000, Brian Callahan wrote:
> On 6/28/2024 8:35 AM, phessler@openbsd.org wrote:
> > http://build-failures.rhaalovely.net/aarch64/2024-06-25/games/openrct2.log
>
> This one is probably because -Werror is turned on and it probably
> shouldn't be. Diff attached.
>
> OK?

I consider -Werror as harmful in ports, ok jca@

That being said, it would be nice for someone who cares about this
port to test it on arm64.

--
jca

Re: aarch64 bulk build report

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/openrct2/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile 29 May 2024 09:56:15 -0000 1.23
+++ Makefile 28 Jun 2024 16:02:00 -0000
@@ -15,6 +15,7 @@ DISTFILES.c = opensfx-${OPENSFX_V}{open
DISTFILES.d = openmsx-${OPENMSX_V}{openmusic}.zip
DISTFILES.e = replays-${REPLAYS_V}{replays}.zip
PKGNAME = openrct2-${V}
+REVISION = 0
CATEGORIES = games x11

HOMEPAGE = https://openrct2.org/
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: patches/patch-CMakeLists_txt
diff -N patches/patch-CMakeLists_txt
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-CMakeLists_txt 28 Jun 2024 16:02:00 -0000
@@ -0,0 +1,12 @@
+Index: CMakeLists.txt
+--- CMakeLists.txt.orig
++++ CMakeLists.txt
+@@ -332,7 +332,7 @@ else ()
+
+ # Compiler flags
+ set(DEBUG_LEVEL 0 CACHE STRING "Select debug level for compilation. Use value in range 0–3.")
+- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fstrict-aliasing -Werror -Wundef -Wmissing-declarations -Winit-self -Wall -Wextra -Wshadow")
++ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fstrict-aliasing -Wundef -Wmissing-declarations -Winit-self -Wall -Wextra -Wshadow")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unknown-pragmas -Wno-missing-braces -Wno-comment -Wnonnull -Wno-unused-parameter -Wno-attributes")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DDEBUG=${DEBUG_LEVEL}")
+
Index: patches/patch-src_openrct2_core_String_cpp
===================================================================
RCS file: /cvs/ports/games/openrct2/patches/patch-src_openrct2_core_String_cpp,v
retrieving revision 1.1
diff -u -p -r1.1 patch-src_openrct2_core_String_cpp
--- patches/patch-src_openrct2_core_String_cpp 31 May 2024 07:38:36 -0000 1.1
+++ patches/patch-src_openrct2_core_String_cpp 28 Jun 2024 16:02:00 -0000
@@ -1,7 +1,7 @@
Index: src/openrct2/core/String.cpp
--- src/openrct2/core/String.cpp.orig
+++ src/openrct2/core/String.cpp
-@@ -15,7 +15,7 @@
+@@ -14,7 +14,7 @@
#include <stdexcept>
#include <vector>
#ifndef _WIN32
On 6/28/2024 8:35 AM, phessler@openbsd.org wrote:
> http://build-failures.rhaalovely.net/aarch64/2024-06-25/games/openrct2.log

This one is probably because -Werror is turned on and it probably
shouldn't be. Diff attached.

OK?

~Brian

Re: UPDATE: Nextcloud-29.0.3

On 2024/06/26 13:03, Stuart Henderson wrote:
> On 2024/06/26 11:34, gonzalo wrote:
> > Hello,
> >
> > Update for Nextclout to 29.0.3:
>
> OK for
>
> 20240626 1034 [ L] 5805 UPDATE: Nextcloud-29.0.3 gonzalo
> 20240626 1036 [ L] 5806 UPDATE: Nextcloud-28.0.7 gonzalo
> 20240626 1037 [ L] 5807 UPDATE: Nextcloud-27.1.11 gonzalo
>

...actually I see your tree was stale, 27 is now at 27.1.10 in -current,
here's a clean diff that applies to -current (I just put all the versions
together), it also removes the obsolete comments.

is there any reason not to update these in -stable? (I can take care of
that when the -current updates are in)

Index: 26/Makefile
===================================================================
RCS file: /cvs/ports/www/nextcloud/26/Makefile,v
diff -u -p -r1.16 Makefile
--- 26/Makefile 9 Feb 2024 14:22:26 -0000 1.16
+++ 26/Makefile 28 Jun 2024 13:39:18 -0000
@@ -1,6 +1,4 @@
NC_VERSION= 26.0.11
REVISION= 1
-# default PHP version changed, so keep REVISION in -current higher
-# than -stable until 7.5-release.

.include <bsd.port.mk>
Index: 27/Makefile
===================================================================
RCS file: /cvs/ports/www/nextcloud/27/Makefile,v
diff -u -p -r1.17 Makefile
--- 27/Makefile 22 Jun 2024 07:01:45 -0000 1.17
+++ 27/Makefile 28 Jun 2024 13:39:18 -0000
@@ -1,5 +1,3 @@
-NC_VERSION= 27.1.10
-# default PHP version changed, so keep REVISION in -current higher
-# than -stable until 7.5-release.
+NC_VERSION= 27.1.11

.include <bsd.port.mk>
Index: 27/distinfo
===================================================================
RCS file: /cvs/ports/www/nextcloud/27/distinfo,v
diff -u -p -r1.13 distinfo
--- 27/distinfo 22 Jun 2024 07:01:45 -0000 1.13
+++ 27/distinfo 28 Jun 2024 13:39:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloud-27.1.10.tar.bz2) = lD4ScNdxp8gNqisy5ylM6MO3e56u9yrYs4SH1YyFB1Y=
-SIZE (nextcloud-27.1.10.tar.bz2) = 186125614
+SHA256 (nextcloud-27.1.11.tar.bz2) = Tt0lcPTINEL48PBhb7d07SZjsRz59upJ55WrQ67vlkU=
+SIZE (nextcloud-27.1.11.tar.bz2) = 186141164
Index: 27/pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/nextcloud/27/pkg/PLIST,v
diff -u -p -r1.13 PLIST
--- 27/pkg/PLIST 22 Jun 2024 07:01:45 -0000 1.13
+++ 27/pkg/PLIST 28 Jun 2024 13:39:18 -0000
@@ -10806,6 +10806,8 @@ nextcloud/apps/cloud_federation_api/l10n
nextcloud/apps/cloud_federation_api/l10n/fi.json
nextcloud/apps/cloud_federation_api/l10n/fr.js
nextcloud/apps/cloud_federation_api/l10n/fr.json
+nextcloud/apps/cloud_federation_api/l10n/ga.js
+nextcloud/apps/cloud_federation_api/l10n/ga.json
nextcloud/apps/cloud_federation_api/l10n/gl.js
nextcloud/apps/cloud_federation_api/l10n/gl.json
nextcloud/apps/cloud_federation_api/l10n/hr.js
@@ -11147,6 +11149,8 @@ nextcloud/apps/contactsinteraction/l10n/
nextcloud/apps/contactsinteraction/l10n/fi.json
nextcloud/apps/contactsinteraction/l10n/fr.js
nextcloud/apps/contactsinteraction/l10n/fr.json
+nextcloud/apps/contactsinteraction/l10n/ga.js
+nextcloud/apps/contactsinteraction/l10n/ga.json
nextcloud/apps/contactsinteraction/l10n/gl.js
nextcloud/apps/contactsinteraction/l10n/gl.json
nextcloud/apps/contactsinteraction/l10n/he.js
@@ -11278,6 +11282,8 @@ nextcloud/apps/dashboard/l10n/fi.js
nextcloud/apps/dashboard/l10n/fi.json
nextcloud/apps/dashboard/l10n/fr.js
nextcloud/apps/dashboard/l10n/fr.json
+nextcloud/apps/dashboard/l10n/ga.js
+nextcloud/apps/dashboard/l10n/ga.json
nextcloud/apps/dashboard/l10n/gl.js
nextcloud/apps/dashboard/l10n/gl.json
nextcloud/apps/dashboard/l10n/he.js
@@ -11454,6 +11460,8 @@ nextcloud/apps/dav/l10n/fi.js
nextcloud/apps/dav/l10n/fi.json
nextcloud/apps/dav/l10n/fr.js
nextcloud/apps/dav/l10n/fr.json
+nextcloud/apps/dav/l10n/ga.js
+nextcloud/apps/dav/l10n/ga.json
nextcloud/apps/dav/l10n/gl.js
nextcloud/apps/dav/l10n/gl.json
nextcloud/apps/dav/l10n/he.js
@@ -11531,6 +11539,7 @@ nextcloud/apps/dav/lib/BackgroundJob/Bui
nextcloud/apps/dav/lib/BackgroundJob/CalendarRetentionJob.php
nextcloud/apps/dav/lib/BackgroundJob/CleanupDirectLinksJob.php
nextcloud/apps/dav/lib/BackgroundJob/CleanupInvitationTokenJob.php
+nextcloud/apps/dav/lib/BackgroundJob/DeleteOutdatedSchedulingObjects.php
nextcloud/apps/dav/lib/BackgroundJob/EventReminderJob.php
nextcloud/apps/dav/lib/BackgroundJob/GenerateBirthdayCalendarBackgroundJob.php
nextcloud/apps/dav/lib/BackgroundJob/PruneOutdatedSyncTokensJob.php
@@ -11569,7 +11578,9 @@ nextcloud/apps/dav/lib/CalDAV/BirthdayCa
nextcloud/apps/dav/lib/CalDAV/BirthdayCalendar/EnablePlugin.php
nextcloud/apps/dav/lib/CalDAV/BirthdayService.php
nextcloud/apps/dav/lib/CalDAV/CachedSubscription.php
+nextcloud/apps/dav/lib/CalDAV/CachedSubscriptionImpl.php
nextcloud/apps/dav/lib/CalDAV/CachedSubscriptionObject.php
+nextcloud/apps/dav/lib/CalDAV/CachedSubscriptionProvider.php
nextcloud/apps/dav/lib/CalDAV/CalDavBackend.php
nextcloud/apps/dav/lib/CalDAV/Calendar.php
nextcloud/apps/dav/lib/CalDAV/CalendarHome.php
@@ -11672,6 +11683,8 @@ nextcloud/apps/dav/lib/CardDAV/Integrati
nextcloud/apps/dav/lib/CardDAV/MultiGetExportPlugin.php
nextcloud/apps/dav/lib/CardDAV/PhotoCache.php
nextcloud/apps/dav/lib/CardDAV/Plugin.php
+nextcloud/apps/dav/lib/CardDAV/Security/
+nextcloud/apps/dav/lib/CardDAV/Security/CardDavRateLimitingPlugin.php
nextcloud/apps/dav/lib/CardDAV/SyncService.php
nextcloud/apps/dav/lib/CardDAV/SystemAddressbook.php
nextcloud/apps/dav/lib/CardDAV/UserAddressBooks.php
@@ -11681,6 +11694,7 @@ nextcloud/apps/dav/lib/Command/
nextcloud/apps/dav/lib/Command/CreateAddressBook.php
nextcloud/apps/dav/lib/Command/CreateCalendar.php
nextcloud/apps/dav/lib/Command/DeleteCalendar.php
+nextcloud/apps/dav/lib/Command/FixCalendarSyncCommand.php
nextcloud/apps/dav/lib/Command/ListCalendars.php
nextcloud/apps/dav/lib/Command/MoveCalendar.php
nextcloud/apps/dav/lib/Command/RemoveInvalidShares.php
@@ -11831,6 +11845,7 @@ nextcloud/apps/dav/lib/Migration/BuildSo
nextcloud/apps/dav/lib/Migration/BuildSocialSearchIndexBackgroundJob.php
nextcloud/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php
nextcloud/apps/dav/lib/Migration/ChunkCleanup.php
+nextcloud/apps/dav/lib/Migration/DeleteSchedulingObjects.php
nextcloud/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php
nextcloud/apps/dav/lib/Migration/RefreshWebcalJobRegistrar.php
nextcloud/apps/dav/lib/Migration/RegenerateBirthdayCalendars.php
@@ -11860,6 +11875,7 @@ nextcloud/apps/dav/lib/Migration/Version
nextcloud/apps/dav/lib/Migration/Version1017Date20210216083742.php
nextcloud/apps/dav/lib/Migration/Version1018Date20210312100735.php
nextcloud/apps/dav/lib/Migration/Version1024Date20211221144219.php
+nextcloud/apps/dav/lib/Migration/Version1025Date20240308063933.php
nextcloud/apps/dav/lib/Migration/Version1027Date20230504122946.php
nextcloud/apps/dav/lib/Profiler/
nextcloud/apps/dav/lib/Profiler/ProfilerPlugin.php
@@ -12023,6 +12039,8 @@ nextcloud/apps/encryption/l10n/fi.js
nextcloud/apps/encryption/l10n/fi.json
nextcloud/apps/encryption/l10n/fr.js
nextcloud/apps/encryption/l10n/fr.json
+nextcloud/apps/encryption/l10n/ga.js
+nextcloud/apps/encryption/l10n/ga.json
nextcloud/apps/encryption/l10n/gl.js
nextcloud/apps/encryption/l10n/gl.json
nextcloud/apps/encryption/l10n/he.js
@@ -12246,6 +12264,8 @@ nextcloud/apps/federatedfilesharing/l10n
nextcloud/apps/federatedfilesharing/l10n/fi.json
nextcloud/apps/federatedfilesharing/l10n/fr.js
nextcloud/apps/federatedfilesharing/l10n/fr.json
+nextcloud/apps/federatedfilesharing/l10n/ga.js
+nextcloud/apps/federatedfilesharing/l10n/ga.json
nextcloud/apps/federatedfilesharing/l10n/gl.js
nextcloud/apps/federatedfilesharing/l10n/gl.json
nextcloud/apps/federatedfilesharing/l10n/he.js
@@ -12446,6 +12466,8 @@ nextcloud/apps/federation/l10n/fi.js
nextcloud/apps/federation/l10n/fi.json
nextcloud/apps/federation/l10n/fr.js
nextcloud/apps/federation/l10n/fr.json
+nextcloud/apps/federation/l10n/ga.js
+nextcloud/apps/federation/l10n/ga.json
nextcloud/apps/federation/l10n/gl.js
nextcloud/apps/federation/l10n/gl.json
nextcloud/apps/federation/l10n/he.js
@@ -12742,6 +12764,8 @@ nextcloud/apps/files/l10n/fr.js
nextcloud/apps/files/l10n/fr.json
nextcloud/apps/files/l10n/fy_NL.js
nextcloud/apps/files/l10n/fy_NL.json
+nextcloud/apps/files/l10n/ga.js
+nextcloud/apps/files/l10n/ga.json
nextcloud/apps/files/l10n/gl.js
nextcloud/apps/files/l10n/gl.json
nextcloud/apps/files/l10n/gu.js
@@ -13194,6 +13218,8 @@ nextcloud/apps/files_external/l10n/fi.js
nextcloud/apps/files_external/l10n/fi.json
nextcloud/apps/files_external/l10n/fr.js
nextcloud/apps/files_external/l10n/fr.json
+nextcloud/apps/files_external/l10n/ga.js
+nextcloud/apps/files_external/l10n/ga.json
nextcloud/apps/files_external/l10n/gl.js
nextcloud/apps/files_external/l10n/gl.json
nextcloud/apps/files_external/l10n/he.js
@@ -13964,6 +13990,8 @@ nextcloud/apps/files_pdfviewer/l10n/fi.j
nextcloud/apps/files_pdfviewer/l10n/fi.json
nextcloud/apps/files_pdfviewer/l10n/fr.js
nextcloud/apps/files_pdfviewer/l10n/fr.json
+nextcloud/apps/files_pdfviewer/l10n/ga.js
+nextcloud/apps/files_pdfviewer/l10n/ga.json
nextcloud/apps/files_pdfviewer/l10n/gl.js
nextcloud/apps/files_pdfviewer/l10n/gl.json
nextcloud/apps/files_pdfviewer/l10n/ja.js
@@ -14053,6 +14081,8 @@ nextcloud/apps/files_reminders/l10n/fi.j
nextcloud/apps/files_reminders/l10n/fi.json
nextcloud/apps/files_reminders/l10n/fr.js
nextcloud/apps/files_reminders/l10n/fr.json
+nextcloud/apps/files_reminders/l10n/ga.js
+nextcloud/apps/files_reminders/l10n/ga.json
nextcloud/apps/files_reminders/l10n/gl.js
nextcloud/apps/files_reminders/l10n/gl.json
nextcloud/apps/files_reminders/l10n/hu.js
@@ -14444,6 +14474,8 @@ nextcloud/apps/files_sharing/l10n/fi.js
nextcloud/apps/files_sharing/l10n/fi.json
nextcloud/apps/files_sharing/l10n/fr.js
nextcloud/apps/files_sharing/l10n/fr.json
+nextcloud/apps/files_sharing/l10n/ga.js
+nextcloud/apps/files_sharing/l10n/ga.json
nextcloud/apps/files_sharing/l10n/gl.js
nextcloud/apps/files_sharing/l10n/gl.json
nextcloud/apps/files_sharing/l10n/he.js
@@ -14746,6 +14778,8 @@ nextcloud/apps/files_trashbin/l10n/fi.js
nextcloud/apps/files_trashbin/l10n/fi.json
nextcloud/apps/files_trashbin/l10n/fr.js
nextcloud/apps/files_trashbin/l10n/fr.json
+nextcloud/apps/files_trashbin/l10n/ga.js
+nextcloud/apps/files_trashbin/l10n/ga.json
nextcloud/apps/files_trashbin/l10n/gl.js
nextcloud/apps/files_trashbin/l10n/gl.json
nextcloud/apps/files_trashbin/l10n/he.js
@@ -14995,6 +15029,8 @@ nextcloud/apps/files_versions/l10n/fi.js
nextcloud/apps/files_versions/l10n/fi.json
nextcloud/apps/files_versions/l10n/fr.js
nextcloud/apps/files_versions/l10n/fr.json
+nextcloud/apps/files_versions/l10n/ga.js
+nextcloud/apps/files_versions/l10n/ga.json
nextcloud/apps/files_versions/l10n/gl.js
nextcloud/apps/files_versions/l10n/gl.json
nextcloud/apps/files_versions/l10n/he.js
@@ -15645,6 +15681,8 @@ nextcloud/apps/lookup_server_connector/l
nextcloud/apps/lookup_server_connector/l10n/fi.json
nextcloud/apps/lookup_server_connector/l10n/fr.js
nextcloud/apps/lookup_server_connector/l10n/fr.json
+nextcloud/apps/lookup_server_connector/l10n/ga.js
+nextcloud/apps/lookup_server_connector/l10n/ga.json
nextcloud/apps/lookup_server_connector/l10n/gl.js
nextcloud/apps/lookup_server_connector/l10n/gl.json
nextcloud/apps/lookup_server_connector/l10n/he.js
@@ -16244,6 +16282,8 @@ nextcloud/apps/oauth2/l10n/fi.js
nextcloud/apps/oauth2/l10n/fi.json
nextcloud/apps/oauth2/l10n/fr.js
nextcloud/apps/oauth2/l10n/fr.json
+nextcloud/apps/oauth2/l10n/ga.js
+nextcloud/apps/oauth2/l10n/ga.json
nextcloud/apps/oauth2/l10n/gl.js
nextcloud/apps/oauth2/l10n/gl.json
nextcloud/apps/oauth2/l10n/he.js
@@ -17036,6 +17076,8 @@ nextcloud/apps/privacy/l10n/fi.js
nextcloud/apps/privacy/l10n/fi.json
nextcloud/apps/privacy/l10n/fr.js
nextcloud/apps/privacy/l10n/fr.json
+nextcloud/apps/privacy/l10n/ga.js
+nextcloud/apps/privacy/l10n/ga.json
nextcloud/apps/privacy/l10n/gl.js
nextcloud/apps/privacy/l10n/gl.json
nextcloud/apps/privacy/l10n/he.js
@@ -17174,6 +17216,8 @@ nextcloud/apps/provisioning_api/l10n/fa.
nextcloud/apps/provisioning_api/l10n/fa.json
nextcloud/apps/provisioning_api/l10n/fr.js
nextcloud/apps/provisioning_api/l10n/fr.json
+nextcloud/apps/provisioning_api/l10n/ga.js
+nextcloud/apps/provisioning_api/l10n/ga.json
nextcloud/apps/provisioning_api/l10n/gl.js
nextcloud/apps/provisioning_api/l10n/gl.json
nextcloud/apps/provisioning_api/l10n/hr.js
@@ -18056,6 +18100,8 @@ nextcloud/apps/settings/l10n/fo.js
nextcloud/apps/settings/l10n/fo.json
nextcloud/apps/settings/l10n/fr.js
nextcloud/apps/settings/l10n/fr.json
+nextcloud/apps/settings/l10n/ga.js
+nextcloud/apps/settings/l10n/ga.json
nextcloud/apps/settings/l10n/gl.js
nextcloud/apps/settings/l10n/gl.json
nextcloud/apps/settings/l10n/he.js
@@ -18223,6 +18269,7 @@ nextcloud/apps/settings/lib/SetupChecks/
nextcloud/apps/settings/lib/SetupChecks/NeedsSystemAddressBookSync.php
nextcloud/apps/settings/lib/SetupChecks/PhpDefaultCharset.php
nextcloud/apps/settings/lib/SetupChecks/PhpOutputBuffering.php
+nextcloud/apps/settings/lib/SetupChecks/SchedulingTableSize.php
nextcloud/apps/settings/lib/SetupChecks/SupportedDatabase.php
nextcloud/apps/settings/lib/UserMigration/
nextcloud/apps/settings/lib/UserMigration/AccountMigrator.php
@@ -18342,6 +18389,8 @@ nextcloud/apps/sharebymail/l10n/fi.js
nextcloud/apps/sharebymail/l10n/fi.json
nextcloud/apps/sharebymail/l10n/fr.js
nextcloud/apps/sharebymail/l10n/fr.json
+nextcloud/apps/sharebymail/l10n/ga.js
+nextcloud/apps/sharebymail/l10n/ga.json
nextcloud/apps/sharebymail/l10n/gl.js
nextcloud/apps/sharebymail/l10n/gl.json
nextcloud/apps/sharebymail/l10n/he.js
@@ -18689,6 +18738,8 @@ nextcloud/apps/survey_client/l10n/fi.js
nextcloud/apps/survey_client/l10n/fi.json
nextcloud/apps/survey_client/l10n/fr.js
nextcloud/apps/survey_client/l10n/fr.json
+nextcloud/apps/survey_client/l10n/ga.js
+nextcloud/apps/survey_client/l10n/ga.json
nextcloud/apps/survey_client/l10n/gl.js
nextcloud/apps/survey_client/l10n/gl.json
nextcloud/apps/survey_client/l10n/he.js
@@ -18834,6 +18885,8 @@ nextcloud/apps/suspicious_login/l10n/fi.
nextcloud/apps/suspicious_login/l10n/fi.json
nextcloud/apps/suspicious_login/l10n/fr.js
nextcloud/apps/suspicious_login/l10n/fr.json
+nextcloud/apps/suspicious_login/l10n/ga.js
+nextcloud/apps/suspicious_login/l10n/ga.json
nextcloud/apps/suspicious_login/l10n/gl.js
nextcloud/apps/suspicious_login/l10n/gl.json
nextcloud/apps/suspicious_login/l10n/he.js
@@ -20791,6 +20844,8 @@ nextcloud/apps/systemtags/l10n/fi.js
nextcloud/apps/systemtags/l10n/fi.json
nextcloud/apps/systemtags/l10n/fr.js
nextcloud/apps/systemtags/l10n/fr.json
+nextcloud/apps/systemtags/l10n/ga.js
+nextcloud/apps/systemtags/l10n/ga.json
nextcloud/apps/systemtags/l10n/gl.js
nextcloud/apps/systemtags/l10n/gl.json
nextcloud/apps/systemtags/l10n/he.js
@@ -22145,6 +22200,8 @@ nextcloud/apps/theming/l10n/fi.js
nextcloud/apps/theming/l10n/fi.json
nextcloud/apps/theming/l10n/fr.js
nextcloud/apps/theming/l10n/fr.json
+nextcloud/apps/theming/l10n/ga.js
+nextcloud/apps/theming/l10n/ga.json
nextcloud/apps/theming/l10n/gl.js
nextcloud/apps/theming/l10n/gl.json
nextcloud/apps/theming/l10n/he.js
@@ -22348,6 +22405,8 @@ nextcloud/apps/twofactor_backupcodes/l10
nextcloud/apps/twofactor_backupcodes/l10n/fi.json
nextcloud/apps/twofactor_backupcodes/l10n/fr.js
nextcloud/apps/twofactor_backupcodes/l10n/fr.json
+nextcloud/apps/twofactor_backupcodes/l10n/ga.js
+nextcloud/apps/twofactor_backupcodes/l10n/ga.json
nextcloud/apps/twofactor_backupcodes/l10n/gl.js
nextcloud/apps/twofactor_backupcodes/l10n/gl.json
nextcloud/apps/twofactor_backupcodes/l10n/he.js
@@ -22815,6 +22874,8 @@ nextcloud/apps/updatenotification/l10n/f
nextcloud/apps/updatenotification/l10n/fi.json
nextcloud/apps/updatenotification/l10n/fr.js
nextcloud/apps/updatenotification/l10n/fr.json
+nextcloud/apps/updatenotification/l10n/ga.js
+nextcloud/apps/updatenotification/l10n/ga.json
nextcloud/apps/updatenotification/l10n/gl.js
nextcloud/apps/updatenotification/l10n/gl.json
nextcloud/apps/updatenotification/l10n/he.js
@@ -23078,6 +23139,8 @@ nextcloud/apps/user_ldap/l10n/fr.js
nextcloud/apps/user_ldap/l10n/fr.json
nextcloud/apps/user_ldap/l10n/fy_NL.js
nextcloud/apps/user_ldap/l10n/fy_NL.json
+nextcloud/apps/user_ldap/l10n/ga.js
+nextcloud/apps/user_ldap/l10n/ga.json
nextcloud/apps/user_ldap/l10n/gl.js
nextcloud/apps/user_ldap/l10n/gl.json
nextcloud/apps/user_ldap/l10n/gu.js
@@ -23370,6 +23433,8 @@ nextcloud/apps/user_status/l10n/fi.js
nextcloud/apps/user_status/l10n/fi.json
nextcloud/apps/user_status/l10n/fr.js
nextcloud/apps/user_status/l10n/fr.json
+nextcloud/apps/user_status/l10n/ga.js
+nextcloud/apps/user_status/l10n/ga.json
nextcloud/apps/user_status/l10n/gl.js
nextcloud/apps/user_status/l10n/gl.json
nextcloud/apps/user_status/l10n/he.js
@@ -23801,6 +23866,8 @@ nextcloud/apps/weather_status/l10n/fi.js
nextcloud/apps/weather_status/l10n/fi.json
nextcloud/apps/weather_status/l10n/fr.js
nextcloud/apps/weather_status/l10n/fr.json
+nextcloud/apps/weather_status/l10n/ga.js
+nextcloud/apps/weather_status/l10n/ga.json
nextcloud/apps/weather_status/l10n/gl.js
nextcloud/apps/weather_status/l10n/gl.json
nextcloud/apps/weather_status/l10n/he.js
@@ -23821,6 +23888,8 @@ nextcloud/apps/weather_status/l10n/ko.js
nextcloud/apps/weather_status/l10n/ko.json
nextcloud/apps/weather_status/l10n/lt_LT.js
nextcloud/apps/weather_status/l10n/lt_LT.json
+nextcloud/apps/weather_status/l10n/lv.js
+nextcloud/apps/weather_status/l10n/lv.json
nextcloud/apps/weather_status/l10n/mk.js
nextcloud/apps/weather_status/l10n/mk.json
nextcloud/apps/weather_status/l10n/nb.js
@@ -23958,6 +24027,8 @@ nextcloud/apps/workflowengine/l10n/fi.js
nextcloud/apps/workflowengine/l10n/fi.json
nextcloud/apps/workflowengine/l10n/fr.js
nextcloud/apps/workflowengine/l10n/fr.json
+nextcloud/apps/workflowengine/l10n/ga.js
+nextcloud/apps/workflowengine/l10n/ga.json
nextcloud/apps/workflowengine/l10n/gl.js
nextcloud/apps/workflowengine/l10n/gl.json
nextcloud/apps/workflowengine/l10n/he.js
@@ -24567,6 +24638,7 @@ nextcloud/core/doc/admin/_sources/config
nextcloud/core/doc/admin/_sources/configuration_server/bruteforce_configuration.rst.txt
nextcloud/core/doc/admin/_sources/configuration_server/caching_configuration.rst.txt
nextcloud/core/doc/admin/_sources/configuration_server/config_sample_php_parameters.rst.txt
+nextcloud/core/doc/admin/_sources/configuration_server/dashboard_configuration.rst.txt
nextcloud/core/doc/admin/_sources/configuration_server/domain_change.rst.txt
nextcloud/core/doc/admin/_sources/configuration_server/email_configuration.rst.txt
nextcloud/core/doc/admin/_sources/configuration_server/external_sites.rst.txt
@@ -24588,7 +24660,6 @@ nextcloud/core/doc/admin/_sources/config
nextcloud/core/doc/admin/_sources/configuration_user/reset_admin_password.rst.txt
nextcloud/core/doc/admin/_sources/configuration_user/reset_user_password.rst.txt
nextcloud/core/doc/admin/_sources/configuration_user/two_factor-auth.rst.txt
-nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ftp_smb_imap.rst.txt
nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap.rst.txt
nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap_api.rst.txt
nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap_cleanup.rst.txt
@@ -24662,6 +24733,12 @@ nextcloud/core/doc/admin/_sources/releas
nextcloud/core/doc/admin/_sources/release_schedule.rst.txt
nextcloud/core/doc/admin/_static/
nextcloud/core/doc/admin/_static/basic.css
+nextcloud/core/doc/admin/_static/check-solid.svg
+nextcloud/core/doc/admin/_static/clipboard.min.js
+nextcloud/core/doc/admin/_static/copy-button.svg
+nextcloud/core/doc/admin/_static/copybutton.css
+nextcloud/core/doc/admin/_static/copybutton.js
+nextcloud/core/doc/admin/_static/copybutton_funcs.js
nextcloud/core/doc/admin/_static/css/
nextcloud/core/doc/admin/_static/css/badge_only.css
nextcloud/core/doc/admin/_static/css/fonts/
@@ -24762,6 +24839,7 @@ nextcloud/core/doc/admin/configuration_s
nextcloud/core/doc/admin/configuration_server/bruteforce_configuration.html
nextcloud/core/doc/admin/configuration_server/caching_configuration.html
nextcloud/core/doc/admin/configuration_server/config_sample_php_parameters.html
+nextcloud/core/doc/admin/configuration_server/dashboard_configuration.html
nextcloud/core/doc/admin/configuration_server/domain_change.html
nextcloud/core/doc/admin/configuration_server/email_configuration.html
nextcloud/core/doc/admin/configuration_server/external_sites.html
@@ -24783,7 +24861,6 @@ nextcloud/core/doc/admin/configuration_u
nextcloud/core/doc/admin/configuration_user/reset_admin_password.html
nextcloud/core/doc/admin/configuration_user/reset_user_password.html
nextcloud/core/doc/admin/configuration_user/two_factor-auth.html
-nextcloud/core/doc/admin/configuration_user/user_auth_ftp_smb_imap.html
nextcloud/core/doc/admin/configuration_user/user_auth_ldap.html
nextcloud/core/doc/admin/configuration_user/user_auth_ldap_api.html
nextcloud/core/doc/admin/configuration_user/user_auth_ldap_cleanup.html
@@ -25058,6 +25135,12 @@ nextcloud/core/doc/user/_images/webdav_d
nextcloud/core/doc/user/_images/webdav_gnome3_nautilus.png
nextcloud/core/doc/user/_static/
nextcloud/core/doc/user/_static/basic.css
+nextcloud/core/doc/user/_static/check-solid.svg
+nextcloud/core/doc/user/_static/clipboard.min.js
+nextcloud/core/doc/user/_static/copy-button.svg
+nextcloud/core/doc/user/_static/copybutton.css
+nextcloud/core/doc/user/_static/copybutton.js
+nextcloud/core/doc/user/_static/copybutton_funcs.js
nextcloud/core/doc/user/_static/css/
nextcloud/core/doc/user/_static/css/badge_only.css
nextcloud/core/doc/user/_static/css/fonts/
@@ -25491,6 +25574,8 @@ nextcloud/core/l10n/fi.js
nextcloud/core/l10n/fi.json
nextcloud/core/l10n/fr.js
nextcloud/core/l10n/fr.json
+nextcloud/core/l10n/ga.js
+nextcloud/core/l10n/ga.json
nextcloud/core/l10n/gl.js
nextcloud/core/l10n/gl.json
nextcloud/core/l10n/he.js
@@ -25946,6 +26031,8 @@ nextcloud/lib/l10n/fo.js
nextcloud/lib/l10n/fo.json
nextcloud/lib/l10n/fr.js
nextcloud/lib/l10n/fr.json
+nextcloud/lib/l10n/ga.js
+nextcloud/lib/l10n/ga.json
nextcloud/lib/l10n/gd.js
nextcloud/lib/l10n/gd.json
nextcloud/lib/l10n/gl.js
@@ -27518,6 +27605,7 @@ nextcloud/lib/public/Group/Backend/IAddT
nextcloud/lib/public/Group/Backend/ICountDisabledInGroup.php
nextcloud/lib/public/Group/Backend/ICountUsersBackend.php
nextcloud/lib/public/Group/Backend/ICreateGroupBackend.php
+nextcloud/lib/public/Group/Backend/ICreateNamedGroupBackend.php
nextcloud/lib/public/Group/Backend/IDeleteGroupBackend.php
nextcloud/lib/public/Group/Backend/IGetDisplayNameBackend.php
nextcloud/lib/public/Group/Backend/IGroupDetailsBackend.php
Index: 28/Makefile
===================================================================
RCS file: /cvs/ports/www/nextcloud/28/Makefile,v
diff -u -p -r1.7 Makefile
--- 28/Makefile 6 Jun 2024 06:53:53 -0000 1.7
+++ 28/Makefile 28 Jun 2024 13:39:18 -0000
@@ -1,3 +1,3 @@
-NC_VERSION= 28.0.6
+NC_VERSION= 28.0.7

.include <bsd.port.mk>
Index: 28/distinfo
===================================================================
RCS file: /cvs/ports/www/nextcloud/28/distinfo,v
diff -u -p -r1.5 distinfo
--- 28/distinfo 6 Jun 2024 06:53:53 -0000 1.5
+++ 28/distinfo 28 Jun 2024 13:39:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloud-28.0.6.tar.bz2) = 3w0zhLRHy6HhKPIggPZ4BSH4aBab6r7o6g0VW/nGa48=
-SIZE (nextcloud-28.0.6.tar.bz2) = 188259629
+SHA256 (nextcloud-28.0.7.tar.bz2) = WOh1S4Ip/UTr1ykmQlaRlbi2R4xArBCaoIbIa1yrp9k=
+SIZE (nextcloud-28.0.7.tar.bz2) = 188700312
Index: 28/pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/nextcloud/28/pkg/PLIST,v
diff -u -p -r1.5 PLIST
--- 28/pkg/PLIST 6 Jun 2024 06:53:53 -0000 1.5
+++ 28/pkg/PLIST 28 Jun 2024 13:39:18 -0000
@@ -9420,6 +9420,8 @@ nextcloud/apps/cloud_federation_api/l10n
nextcloud/apps/cloud_federation_api/l10n/fi.json
nextcloud/apps/cloud_federation_api/l10n/fr.js
nextcloud/apps/cloud_federation_api/l10n/fr.json
+nextcloud/apps/cloud_federation_api/l10n/ga.js
+nextcloud/apps/cloud_federation_api/l10n/ga.json
nextcloud/apps/cloud_federation_api/l10n/gl.js
nextcloud/apps/cloud_federation_api/l10n/gl.json
nextcloud/apps/cloud_federation_api/l10n/hr.js
@@ -9763,6 +9765,8 @@ nextcloud/apps/contactsinteraction/l10n/
nextcloud/apps/contactsinteraction/l10n/fi.json
nextcloud/apps/contactsinteraction/l10n/fr.js
nextcloud/apps/contactsinteraction/l10n/fr.json
+nextcloud/apps/contactsinteraction/l10n/ga.js
+nextcloud/apps/contactsinteraction/l10n/ga.json
nextcloud/apps/contactsinteraction/l10n/gl.js
nextcloud/apps/contactsinteraction/l10n/gl.json
nextcloud/apps/contactsinteraction/l10n/he.js
@@ -9894,6 +9898,8 @@ nextcloud/apps/dashboard/l10n/fi.js
nextcloud/apps/dashboard/l10n/fi.json
nextcloud/apps/dashboard/l10n/fr.js
nextcloud/apps/dashboard/l10n/fr.json
+nextcloud/apps/dashboard/l10n/ga.js
+nextcloud/apps/dashboard/l10n/ga.json
nextcloud/apps/dashboard/l10n/gl.js
nextcloud/apps/dashboard/l10n/gl.json
nextcloud/apps/dashboard/l10n/he.js
@@ -10072,6 +10078,8 @@ nextcloud/apps/dav/l10n/fi.js
nextcloud/apps/dav/l10n/fi.json
nextcloud/apps/dav/l10n/fr.js
nextcloud/apps/dav/l10n/fr.json
+nextcloud/apps/dav/l10n/ga.js
+nextcloud/apps/dav/l10n/ga.json
nextcloud/apps/dav/l10n/gl.js
nextcloud/apps/dav/l10n/gl.json
nextcloud/apps/dav/l10n/he.js
@@ -10149,6 +10157,7 @@ nextcloud/apps/dav/lib/BackgroundJob/Bui
nextcloud/apps/dav/lib/BackgroundJob/CalendarRetentionJob.php
nextcloud/apps/dav/lib/BackgroundJob/CleanupDirectLinksJob.php
nextcloud/apps/dav/lib/BackgroundJob/CleanupInvitationTokenJob.php
+nextcloud/apps/dav/lib/BackgroundJob/DeleteOutdatedSchedulingObjects.php
nextcloud/apps/dav/lib/BackgroundJob/EventReminderJob.php
nextcloud/apps/dav/lib/BackgroundJob/GenerateBirthdayCalendarBackgroundJob.php
nextcloud/apps/dav/lib/BackgroundJob/OutOfOfficeEventDispatcherJob.php
@@ -10188,7 +10197,9 @@ nextcloud/apps/dav/lib/CalDAV/BirthdayCa
nextcloud/apps/dav/lib/CalDAV/BirthdayCalendar/EnablePlugin.php
nextcloud/apps/dav/lib/CalDAV/BirthdayService.php
nextcloud/apps/dav/lib/CalDAV/CachedSubscription.php
+nextcloud/apps/dav/lib/CalDAV/CachedSubscriptionImpl.php
nextcloud/apps/dav/lib/CalDAV/CachedSubscriptionObject.php
+nextcloud/apps/dav/lib/CalDAV/CachedSubscriptionProvider.php
nextcloud/apps/dav/lib/CalDAV/CalDavBackend.php
nextcloud/apps/dav/lib/CalDAV/Calendar.php
nextcloud/apps/dav/lib/CalDAV/CalendarHome.php
@@ -10296,6 +10307,8 @@ nextcloud/apps/dav/lib/CardDAV/Integrati
nextcloud/apps/dav/lib/CardDAV/MultiGetExportPlugin.php
nextcloud/apps/dav/lib/CardDAV/PhotoCache.php
nextcloud/apps/dav/lib/CardDAV/Plugin.php
+nextcloud/apps/dav/lib/CardDAV/Security/
+nextcloud/apps/dav/lib/CardDAV/Security/CardDavRateLimitingPlugin.php
nextcloud/apps/dav/lib/CardDAV/SyncService.php
nextcloud/apps/dav/lib/CardDAV/SystemAddressbook.php
nextcloud/apps/dav/lib/CardDAV/UserAddressBooks.php
@@ -10305,6 +10318,7 @@ nextcloud/apps/dav/lib/Command/
nextcloud/apps/dav/lib/Command/CreateAddressBook.php
nextcloud/apps/dav/lib/Command/CreateCalendar.php
nextcloud/apps/dav/lib/Command/DeleteCalendar.php
+nextcloud/apps/dav/lib/Command/FixCalendarSyncCommand.php
nextcloud/apps/dav/lib/Command/ListCalendars.php
nextcloud/apps/dav/lib/Command/MoveCalendar.php
nextcloud/apps/dav/lib/Command/RemoveInvalidShares.php
@@ -10462,6 +10476,7 @@ nextcloud/apps/dav/lib/Migration/BuildSo
nextcloud/apps/dav/lib/Migration/BuildSocialSearchIndexBackgroundJob.php
nextcloud/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php
nextcloud/apps/dav/lib/Migration/ChunkCleanup.php
+nextcloud/apps/dav/lib/Migration/DeleteSchedulingObjects.php
nextcloud/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php
nextcloud/apps/dav/lib/Migration/RefreshWebcalJobRegistrar.php
nextcloud/apps/dav/lib/Migration/RegenerateBirthdayCalendars.php
@@ -10491,6 +10506,7 @@ nextcloud/apps/dav/lib/Migration/Version
nextcloud/apps/dav/lib/Migration/Version1017Date20210216083742.php
nextcloud/apps/dav/lib/Migration/Version1018Date20210312100735.php
nextcloud/apps/dav/lib/Migration/Version1024Date20211221144219.php
+nextcloud/apps/dav/lib/Migration/Version1025Date20240308063933.php
nextcloud/apps/dav/lib/Migration/Version1027Date20230504122946.php
nextcloud/apps/dav/lib/Migration/Version1029Date20221114151721.php
nextcloud/apps/dav/lib/Migration/Version1029Date20231004091403.php
@@ -10662,6 +10678,8 @@ nextcloud/apps/encryption/l10n/fi.js
nextcloud/apps/encryption/l10n/fi.json
nextcloud/apps/encryption/l10n/fr.js
nextcloud/apps/encryption/l10n/fr.json
+nextcloud/apps/encryption/l10n/ga.js
+nextcloud/apps/encryption/l10n/ga.json
nextcloud/apps/encryption/l10n/gl.js
nextcloud/apps/encryption/l10n/gl.json
nextcloud/apps/encryption/l10n/he.js
@@ -10812,8 +10830,6 @@ nextcloud/apps/federatedfilesharing/img/
nextcloud/apps/federatedfilesharing/img/social-diaspora.svg
nextcloud/apps/federatedfilesharing/img/social-facebook.svg
nextcloud/apps/federatedfilesharing/img/social-twitter.svg
-nextcloud/apps/federatedfilesharing/js/
-nextcloud/apps/federatedfilesharing/js/external.js
nextcloud/apps/federatedfilesharing/l10n/
nextcloud/apps/federatedfilesharing/l10n/ar.js
nextcloud/apps/federatedfilesharing/l10n/ar.json
@@ -10885,6 +10901,8 @@ nextcloud/apps/federatedfilesharing/l10n
nextcloud/apps/federatedfilesharing/l10n/fi.json
nextcloud/apps/federatedfilesharing/l10n/fr.js
nextcloud/apps/federatedfilesharing/l10n/fr.json
+nextcloud/apps/federatedfilesharing/l10n/ga.js
+nextcloud/apps/federatedfilesharing/l10n/ga.json
nextcloud/apps/federatedfilesharing/l10n/gl.js
nextcloud/apps/federatedfilesharing/l10n/gl.json
nextcloud/apps/federatedfilesharing/l10n/he.js
@@ -11086,6 +11104,8 @@ nextcloud/apps/federation/l10n/fi.js
nextcloud/apps/federation/l10n/fi.json
nextcloud/apps/federation/l10n/fr.js
nextcloud/apps/federation/l10n/fr.json
+nextcloud/apps/federation/l10n/ga.js
+nextcloud/apps/federation/l10n/ga.json
nextcloud/apps/federation/l10n/gl.js
nextcloud/apps/federation/l10n/gl.json
nextcloud/apps/federation/l10n/he.js
@@ -11371,6 +11391,8 @@ nextcloud/apps/files/l10n/fr.js
nextcloud/apps/files/l10n/fr.json
nextcloud/apps/files/l10n/fy_NL.js
nextcloud/apps/files/l10n/fy_NL.json
+nextcloud/apps/files/l10n/ga.js
+nextcloud/apps/files/l10n/ga.json
nextcloud/apps/files/l10n/gl.js
nextcloud/apps/files/l10n/gl.json
nextcloud/apps/files/l10n/gu.js
@@ -11821,6 +11843,8 @@ nextcloud/apps/files_external/l10n/fi.js
nextcloud/apps/files_external/l10n/fi.json
nextcloud/apps/files_external/l10n/fr.js
nextcloud/apps/files_external/l10n/fr.json
+nextcloud/apps/files_external/l10n/ga.js
+nextcloud/apps/files_external/l10n/ga.json
nextcloud/apps/files_external/l10n/gl.js
nextcloud/apps/files_external/l10n/gl.json
nextcloud/apps/files_external/l10n/he.js
@@ -12078,12 +12102,12 @@ nextcloud/apps/files_pdfviewer/js/files_
nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js
nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js.LICENSE.txt
nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js.map
-nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-8ibBgPg__mjs.js
-nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-8ibBgPg__mjs.js.LICENSE.txt
-nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-8ibBgPg__mjs.js.map
-nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_path-browserify_index_js-node_modules_nextcloud_dialogs_dist_chunks_Dial-e0595f.js
-nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_path-browserify_index_js-node_modules_nextcloud_dialogs_dist_chunks_Dial-e0595f.js.LICENSE.txt
-nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_path-browserify_index_js-node_modules_nextcloud_dialogs_dist_chunks_Dial-e0595f.js.map
+nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-oSc3I_BN_mjs.js
+nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-oSc3I_BN_mjs.js.LICENSE.txt
+nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-oSc3I_BN_mjs.js.map
+nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_path-browserify_index_js-node_modules_nextcloud_dialogs_dist_chunks_Dial-7445f9.js
+nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_path-browserify_index_js-node_modules_nextcloud_dialogs_dist_chunks_Dial-7445f9.js.LICENSE.txt
+nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_path-browserify_index_js-node_modules_nextcloud_dialogs_dist_chunks_Dial-7445f9.js.map
nextcloud/apps/files_pdfviewer/js/files_pdfviewer-workersrc.js
nextcloud/apps/files_pdfviewer/js/files_pdfviewer-workersrc.js.map
nextcloud/apps/files_pdfviewer/js/pdfjs/
@@ -12593,12 +12617,16 @@ nextcloud/apps/files_pdfviewer/l10n/es.j
nextcloud/apps/files_pdfviewer/l10n/es.json
nextcloud/apps/files_pdfviewer/l10n/es_MX.js
nextcloud/apps/files_pdfviewer/l10n/es_MX.json
+nextcloud/apps/files_pdfviewer/l10n/eu.js
+nextcloud/apps/files_pdfviewer/l10n/eu.json
nextcloud/apps/files_pdfviewer/l10n/fa.js
nextcloud/apps/files_pdfviewer/l10n/fa.json
nextcloud/apps/files_pdfviewer/l10n/fi.js
nextcloud/apps/files_pdfviewer/l10n/fi.json
nextcloud/apps/files_pdfviewer/l10n/fr.js
nextcloud/apps/files_pdfviewer/l10n/fr.json
+nextcloud/apps/files_pdfviewer/l10n/ga.js
+nextcloud/apps/files_pdfviewer/l10n/ga.json
nextcloud/apps/files_pdfviewer/l10n/gl.js
nextcloud/apps/files_pdfviewer/l10n/gl.json
nextcloud/apps/files_pdfviewer/l10n/ja.js
@@ -12688,6 +12716,8 @@ nextcloud/apps/files_reminders/l10n/fi.j
nextcloud/apps/files_reminders/l10n/fi.json
nextcloud/apps/files_reminders/l10n/fr.js
nextcloud/apps/files_reminders/l10n/fr.json
+nextcloud/apps/files_reminders/l10n/ga.js
+nextcloud/apps/files_reminders/l10n/ga.json
nextcloud/apps/files_reminders/l10n/gl.js
nextcloud/apps/files_reminders/l10n/gl.json
nextcloud/apps/files_reminders/l10n/hu.js
@@ -12875,6 +12905,8 @@ nextcloud/apps/files_sharing/l10n/fi.js
nextcloud/apps/files_sharing/l10n/fi.json
nextcloud/apps/files_sharing/l10n/fr.js
nextcloud/apps/files_sharing/l10n/fr.json
+nextcloud/apps/files_sharing/l10n/ga.js
+nextcloud/apps/files_sharing/l10n/ga.json
nextcloud/apps/files_sharing/l10n/gl.js
nextcloud/apps/files_sharing/l10n/gl.json
nextcloud/apps/files_sharing/l10n/he.js
@@ -13177,6 +13209,8 @@ nextcloud/apps/files_trashbin/l10n/fi.js
nextcloud/apps/files_trashbin/l10n/fi.json
nextcloud/apps/files_trashbin/l10n/fr.js
nextcloud/apps/files_trashbin/l10n/fr.json
+nextcloud/apps/files_trashbin/l10n/ga.js
+nextcloud/apps/files_trashbin/l10n/ga.json
nextcloud/apps/files_trashbin/l10n/gl.js
nextcloud/apps/files_trashbin/l10n/gl.json
nextcloud/apps/files_trashbin/l10n/he.js
@@ -13430,6 +13464,8 @@ nextcloud/apps/files_versions/l10n/fi.js
nextcloud/apps/files_versions/l10n/fi.json
nextcloud/apps/files_versions/l10n/fr.js
nextcloud/apps/files_versions/l10n/fr.json
+nextcloud/apps/files_versions/l10n/ga.js
+nextcloud/apps/files_versions/l10n/ga.json
nextcloud/apps/files_versions/l10n/gl.js
nextcloud/apps/files_versions/l10n/gl.json
nextcloud/apps/files_versions/l10n/he.js
@@ -14081,6 +14117,8 @@ nextcloud/apps/lookup_server_connector/l
nextcloud/apps/lookup_server_connector/l10n/fi.json
nextcloud/apps/lookup_server_connector/l10n/fr.js
nextcloud/apps/lookup_server_connector/l10n/fr.json
+nextcloud/apps/lookup_server_connector/l10n/ga.js
+nextcloud/apps/lookup_server_connector/l10n/ga.json
nextcloud/apps/lookup_server_connector/l10n/gl.js
nextcloud/apps/lookup_server_connector/l10n/gl.json
nextcloud/apps/lookup_server_connector/l10n/he.js
@@ -14221,6 +14259,8 @@ nextcloud/apps/nextcloud_announcements/l
nextcloud/apps/nextcloud_announcements/l10n/fi.json
nextcloud/apps/nextcloud_announcements/l10n/fr.js
nextcloud/apps/nextcloud_announcements/l10n/fr.json
+nextcloud/apps/nextcloud_announcements/l10n/ga.js
+nextcloud/apps/nextcloud_announcements/l10n/ga.json
nextcloud/apps/nextcloud_announcements/l10n/gl.js
nextcloud/apps/nextcloud_announcements/l10n/gl.json
nextcloud/apps/nextcloud_announcements/l10n/he.js
@@ -14695,6 +14735,8 @@ nextcloud/apps/oauth2/l10n/fi.js
nextcloud/apps/oauth2/l10n/fi.json
nextcloud/apps/oauth2/l10n/fr.js
nextcloud/apps/oauth2/l10n/fr.json
+nextcloud/apps/oauth2/l10n/ga.js
+nextcloud/apps/oauth2/l10n/ga.json
nextcloud/apps/oauth2/l10n/gl.js
nextcloud/apps/oauth2/l10n/gl.json
nextcloud/apps/oauth2/l10n/he.js
@@ -14886,6 +14928,8 @@ nextcloud/apps/password_policy/l10n/fi.j
nextcloud/apps/password_policy/l10n/fi.json
nextcloud/apps/password_policy/l10n/fr.js
nextcloud/apps/password_policy/l10n/fr.json
+nextcloud/apps/password_policy/l10n/ga.js
+nextcloud/apps/password_policy/l10n/ga.json
nextcloud/apps/password_policy/l10n/gl.js
nextcloud/apps/password_policy/l10n/gl.json
nextcloud/apps/password_policy/l10n/he.js
@@ -15523,6 +15567,8 @@ nextcloud/apps/privacy/l10n/fi.js
nextcloud/apps/privacy/l10n/fi.json
nextcloud/apps/privacy/l10n/fr.js
nextcloud/apps/privacy/l10n/fr.json
+nextcloud/apps/privacy/l10n/ga.js
+nextcloud/apps/privacy/l10n/ga.json
nextcloud/apps/privacy/l10n/gl.js
nextcloud/apps/privacy/l10n/gl.json
nextcloud/apps/privacy/l10n/he.js
@@ -15661,6 +15707,8 @@ nextcloud/apps/provisioning_api/l10n/fa.
nextcloud/apps/provisioning_api/l10n/fa.json
nextcloud/apps/provisioning_api/l10n/fr.js
nextcloud/apps/provisioning_api/l10n/fr.json
+nextcloud/apps/provisioning_api/l10n/ga.js
+nextcloud/apps/provisioning_api/l10n/ga.json
nextcloud/apps/provisioning_api/l10n/gl.js
nextcloud/apps/provisioning_api/l10n/gl.json
nextcloud/apps/provisioning_api/l10n/hr.js
@@ -16550,6 +16598,8 @@ nextcloud/apps/settings/l10n/fo.js
nextcloud/apps/settings/l10n/fo.json
nextcloud/apps/settings/l10n/fr.js
nextcloud/apps/settings/l10n/fr.json
+nextcloud/apps/settings/l10n/ga.js
+nextcloud/apps/settings/l10n/ga.json
nextcloud/apps/settings/l10n/gl.js
nextcloud/apps/settings/l10n/gl.json
nextcloud/apps/settings/l10n/he.js
@@ -16736,6 +16786,7 @@ nextcloud/apps/settings/lib/SetupChecks/
nextcloud/apps/settings/lib/SetupChecks/LegacySSEKeyFormat.php
nextcloud/apps/settings/lib/SetupChecks/MaintenanceWindowStart.php
nextcloud/apps/settings/lib/SetupChecks/MemcacheConfigured.php
+nextcloud/apps/settings/lib/SetupChecks/MimeTypeMigrationAvailable.php
nextcloud/apps/settings/lib/SetupChecks/MysqlUnicodeSupport.php
nextcloud/apps/settings/lib/SetupChecks/OverwriteCliUrl.php
nextcloud/apps/settings/lib/SetupChecks/PhpDefaultCharset.php
@@ -16750,6 +16801,7 @@ nextcloud/apps/settings/lib/SetupChecks/
nextcloud/apps/settings/lib/SetupChecks/PushService.php
nextcloud/apps/settings/lib/SetupChecks/RandomnessSecure.php
nextcloud/apps/settings/lib/SetupChecks/ReadOnlyConfig.php
+nextcloud/apps/settings/lib/SetupChecks/SchedulingTableSize.php
nextcloud/apps/settings/lib/SetupChecks/SupportedDatabase.php
nextcloud/apps/settings/lib/SetupChecks/SystemIs64bit.php
nextcloud/apps/settings/lib/SetupChecks/TempSpaceAvailable.php
@@ -16872,6 +16924,8 @@ nextcloud/apps/sharebymail/l10n/fi.js
nextcloud/apps/sharebymail/l10n/fi.json
nextcloud/apps/sharebymail/l10n/fr.js
nextcloud/apps/sharebymail/l10n/fr.json
+nextcloud/apps/sharebymail/l10n/ga.js
+nextcloud/apps/sharebymail/l10n/ga.json
nextcloud/apps/sharebymail/l10n/gl.js
nextcloud/apps/sharebymail/l10n/gl.json
nextcloud/apps/sharebymail/l10n/he.js
@@ -17220,6 +17274,8 @@ nextcloud/apps/survey_client/l10n/fi.js
nextcloud/apps/survey_client/l10n/fi.json
nextcloud/apps/survey_client/l10n/fr.js
nextcloud/apps/survey_client/l10n/fr.json
+nextcloud/apps/survey_client/l10n/ga.js
+nextcloud/apps/survey_client/l10n/ga.json
nextcloud/apps/survey_client/l10n/gl.js
nextcloud/apps/survey_client/l10n/gl.json
nextcloud/apps/survey_client/l10n/he.js
@@ -17365,6 +17421,8 @@ nextcloud/apps/suspicious_login/l10n/fi.
nextcloud/apps/suspicious_login/l10n/fi.json
nextcloud/apps/suspicious_login/l10n/fr.js
nextcloud/apps/suspicious_login/l10n/fr.json
+nextcloud/apps/suspicious_login/l10n/ga.js
+nextcloud/apps/suspicious_login/l10n/ga.json
nextcloud/apps/suspicious_login/l10n/gl.js
nextcloud/apps/suspicious_login/l10n/gl.json
nextcloud/apps/suspicious_login/l10n/he.js
@@ -19318,6 +19376,8 @@ nextcloud/apps/systemtags/l10n/fi.js
nextcloud/apps/systemtags/l10n/fi.json
nextcloud/apps/systemtags/l10n/fr.js
nextcloud/apps/systemtags/l10n/fr.json
+nextcloud/apps/systemtags/l10n/ga.js
+nextcloud/apps/systemtags/l10n/ga.json
nextcloud/apps/systemtags/l10n/gl.js
nextcloud/apps/systemtags/l10n/gl.json
nextcloud/apps/systemtags/l10n/he.js
@@ -20754,6 +20814,8 @@ nextcloud/apps/theming/l10n/fi.js
nextcloud/apps/theming/l10n/fi.json
nextcloud/apps/theming/l10n/fr.js
nextcloud/apps/theming/l10n/fr.json
+nextcloud/apps/theming/l10n/ga.js
+nextcloud/apps/theming/l10n/ga.json
nextcloud/apps/theming/l10n/gl.js
nextcloud/apps/theming/l10n/gl.json
nextcloud/apps/theming/l10n/he.js
@@ -20960,6 +21022,8 @@ nextcloud/apps/twofactor_backupcodes/l10
nextcloud/apps/twofactor_backupcodes/l10n/fi.json
nextcloud/apps/twofactor_backupcodes/l10n/fr.js
nextcloud/apps/twofactor_backupcodes/l10n/fr.json
+nextcloud/apps/twofactor_backupcodes/l10n/ga.js
+nextcloud/apps/twofactor_backupcodes/l10n/ga.json
nextcloud/apps/twofactor_backupcodes/l10n/gl.js
nextcloud/apps/twofactor_backupcodes/l10n/gl.json
nextcloud/apps/twofactor_backupcodes/l10n/he.js
@@ -21434,6 +21498,8 @@ nextcloud/apps/updatenotification/l10n/f
nextcloud/apps/updatenotification/l10n/fi.json
nextcloud/apps/updatenotification/l10n/fr.js
nextcloud/apps/updatenotification/l10n/fr.json
+nextcloud/apps/updatenotification/l10n/ga.js
+nextcloud/apps/updatenotification/l10n/ga.json
nextcloud/apps/updatenotification/l10n/gl.js
nextcloud/apps/updatenotification/l10n/gl.json
nextcloud/apps/updatenotification/l10n/he.js
@@ -21699,6 +21765,8 @@ nextcloud/apps/user_ldap/l10n/fr.js
nextcloud/apps/user_ldap/l10n/fr.json
nextcloud/apps/user_ldap/l10n/fy_NL.js
nextcloud/apps/user_ldap/l10n/fy_NL.json
+nextcloud/apps/user_ldap/l10n/ga.js
+nextcloud/apps/user_ldap/l10n/ga.json
nextcloud/apps/user_ldap/l10n/gl.js
nextcloud/apps/user_ldap/l10n/gl.json
nextcloud/apps/user_ldap/l10n/gu.js
@@ -21999,6 +22067,8 @@ nextcloud/apps/user_status/l10n/fi.js
nextcloud/apps/user_status/l10n/fi.json
nextcloud/apps/user_status/l10n/fr.js
nextcloud/apps/user_status/l10n/fr.json
+nextcloud/apps/user_status/l10n/ga.js
+nextcloud/apps/user_status/l10n/ga.json
nextcloud/apps/user_status/l10n/gl.js
nextcloud/apps/user_status/l10n/gl.json
nextcloud/apps/user_status/l10n/he.js
@@ -22128,6 +22198,7 @@ nextcloud/apps/viewer/composer/composer/
nextcloud/apps/viewer/composer/composer/autoload_real.php
nextcloud/apps/viewer/composer/composer/autoload_static.php
nextcloud/apps/viewer/css/
+nextcloud/apps/viewer/css/viewer-index.css
nextcloud/apps/viewer/css/viewer-main.css
nextcloud/apps/viewer/img/
nextcloud/apps/viewer/img/app.svg
@@ -22436,6 +22507,8 @@ nextcloud/apps/weather_status/l10n/fi.js
nextcloud/apps/weather_status/l10n/fi.json
nextcloud/apps/weather_status/l10n/fr.js
nextcloud/apps/weather_status/l10n/fr.json
+nextcloud/apps/weather_status/l10n/ga.js
+nextcloud/apps/weather_status/l10n/ga.json
nextcloud/apps/weather_status/l10n/gl.js
nextcloud/apps/weather_status/l10n/gl.json
nextcloud/apps/weather_status/l10n/he.js
@@ -22456,6 +22529,8 @@ nextcloud/apps/weather_status/l10n/ko.js
nextcloud/apps/weather_status/l10n/ko.json
nextcloud/apps/weather_status/l10n/lt_LT.js
nextcloud/apps/weather_status/l10n/lt_LT.json
+nextcloud/apps/weather_status/l10n/lv.js
+nextcloud/apps/weather_status/l10n/lv.json
nextcloud/apps/weather_status/l10n/mk.js
nextcloud/apps/weather_status/l10n/mk.json
nextcloud/apps/weather_status/l10n/nb.js
@@ -22595,6 +22670,8 @@ nextcloud/apps/workflowengine/l10n/fi.js
nextcloud/apps/workflowengine/l10n/fi.json
nextcloud/apps/workflowengine/l10n/fr.js
nextcloud/apps/workflowengine/l10n/fr.json
+nextcloud/apps/workflowengine/l10n/ga.js
+nextcloud/apps/workflowengine/l10n/ga.json
nextcloud/apps/workflowengine/l10n/gl.js
nextcloud/apps/workflowengine/l10n/gl.json
nextcloud/apps/workflowengine/l10n/he.js
@@ -23241,7 +23318,6 @@ nextcloud/core/doc/admin/_sources/config
nextcloud/core/doc/admin/_sources/configuration_user/reset_admin_password.rst.txt
nextcloud/core/doc/admin/_sources/configuration_user/reset_user_password.rst.txt
nextcloud/core/doc/admin/_sources/configuration_user/two_factor-auth.rst.txt
-nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ftp_smb_imap.rst.txt
nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap.rst.txt
nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap_api.rst.txt
nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap_cleanup.rst.txt
@@ -23319,6 +23395,12 @@ nextcloud/core/doc/admin/_sources/releas
nextcloud/core/doc/admin/_static/
nextcloud/core/doc/admin/_static/_sphinx_javascript_frameworks_compat.js
nextcloud/core/doc/admin/_static/basic.css
+nextcloud/core/doc/admin/_static/check-solid.svg
+nextcloud/core/doc/admin/_static/clipboard.min.js
+nextcloud/core/doc/admin/_static/copy-button.svg
+nextcloud/core/doc/admin/_static/copybutton.css
+nextcloud/core/doc/admin/_static/copybutton.js
+nextcloud/core/doc/admin/_static/copybutton_funcs.js
nextcloud/core/doc/admin/_static/css/
nextcloud/core/doc/admin/_static/css/badge_only.css
nextcloud/core/doc/admin/_static/css/fonts/
@@ -23447,7 +23529,6 @@ nextcloud/core/doc/admin/configuration_u
nextcloud/core/doc/admin/configuration_user/reset_admin_password.html
nextcloud/core/doc/admin/configuration_user/reset_user_password.html
nextcloud/core/doc/admin/configuration_user/two_factor-auth.html
-nextcloud/core/doc/admin/configuration_user/user_auth_ftp_smb_imap.html
nextcloud/core/doc/admin/configuration_user/user_auth_ldap.html
nextcloud/core/doc/admin/configuration_user/user_auth_ldap_api.html
nextcloud/core/doc/admin/configuration_user/user_auth_ldap_cleanup.html
@@ -23734,6 +23815,12 @@ nextcloud/core/doc/user/_images/webdav_g
nextcloud/core/doc/user/_static/
nextcloud/core/doc/user/_static/_sphinx_javascript_frameworks_compat.js
nextcloud/core/doc/user/_static/basic.css
+nextcloud/core/doc/user/_static/check-solid.svg
+nextcloud/core/doc/user/_static/clipboard.min.js
+nextcloud/core/doc/user/_static/copy-button.svg
+nextcloud/core/doc/user/_static/copybutton.css
+nextcloud/core/doc/user/_static/copybutton.js
+nextcloud/core/doc/user/_static/copybutton_funcs.js
nextcloud/core/doc/user/_static/css/
nextcloud/core/doc/user/_static/css/badge_only.css
nextcloud/core/doc/user/_static/css/fonts/
@@ -24175,6 +24262,8 @@ nextcloud/core/l10n/fi.js
nextcloud/core/l10n/fi.json
nextcloud/core/l10n/fr.js
nextcloud/core/l10n/fr.json
+nextcloud/core/l10n/ga.js
+nextcloud/core/l10n/ga.json
nextcloud/core/l10n/gl.js
nextcloud/core/l10n/gl.json
nextcloud/core/l10n/he.js
@@ -24348,14 +24437,17 @@ nextcloud/core/vendor/zxcvbn/dist/
nextcloud/core/vendor/zxcvbn/dist/zxcvbn.js
nextcloud/cron.php
nextcloud/dist/
-nextcloud/dist/1359-1359.js
-nextcloud/dist/1359-1359.js.LICENSE.txt
-nextcloud/dist/1359-1359.js.map
+nextcloud/dist/1110-1110.js
+nextcloud/dist/1110-1110.js.LICENSE.txt
+nextcloud/dist/1110-1110.js.map
nextcloud/dist/2913-2913.js
nextcloud/dist/2913-2913.js.map
nextcloud/dist/3777-3777.js
nextcloud/dist/3777-3777.js.map
nextcloud/dist/5528-5528.js
+nextcloud/dist/5552-5552.js
+nextcloud/dist/5552-5552.js.LICENSE.txt
+nextcloud/dist/5552-5552.js.map
nextcloud/dist/5632-5632.js
nextcloud/dist/5632-5632.js.map
nextcloud/dist/5929-5929.js
@@ -24369,12 +24461,11 @@ nextcloud/dist/7462-7462.js.map
nextcloud/dist/7883-7883.js
nextcloud/dist/7883-7883.js.LICENSE.txt
nextcloud/dist/7883-7883.js.map
-nextcloud/dist/8094-8094.js
-nextcloud/dist/8094-8094.js.LICENSE.txt
-nextcloud/dist/8094-8094.js.map
-nextcloud/dist/8618-8618.js
-nextcloud/dist/8618-8618.js.LICENSE.txt
-nextcloud/dist/8618-8618.js.map
+nextcloud/dist/857-857.js
+nextcloud/dist/857-857.js.map
+nextcloud/dist/8902-8902.js
+nextcloud/dist/8902-8902.js.LICENSE.txt
+nextcloud/dist/8902-8902.js.map
nextcloud/dist/comments-comments-app.js
nextcloud/dist/comments-comments-app.js.LICENSE.txt
nextcloud/dist/comments-comments-app.js.map
@@ -24437,6 +24528,8 @@ nextcloud/dist/dav-settings-admin-caldav
nextcloud/dist/dav-settings-personal-availability.js
nextcloud/dist/dav-settings-personal-availability.js.LICENSE.txt
nextcloud/dist/dav-settings-personal-availability.js.map
+nextcloud/dist/federatedfilesharing-external.js
+nextcloud/dist/federatedfilesharing-external.js.map
nextcloud/dist/federatedfilesharing-vue-settings-admin.js
nextcloud/dist/federatedfilesharing-vue-settings-admin.js.LICENSE.txt
nextcloud/dist/federatedfilesharing-vue-settings-admin.js.map
@@ -24672,6 +24765,8 @@ nextcloud/lib/l10n/fo.js
nextcloud/lib/l10n/fo.json
nextcloud/lib/l10n/fr.js
nextcloud/lib/l10n/fr.json
+nextcloud/lib/l10n/ga.js
+nextcloud/lib/l10n/ga.json
nextcloud/lib/l10n/gd.js
nextcloud/lib/l10n/gd.json
nextcloud/lib/l10n/gl.js
@@ -25410,6 +25505,7 @@ nextcloud/lib/private/MemoryInfo.php
nextcloud/lib/private/Migration/
nextcloud/lib/private/Migration/BackgroundRepair.php
nextcloud/lib/private/Migration/ConsoleOutput.php
+nextcloud/lib/private/Migration/NullOutput.php
nextcloud/lib/private/Migration/SimpleOutput.php
nextcloud/lib/private/NaturalSort.php
nextcloud/lib/private/NaturalSort_DefaultCollator.php
@@ -26308,6 +26404,7 @@ nextcloud/lib/public/Group/Backend/IBatc
nextcloud/lib/public/Group/Backend/ICountDisabledInGroup.php
nextcloud/lib/public/Group/Backend/ICountUsersBackend.php
nextcloud/lib/public/Group/Backend/ICreateGroupBackend.php
+nextcloud/lib/public/Group/Backend/ICreateNamedGroupBackend.php
nextcloud/lib/public/Group/Backend/IDeleteGroupBackend.php
nextcloud/lib/public/Group/Backend/IGetDisplayNameBackend.php
nextcloud/lib/public/Group/Backend/IGroupDetailsBackend.php
Index: 29/Makefile
===================================================================
RCS file: /cvs/ports/www/nextcloud/29/Makefile,v
diff -u -p -r1.1 Makefile
--- 29/Makefile 30 May 2024 07:04:27 -0000 1.1
+++ 29/Makefile 28 Jun 2024 13:39:18 -0000
@@ -1,3 +1,3 @@
-NC_VERSION= 29.0.0
+NC_VERSION= 29.0.3

.include <bsd.port.mk>
Index: 29/distinfo
===================================================================
RCS file: /cvs/ports/www/nextcloud/29/distinfo,v
diff -u -p -r1.1 distinfo
--- 29/distinfo 30 May 2024 07:04:27 -0000 1.1
+++ 29/distinfo 28 Jun 2024 13:39:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloud-29.0.0.tar.bz2) = 6bU/ZDK29mRIfThpZF+hIaZM8O1q7oOqVgkD2vhrUr0=
-SIZE (nextcloud-29.0.0.tar.bz2) = 207504265
+SHA256 (nextcloud-29.0.3.tar.bz2) = pZludkwSCSf4hE2PWyjHNrji8ygLEgvhOivXcxzbf9Q=
+SIZE (nextcloud-29.0.3.tar.bz2) = 205947783
Index: 29/pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/nextcloud/29/pkg/PLIST,v
diff -u -p -r1.1 PLIST
--- 29/pkg/PLIST 30 May 2024 07:04:28 -0000 1.1
+++ 29/pkg/PLIST 28 Jun 2024 13:39:18 -0000
@@ -8,18 +8,9 @@ nextcloud/.htaccess.dist
@sample nextcloud/.htaccess
nextcloud/.user.ini
nextcloud/3rdparty/
-nextcloud/3rdparty/.github/
-nextcloud/3rdparty/.github/dependabot.yml
-nextcloud/3rdparty/.github/workflows/
-nextcloud/3rdparty/.github/workflows/block-merge-freeze.yml
-nextcloud/3rdparty/.github/workflows/composer-auto.yml
-nextcloud/3rdparty/.github/workflows/composer.yml
-nextcloud/3rdparty/.github/workflows/lint-php.yml
-nextcloud/3rdparty/.gitignore
nextcloud/3rdparty/.patches/
nextcloud/3rdparty/.patches/fix-cache-for-node.diff
nextcloud/3rdparty/LICENSE INFO
-nextcloud/3rdparty/README.md
nextcloud/3rdparty/autoload.php
nextcloud/3rdparty/aws/
nextcloud/3rdparty/aws/aws-crt-php/
@@ -7975,7 +7966,6 @@ nextcloud/apps/
@owner
@group
nextcloud/apps/activity/
-nextcloud/apps/activity/.eslintrc.json
nextcloud/apps/activity/appinfo/
nextcloud/apps/activity/appinfo/info.xml
nextcloud/apps/activity/appinfo/routes.php
@@ -7984,7 +7974,6 @@ nextcloud/apps/activity/composer.json
nextcloud/apps/activity/composer.lock
nextcloud/apps/activity/css/
nextcloud/apps/activity/css/style.css
-nextcloud/apps/activity/cypress.config.ts
nextcloud/apps/activity/docs/
nextcloud/apps/activity/docs/create.md
nextcloud/apps/activity/docs/endpoint-v2.md
@@ -7999,12 +7988,12 @@ nextcloud/apps/activity/img/change.svg
nextcloud/apps/activity/img/delete-color.svg
nextcloud/apps/activity/img/notifications-dark.svg
nextcloud/apps/activity/js/
-nextcloud/apps/activity/js/Activity-BLq8GI5q.mjs
-nextcloud/apps/activity/js/Activity-BLq8GI5q.mjs.map
-nextcloud/apps/activity/js/ActivityTab-DMKo-rfX.mjs
-nextcloud/apps/activity/js/ActivityTab-DMKo-rfX.mjs.map
-nextcloud/apps/activity/js/NcCheckboxRadioSwitch-hel9-sAH-CqGZjcR_.mjs
-nextcloud/apps/activity/js/NcCheckboxRadioSwitch-hel9-sAH-CqGZjcR_.mjs.map
+nextcloud/apps/activity/js/Activity-Dojq2ncI.mjs
+nextcloud/apps/activity/js/Activity-Dojq2ncI.mjs.map
+nextcloud/apps/activity/js/ActivityTab-B5jIlo4R.mjs
+nextcloud/apps/activity/js/ActivityTab-B5jIlo4R.mjs.map
+nextcloud/apps/activity/js/NcCheckboxRadioSwitch-hel9-sAH-DWj7ZO5U.mjs
+nextcloud/apps/activity/js/NcCheckboxRadioSwitch-hel9-sAH-DWj7ZO5U.mjs.map
nextcloud/apps/activity/js/activity-adminSettings.mjs
nextcloud/apps/activity/js/activity-adminSettings.mjs.map
nextcloud/apps/activity/js/activity-api.mjs
@@ -8023,10 +8012,10 @@ nextcloud/apps/activity/js/index-LkGPsUV
nextcloud/apps/activity/js/index-LkGPsUV3.mjs.map
nextcloud/apps/activity/js/logger-BVTvLOjn.mjs
nextcloud/apps/activity/js/logger-BVTvLOjn.mjs.map
-nextcloud/apps/activity/js/settings-store-wfRhvH-2.mjs
-nextcloud/apps/activity/js/settings-store-wfRhvH-2.mjs.map
-nextcloud/apps/activity/js/toast-7xJhDYMn-DbnuGoWz.mjs
-nextcloud/apps/activity/js/toast-7xJhDYMn-DbnuGoWz.mjs.map
+nextcloud/apps/activity/js/settings-store-CoNMQf5S.mjs
+nextcloud/apps/activity/js/settings-store-CoNMQf5S.mjs.map
+nextcloud/apps/activity/js/toast-7xJhDYMn-Bi_h045Q.mjs
+nextcloud/apps/activity/js/toast-7xJhDYMn-Bi_h045Q.mjs.map
nextcloud/apps/activity/js/vendor.LICENSE.txt
nextcloud/apps/activity/l10n/
nextcloud/apps/activity/l10n/af.js
@@ -8115,6 +8104,8 @@ nextcloud/apps/activity/l10n/fo.js
nextcloud/apps/activity/l10n/fo.json
nextcloud/apps/activity/l10n/fr.js
nextcloud/apps/activity/l10n/fr.json
+nextcloud/apps/activity/l10n/ga.js
+nextcloud/apps/activity/l10n/ga.json
nextcloud/apps/activity/l10n/gd.js
nextcloud/apps/activity/l10n/gd.json
nextcloud/apps/activity/l10n/gl.js
@@ -8298,7 +8289,6 @@ nextcloud/apps/activity/lib/UserSettings
nextcloud/apps/activity/lib/ViewInfoCache.php
nextcloud/apps/activity/package-lock.json
nextcloud/apps/activity/package.json
-nextcloud/apps/activity/stylelint.config.cjs
nextcloud/apps/activity/templates/
nextcloud/apps/activity/templates/app-main.php
nextcloud/apps/activity/templates/rss.php
@@ -8307,12 +8297,10 @@ nextcloud/apps/activity/templates/settin
nextcloud/apps/activity/templates/settings/personal.php
nextcloud/apps/activity/templates/stream.app.navigation.php
nextcloud/apps/activity/templates/stream.body.php
-nextcloud/apps/activity/tsconfig.json
nextcloud/apps/activity/vendor-bin/
nextcloud/apps/activity/vendor-bin/cs-fixer/
nextcloud/apps/activity/vendor-bin/cs-fixer/composer.json
nextcloud/apps/activity/vendor-bin/cs-fixer/composer.lock
-nextcloud/apps/activity/vite.config.ts
nextcloud/apps/admin_audit/
nextcloud/apps/admin_audit/appinfo/
nextcloud/apps/admin_audit/appinfo/info.xml
@@ -8385,6 +8373,8 @@ nextcloud/apps/admin_audit/l10n/fi.js
nextcloud/apps/admin_audit/l10n/fi.json
nextcloud/apps/admin_audit/l10n/fr.js
nextcloud/apps/admin_audit/l10n/fr.json
+nextcloud/apps/admin_audit/l10n/ga.js
+nextcloud/apps/admin_audit/l10n/ga.json
nextcloud/apps/admin_audit/l10n/gl.js
nextcloud/apps/admin_audit/l10n/gl.json
nextcloud/apps/admin_audit/l10n/he.js
@@ -8489,12 +8479,12 @@ nextcloud/apps/bruteforcesettings/js/
nextcloud/apps/bruteforcesettings/js/bruteforcesettings-main.js
nextcloud/apps/bruteforcesettings/js/bruteforcesettings-main.js.LICENSE.txt
nextcloud/apps/bruteforcesettings/js/bruteforcesettings-main.js.map
-nextcloud/apps/bruteforcesettings/js/bruteforcesettings-node_modules_nextcloud_dialogs_dist_chunks_index-RkOaxczZ_mjs.js
-nextcloud/apps/bruteforcesettings/js/bruteforcesettings-node_modules_nextcloud_dialogs_dist_chunks_index-RkOaxczZ_mjs.js.LICENSE.txt
-nextcloud/apps/bruteforcesettings/js/bruteforcesettings-node_modules_nextcloud_dialogs_dist_chunks_index-RkOaxczZ_mjs.js.map
-nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-DBGB1Rec_mjs.js
-nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-DBGB1Rec_mjs.js.LICENSE.txt
-nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-DBGB1Rec_mjs.js.map
+nextcloud/apps/bruteforcesettings/js/bruteforcesettings-node_modules_nextcloud_dialogs_dist_chunks_index-clds-yO2_mjs.js
+nextcloud/apps/bruteforcesettings/js/bruteforcesettings-node_modules_nextcloud_dialogs_dist_chunks_index-clds-yO2_mjs.js.LICENSE.txt
+nextcloud/apps/bruteforcesettings/js/bruteforcesettings-node_modules_nextcloud_dialogs_dist_chunks_index-clds-yO2_mjs.js.map
+nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-ClzJbciL_mjs.js
+nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-ClzJbciL_mjs.js.LICENSE.txt
+nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-ClzJbciL_mjs.js.map
nextcloud/apps/bruteforcesettings/l10n/
nextcloud/apps/bruteforcesettings/l10n/af.js
nextcloud/apps/bruteforcesettings/l10n/af.json
@@ -8582,6 +8572,8 @@ nextcloud/apps/bruteforcesettings/l10n/f
nextcloud/apps/bruteforcesettings/l10n/fo.json
nextcloud/apps/bruteforcesettings/l10n/fr.js
nextcloud/apps/bruteforcesettings/l10n/fr.json
+nextcloud/apps/bruteforcesettings/l10n/ga.js
+nextcloud/apps/bruteforcesettings/l10n/ga.json
nextcloud/apps/bruteforcesettings/l10n/gd.js
nextcloud/apps/bruteforcesettings/l10n/gd.json
nextcloud/apps/bruteforcesettings/l10n/gl.js
@@ -8697,8 +8689,6 @@ nextcloud/apps/bruteforcesettings/lib/Se
nextcloud/apps/bruteforcesettings/lib/Settings/IPWhitelist.php
nextcloud/apps/bruteforcesettings/package-lock.json
nextcloud/apps/bruteforcesettings/package.json
-nextcloud/apps/bruteforcesettings/screenshots/
-nextcloud/apps/bruteforcesettings/screenshots/1.png
nextcloud/apps/bruteforcesettings/templates/
nextcloud/apps/bruteforcesettings/templates/ipwhitelist.php
nextcloud/apps/bruteforcesettings/vendor/
@@ -8817,6 +8807,8 @@ nextcloud/apps/circles/l10n/fi.js
nextcloud/apps/circles/l10n/fi.json
nextcloud/apps/circles/l10n/fr.js
nextcloud/apps/circles/l10n/fr.json
+nextcloud/apps/circles/l10n/ga.js
+nextcloud/apps/circles/l10n/ga.json
nextcloud/apps/circles/l10n/gl.js
nextcloud/apps/circles/l10n/gl.json
nextcloud/apps/circles/l10n/he.js
@@ -9423,6 +9415,8 @@ nextcloud/apps/cloud_federation_api/l10n
nextcloud/apps/cloud_federation_api/l10n/fi.json
nextcloud/apps/cloud_federation_api/l10n/fr.js
nextcloud/apps/cloud_federation_api/l10n/fr.json
+nextcloud/apps/cloud_federation_api/l10n/ga.js
+nextcloud/apps/cloud_federation_api/l10n/ga.json
nextcloud/apps/cloud_federation_api/l10n/gl.js
nextcloud/apps/cloud_federation_api/l10n/gl.json
nextcloud/apps/cloud_federation_api/l10n/hr.js
@@ -9586,6 +9580,8 @@ nextcloud/apps/comments/l10n/fi.js
nextcloud/apps/comments/l10n/fi.json
nextcloud/apps/comments/l10n/fr.js
nextcloud/apps/comments/l10n/fr.json
+nextcloud/apps/comments/l10n/ga.js
+nextcloud/apps/comments/l10n/ga.json
nextcloud/apps/comments/l10n/gl.js
nextcloud/apps/comments/l10n/gl.json
nextcloud/apps/comments/l10n/he.js
@@ -9763,6 +9759,8 @@ nextcloud/apps/contactsinteraction/l10n/
nextcloud/apps/contactsinteraction/l10n/fi.json
nextcloud/apps/contactsinteraction/l10n/fr.js
nextcloud/apps/contactsinteraction/l10n/fr.json
+nextcloud/apps/contactsinteraction/l10n/ga.js
+nextcloud/apps/contactsinteraction/l10n/ga.json
nextcloud/apps/contactsinteraction/l10n/gl.js
nextcloud/apps/contactsinteraction/l10n/gl.json
nextcloud/apps/contactsinteraction/l10n/he.js
@@ -9894,6 +9892,8 @@ nextcloud/apps/dashboard/l10n/fi.js
nextcloud/apps/dashboard/l10n/fi.json
nextcloud/apps/dashboard/l10n/fr.js
nextcloud/apps/dashboard/l10n/fr.json
+nextcloud/apps/dashboard/l10n/ga.js
+nextcloud/apps/dashboard/l10n/ga.json
nextcloud/apps/dashboard/l10n/gl.js
nextcloud/apps/dashboard/l10n/gl.json
nextcloud/apps/dashboard/l10n/he.js
@@ -10073,6 +10073,8 @@ nextcloud/apps/dav/l10n/fi.js
nextcloud/apps/dav/l10n/fi.json
nextcloud/apps/dav/l10n/fr.js
nextcloud/apps/dav/l10n/fr.json
+nextcloud/apps/dav/l10n/ga.js
+nextcloud/apps/dav/l10n/ga.json
nextcloud/apps/dav/l10n/gl.js
nextcloud/apps/dav/l10n/gl.json
nextcloud/apps/dav/l10n/he.js
@@ -10150,6 +10152,7 @@ nextcloud/apps/dav/lib/BackgroundJob/Bui
nextcloud/apps/dav/lib/BackgroundJob/CalendarRetentionJob.php
nextcloud/apps/dav/lib/BackgroundJob/CleanupDirectLinksJob.php
nextcloud/apps/dav/lib/BackgroundJob/CleanupInvitationTokenJob.php
+nextcloud/apps/dav/lib/BackgroundJob/DeleteOutdatedSchedulingObjects.php
nextcloud/apps/dav/lib/BackgroundJob/EventReminderJob.php
nextcloud/apps/dav/lib/BackgroundJob/GenerateBirthdayCalendarBackgroundJob.php
nextcloud/apps/dav/lib/BackgroundJob/OutOfOfficeEventDispatcherJob.php
@@ -10189,7 +10192,9 @@ nextcloud/apps/dav/lib/CalDAV/BirthdayCa
nextcloud/apps/dav/lib/CalDAV/BirthdayCalendar/EnablePlugin.php
nextcloud/apps/dav/lib/CalDAV/BirthdayService.php
nextcloud/apps/dav/lib/CalDAV/CachedSubscription.php
+nextcloud/apps/dav/lib/CalDAV/CachedSubscriptionImpl.php
nextcloud/apps/dav/lib/CalDAV/CachedSubscriptionObject.php
+nextcloud/apps/dav/lib/CalDAV/CachedSubscriptionProvider.php
nextcloud/apps/dav/lib/CalDAV/CalDavBackend.php
nextcloud/apps/dav/lib/CalDAV/Calendar.php
nextcloud/apps/dav/lib/CalDAV/CalendarHome.php
@@ -10300,6 +10305,8 @@ nextcloud/apps/dav/lib/CardDAV/Integrati
nextcloud/apps/dav/lib/CardDAV/MultiGetExportPlugin.php
nextcloud/apps/dav/lib/CardDAV/PhotoCache.php
nextcloud/apps/dav/lib/CardDAV/Plugin.php
+nextcloud/apps/dav/lib/CardDAV/Security/
+nextcloud/apps/dav/lib/CardDAV/Security/CardDavRateLimitingPlugin.php
nextcloud/apps/dav/lib/CardDAV/Sharing/
nextcloud/apps/dav/lib/CardDAV/Sharing/Backend.php
nextcloud/apps/dav/lib/CardDAV/Sharing/Service.php
@@ -10473,6 +10480,7 @@ nextcloud/apps/dav/lib/Migration/BuildSo
nextcloud/apps/dav/lib/Migration/BuildSocialSearchIndexBackgroundJob.php
nextcloud/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php
nextcloud/apps/dav/lib/Migration/ChunkCleanup.php
+nextcloud/apps/dav/lib/Migration/DeleteSchedulingObjects.php
nextcloud/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php
nextcloud/apps/dav/lib/Migration/RefreshWebcalJobRegistrar.php
nextcloud/apps/dav/lib/Migration/RegenerateBirthdayCalendars.php
@@ -10676,6 +10684,8 @@ nextcloud/apps/encryption/l10n/fi.js
nextcloud/apps/encryption/l10n/fi.json
nextcloud/apps/encryption/l10n/fr.js
nextcloud/apps/encryption/l10n/fr.json
+nextcloud/apps/encryption/l10n/ga.js
+nextcloud/apps/encryption/l10n/ga.json
nextcloud/apps/encryption/l10n/gl.js
nextcloud/apps/encryption/l10n/gl.json
nextcloud/apps/encryption/l10n/he.js
@@ -10826,8 +10836,6 @@ nextcloud/apps/federatedfilesharing/img/
nextcloud/apps/federatedfilesharing/img/social-diaspora.svg
nextcloud/apps/federatedfilesharing/img/social-facebook.svg
nextcloud/apps/federatedfilesharing/img/social-twitter.svg
-nextcloud/apps/federatedfilesharing/js/
-nextcloud/apps/federatedfilesharing/js/external.js
nextcloud/apps/federatedfilesharing/l10n/
nextcloud/apps/federatedfilesharing/l10n/ar.js
nextcloud/apps/federatedfilesharing/l10n/ar.json
@@ -10899,6 +10907,8 @@ nextcloud/apps/federatedfilesharing/l10n
nextcloud/apps/federatedfilesharing/l10n/fi.json
nextcloud/apps/federatedfilesharing/l10n/fr.js
nextcloud/apps/federatedfilesharing/l10n/fr.json
+nextcloud/apps/federatedfilesharing/l10n/ga.js
+nextcloud/apps/federatedfilesharing/l10n/ga.json
nextcloud/apps/federatedfilesharing/l10n/gl.js
nextcloud/apps/federatedfilesharing/l10n/gl.json
nextcloud/apps/federatedfilesharing/l10n/he.js
@@ -11100,6 +11110,8 @@ nextcloud/apps/federation/l10n/fi.js
nextcloud/apps/federation/l10n/fi.json
nextcloud/apps/federation/l10n/fr.js
nextcloud/apps/federation/l10n/fr.json
+nextcloud/apps/federation/l10n/ga.js
+nextcloud/apps/federation/l10n/ga.json
nextcloud/apps/federation/l10n/gl.js
nextcloud/apps/federation/l10n/gl.json
nextcloud/apps/federation/l10n/he.js
@@ -11385,6 +11397,8 @@ nextcloud/apps/files/l10n/fr.js
nextcloud/apps/files/l10n/fr.json
nextcloud/apps/files/l10n/fy_NL.js
nextcloud/apps/files/l10n/fy_NL.json
+nextcloud/apps/files/l10n/ga.js
+nextcloud/apps/files/l10n/ga.json
nextcloud/apps/files/l10n/gl.js
nextcloud/apps/files/l10n/gl.json
nextcloud/apps/files/l10n/gu.js
@@ -11599,7 +11613,6 @@ nextcloud/apps/files/templates/index.php
nextcloud/apps/files/templates/list.php
nextcloud/apps/files/templates/settings-personal.php
nextcloud/apps/files_downloadlimit/
-nextcloud/apps/files_downloadlimit/.eslintrc.cjs
nextcloud/apps/files_downloadlimit/LICENSE
nextcloud/apps/files_downloadlimit/appinfo/
nextcloud/apps/files_downloadlimit/appinfo/info.xml
@@ -11662,6 +11675,8 @@ nextcloud/apps/files_downloadlimit/l10n/
nextcloud/apps/files_downloadlimit/l10n/fi.json
nextcloud/apps/files_downloadlimit/l10n/fr.js
nextcloud/apps/files_downloadlimit/l10n/fr.json
+nextcloud/apps/files_downloadlimit/l10n/ga.js
+nextcloud/apps/files_downloadlimit/l10n/ga.json
nextcloud/apps/files_downloadlimit/l10n/gl.js
nextcloud/apps/files_downloadlimit/l10n/gl.json
nextcloud/apps/files_downloadlimit/l10n/hr.js
@@ -11739,8 +11754,6 @@ nextcloud/apps/files_downloadlimit/packa
nextcloud/apps/files_downloadlimit/package.json
nextcloud/apps/files_downloadlimit/templates/
nextcloud/apps/files_downloadlimit/templates/admin.php
-nextcloud/apps/files_downloadlimit/tsconfig.json
-nextcloud/apps/files_downloadlimit/vite.config.ts
nextcloud/apps/files_external/
nextcloud/apps/files_external/3rdparty/
nextcloud/apps/files_external/3rdparty/.gitignore
@@ -11975,6 +11988,8 @@ nextcloud/apps/files_external/l10n/fi.js
nextcloud/apps/files_external/l10n/fi.json
nextcloud/apps/files_external/l10n/fr.js
nextcloud/apps/files_external/l10n/fr.json
+nextcloud/apps/files_external/l10n/ga.js
+nextcloud/apps/files_external/l10n/ga.json
nextcloud/apps/files_external/l10n/gl.js
nextcloud/apps/files_external/l10n/gl.json
nextcloud/apps/files_external/l10n/he.js
@@ -12232,12 +12247,12 @@ nextcloud/apps/files_pdfviewer/js/files_
nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js
nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js.LICENSE.txt
nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js.map
-nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-DBGB1Rec_mjs.js
-nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-DBGB1Rec_mjs.js.LICENSE.txt
-nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-DBGB1Rec_mjs.js.map
-nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_index-RkOaxczZ_mjs.js
-nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_index-RkOaxczZ_mjs.js.LICENSE.txt
-nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_index-RkOaxczZ_mjs.js.map
+nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-ClzJbciL_mjs.js
+nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-ClzJbciL_mjs.js.LICENSE.txt
+nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-ClzJbciL_mjs.js.map
+nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_index-clds-yO2_mjs.js
+nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_index-clds-yO2_mjs.js.LICENSE.txt
+nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_index-clds-yO2_mjs.js.map
nextcloud/apps/files_pdfviewer/js/files_pdfviewer-workersrc.js
nextcloud/apps/files_pdfviewer/js/files_pdfviewer-workersrc.js.map
nextcloud/apps/files_pdfviewer/js/pdfjs/
@@ -12747,12 +12762,16 @@ nextcloud/apps/files_pdfviewer/l10n/es.j
nextcloud/apps/files_pdfviewer/l10n/es.json
nextcloud/apps/files_pdfviewer/l10n/es_MX.js
nextcloud/apps/files_pdfviewer/l10n/es_MX.json
+nextcloud/apps/files_pdfviewer/l10n/eu.js
+nextcloud/apps/files_pdfviewer/l10n/eu.json
nextcloud/apps/files_pdfviewer/l10n/fa.js
nextcloud/apps/files_pdfviewer/l10n/fa.json
nextcloud/apps/files_pdfviewer/l10n/fi.js
nextcloud/apps/files_pdfviewer/l10n/fi.json
nextcloud/apps/files_pdfviewer/l10n/fr.js
nextcloud/apps/files_pdfviewer/l10n/fr.json
+nextcloud/apps/files_pdfviewer/l10n/ga.js
+nextcloud/apps/files_pdfviewer/l10n/ga.json
nextcloud/apps/files_pdfviewer/l10n/gl.js
nextcloud/apps/files_pdfviewer/l10n/gl.json
nextcloud/apps/files_pdfviewer/l10n/ja.js
@@ -12763,6 +12782,8 @@ nextcloud/apps/files_pdfviewer/l10n/lt_L
nextcloud/apps/files_pdfviewer/l10n/lt_LT.json
nextcloud/apps/files_pdfviewer/l10n/nb.js
nextcloud/apps/files_pdfviewer/l10n/nb.json
+nextcloud/apps/files_pdfviewer/l10n/pl.js
+nextcloud/apps/files_pdfviewer/l10n/pl.json
nextcloud/apps/files_pdfviewer/l10n/pt_BR.js
nextcloud/apps/files_pdfviewer/l10n/pt_BR.json
nextcloud/apps/files_pdfviewer/l10n/ro.js
@@ -12799,7 +12820,6 @@ nextcloud/apps/files_pdfviewer/package.j
nextcloud/apps/files_pdfviewer/pdfjs-get.js
nextcloud/apps/files_pdfviewer/templates/
nextcloud/apps/files_pdfviewer/templates/viewer.php
-nextcloud/apps/files_pdfviewer/webpack.config.js
nextcloud/apps/files_reminders/
nextcloud/apps/files_reminders/appinfo/
nextcloud/apps/files_reminders/appinfo/info.xml
@@ -12841,6 +12861,8 @@ nextcloud/apps/files_reminders/l10n/fi.j
nextcloud/apps/files_reminders/l10n/fi.json
nextcloud/apps/files_reminders/l10n/fr.js
nextcloud/apps/files_reminders/l10n/fr.json
+nextcloud/apps/files_reminders/l10n/ga.js
+nextcloud/apps/files_reminders/l10n/ga.json
nextcloud/apps/files_reminders/l10n/gl.js
nextcloud/apps/files_reminders/l10n/gl.json
nextcloud/apps/files_reminders/l10n/hu.js
@@ -13029,6 +13051,8 @@ nextcloud/apps/files_sharing/l10n/fi.js
nextcloud/apps/files_sharing/l10n/fi.json
nextcloud/apps/files_sharing/l10n/fr.js
nextcloud/apps/files_sharing/l10n/fr.json
+nextcloud/apps/files_sharing/l10n/ga.js
+nextcloud/apps/files_sharing/l10n/ga.json
nextcloud/apps/files_sharing/l10n/gl.js
nextcloud/apps/files_sharing/l10n/gl.json
nextcloud/apps/files_sharing/l10n/he.js
@@ -13327,6 +13351,8 @@ nextcloud/apps/files_trashbin/l10n/fi.js
nextcloud/apps/files_trashbin/l10n/fi.json
nextcloud/apps/files_trashbin/l10n/fr.js
nextcloud/apps/files_trashbin/l10n/fr.json
+nextcloud/apps/files_trashbin/l10n/ga.js
+nextcloud/apps/files_trashbin/l10n/ga.json
nextcloud/apps/files_trashbin/l10n/gl.js
nextcloud/apps/files_trashbin/l10n/gl.json
nextcloud/apps/files_trashbin/l10n/he.js
@@ -13577,6 +13603,8 @@ nextcloud/apps/files_versions/l10n/fi.js
nextcloud/apps/files_versions/l10n/fi.json
nextcloud/apps/files_versions/l10n/fr.js
nextcloud/apps/files_versions/l10n/fr.json
+nextcloud/apps/files_versions/l10n/ga.js
+nextcloud/apps/files_versions/l10n/ga.json
nextcloud/apps/files_versions/l10n/gl.js
nextcloud/apps/files_versions/l10n/gl.json
nextcloud/apps/files_versions/l10n/he.js
@@ -13719,7 +13747,6 @@ nextcloud/apps/files_versions/lib/Versio
nextcloud/apps/files_versions/lib/Versions/VersionManager.php
nextcloud/apps/files_versions/openapi.json
nextcloud/apps/firstrunwizard/
-nextcloud/apps/firstrunwizard/.eslintrc.json
nextcloud/apps/firstrunwizard/appinfo/
nextcloud/apps/firstrunwizard/appinfo/info.xml
nextcloud/apps/firstrunwizard/appinfo/routes.php
@@ -13760,8 +13787,8 @@ nextcloud/apps/firstrunwizard/js/firstru
nextcloud/apps/firstrunwizard/js/firstrunwizard-about.mjs.map
nextcloud/apps/firstrunwizard/js/firstrunwizard-activate.mjs
nextcloud/apps/firstrunwizard/js/firstrunwizard-activate.mjs.map
-nextcloud/apps/firstrunwizard/js/main-ABl-s2Y1.mjs
-nextcloud/apps/firstrunwizard/js/main-ABl-s2Y1.mjs.map
+nextcloud/apps/firstrunwizard/js/main-BugzTyYY.mjs
+nextcloud/apps/firstrunwizard/js/main-BugzTyYY.mjs.map
nextcloud/apps/firstrunwizard/js/modulepreload-polyfill-DDskOgo1.mjs
nextcloud/apps/firstrunwizard/js/modulepreload-polyfill-DDskOgo1.mjs.map
nextcloud/apps/firstrunwizard/js/vendor.LICENSE.txt
@@ -13848,6 +13875,8 @@ nextcloud/apps/firstrunwizard/l10n/fi.js
nextcloud/apps/firstrunwizard/l10n/fi.json
nextcloud/apps/firstrunwizard/l10n/fr.js
nextcloud/apps/firstrunwizard/l10n/fr.json
+nextcloud/apps/firstrunwizard/l10n/ga.js
+nextcloud/apps/firstrunwizard/l10n/ga.json
nextcloud/apps/firstrunwizard/l10n/gl.js
nextcloud/apps/firstrunwizard/l10n/gl.json
nextcloud/apps/firstrunwizard/l10n/he.js
@@ -13967,16 +13996,13 @@ nextcloud/apps/firstrunwizard/lib/Settin
nextcloud/apps/firstrunwizard/lib/Settings/Personal.php
nextcloud/apps/firstrunwizard/package-lock.json
nextcloud/apps/firstrunwizard/package.json
-nextcloud/apps/firstrunwizard/stylelint.config.cjs
nextcloud/apps/firstrunwizard/templates/
nextcloud/apps/firstrunwizard/templates/personal-settings.php
-nextcloud/apps/firstrunwizard/tsconfig.json
nextcloud/apps/logreader/
nextcloud/apps/logreader/appinfo/
nextcloud/apps/logreader/appinfo/info.xml
nextcloud/apps/logreader/appinfo/routes.php
nextcloud/apps/logreader/appinfo/signature.json
-nextcloud/apps/logreader/codecov.yml
nextcloud/apps/logreader/composer.json
nextcloud/apps/logreader/composer.lock
nextcloud/apps/logreader/css/
@@ -14069,6 +14095,8 @@ nextcloud/apps/logreader/l10n/fi.js
nextcloud/apps/logreader/l10n/fi.json
nextcloud/apps/logreader/l10n/fr.js
nextcloud/apps/logreader/l10n/fr.json
+nextcloud/apps/logreader/l10n/ga.js
+nextcloud/apps/logreader/l10n/ga.json
nextcloud/apps/logreader/l10n/gl.js
nextcloud/apps/logreader/l10n/gl.json
nextcloud/apps/logreader/l10n/he.js
@@ -14185,12 +14213,8 @@ nextcloud/apps/logreader/lib/SetupChecks
nextcloud/apps/logreader/lib/SetupChecks/LogErrors.php
nextcloud/apps/logreader/package-lock.json
nextcloud/apps/logreader/package.json
-nextcloud/apps/logreader/screenshots/
-nextcloud/apps/logreader/screenshots/reader.png
nextcloud/apps/logreader/templates/
nextcloud/apps/logreader/templates/index.php
-nextcloud/apps/logreader/tsconfig.json
-nextcloud/apps/logreader/vite.config.ts
nextcloud/apps/lookup_server_connector/
nextcloud/apps/lookup_server_connector/appinfo/
nextcloud/apps/lookup_server_connector/appinfo/info.xml
@@ -14247,6 +14271,8 @@ nextcloud/apps/lookup_server_connector/l
nextcloud/apps/lookup_server_connector/l10n/fi.json
nextcloud/apps/lookup_server_connector/l10n/fr.js
nextcloud/apps/lookup_server_connector/l10n/fr.json
+nextcloud/apps/lookup_server_connector/l10n/ga.js
+nextcloud/apps/lookup_server_connector/l10n/ga.json
nextcloud/apps/lookup_server_connector/l10n/gl.js
nextcloud/apps/lookup_server_connector/l10n/gl.json
nextcloud/apps/lookup_server_connector/l10n/he.js
@@ -14387,6 +14413,8 @@ nextcloud/apps/nextcloud_announcements/l
nextcloud/apps/nextcloud_announcements/l10n/fi.json
nextcloud/apps/nextcloud_announcements/l10n/fr.js
nextcloud/apps/nextcloud_announcements/l10n/fr.json
+nextcloud/apps/nextcloud_announcements/l10n/ga.js
+nextcloud/apps/nextcloud_announcements/l10n/ga.json
nextcloud/apps/nextcloud_announcements/l10n/gl.js
nextcloud/apps/nextcloud_announcements/l10n/gl.json
nextcloud/apps/nextcloud_announcements/l10n/he.js
@@ -14504,15 +14532,15 @@ nextcloud/apps/notifications/js/notifica
nextcloud/apps/notifications/js/notifications-src_NotificationsApp_vue.js
nextcloud/apps/notifications/js/notifications-src_NotificationsApp_vue.js.LICENSE.txt
nextcloud/apps/notifications/js/notifications-src_NotificationsApp_vue.js.map
-nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_auth_dist_index_js-node_modules_nextcloud_l10n_dist_index_mjs--c7a61b.js
-nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_auth_dist_index_js-node_modules_nextcloud_l10n_dist_index_mjs--c7a61b.js.LICENSE.txt
-nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_auth_dist_index_js-node_modules_nextcloud_l10n_dist_index_mjs--c7a61b.js.map
+nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_auth_dist_index_cjs-node_modules_nextcloud_l10n_dist_index_mjs-eb6d62.js
+nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_auth_dist_index_cjs-node_modules_nextcloud_l10n_dist_index_mjs-eb6d62.js.LICENSE.txt
+nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_auth_dist_index_cjs-node_modules_nextcloud_l10n_dist_index_mjs-eb6d62.js.map
+nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_browser-storage_dist_index_js-node_modules_nextcloud_notify_pu-148966.js
+nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_browser-storage_dist_index_js-node_modules_nextcloud_notify_pu-148966.js.LICENSE.txt
+nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_browser-storage_dist_index_js-node_modules_nextcloud_notify_pu-148966.js.map
nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-ClzJbciL_mjs.js
nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-ClzJbciL_mjs.js.LICENSE.txt
nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-ClzJbciL_mjs.js.map
-nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_notify_push_dist_index_js-node_modules_howler_dist_howler_js-n-f0749c.js
-nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_notify_push_dist_index_js-node_modules_howler_dist_howler_js-n-f0749c.js.LICENSE.txt
-nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_notify_push_dist_index_js-node_modules_howler_dist_howler_js-n-f0749c.js.map
nextcloud/apps/notifications/l10n/
nextcloud/apps/notifications/l10n/af.js
nextcloud/apps/notifications/l10n/af.json
@@ -14598,6 +14626,8 @@ nextcloud/apps/notifications/l10n/fo.js
nextcloud/apps/notifications/l10n/fo.json
nextcloud/apps/notifications/l10n/fr.js
nextcloud/apps/notifications/l10n/fr.json
+nextcloud/apps/notifications/l10n/ga.js
+nextcloud/apps/notifications/l10n/ga.json
nextcloud/apps/notifications/l10n/gd.js
nextcloud/apps/notifications/l10n/gd.json
nextcloud/apps/notifications/l10n/gl.js
@@ -14863,6 +14893,8 @@ nextcloud/apps/oauth2/l10n/fi.js
nextcloud/apps/oauth2/l10n/fi.json
nextcloud/apps/oauth2/l10n/fr.js
nextcloud/apps/oauth2/l10n/fr.json
+nextcloud/apps/oauth2/l10n/ga.js
+nextcloud/apps/oauth2/l10n/ga.json
nextcloud/apps/oauth2/l10n/gl.js
nextcloud/apps/oauth2/l10n/gl.json
nextcloud/apps/oauth2/l10n/he.js
@@ -14959,13 +14991,11 @@ nextcloud/apps/oauth2/openapi.json
nextcloud/apps/oauth2/templates/
nextcloud/apps/oauth2/templates/admin.php
nextcloud/apps/password_policy/
-nextcloud/apps/password_policy/.eslintrc.json
nextcloud/apps/password_policy/LICENSE
nextcloud/apps/password_policy/appinfo/
nextcloud/apps/password_policy/appinfo/info.xml
nextcloud/apps/password_policy/appinfo/routes.php
nextcloud/apps/password_policy/appinfo/signature.json
-nextcloud/apps/password_policy/codecov.yml
nextcloud/apps/password_policy/composer.json
nextcloud/apps/password_policy/composer.lock
nextcloud/apps/password_policy/css/
@@ -15051,6 +15081,8 @@ nextcloud/apps/password_policy/l10n/fi.j
nextcloud/apps/password_policy/l10n/fi.json
nextcloud/apps/password_policy/l10n/fr.js
nextcloud/apps/password_policy/l10n/fr.json
+nextcloud/apps/password_policy/l10n/ga.js
+nextcloud/apps/password_policy/l10n/ga.json
nextcloud/apps/password_policy/l10n/gl.js
nextcloud/apps/password_policy/l10n/gl.json
nextcloud/apps/password_policy/l10n/he.js
@@ -15204,7 +15236,6 @@ nextcloud/apps/password_policy/lists/lis
nextcloud/apps/password_policy/lists/list-9.php
nextcloud/apps/password_policy/package-lock.json
nextcloud/apps/password_policy/package.json
-nextcloud/apps/password_policy/stylelint.config.cjs
nextcloud/apps/password_policy/templates/
nextcloud/apps/password_policy/templates/settings.php
nextcloud/apps/photos/
@@ -15217,12 +15248,10 @@ nextcloud/apps/photos/composer/
nextcloud/apps/photos/composer.json
nextcloud/apps/photos/composer.lock
nextcloud/apps/photos/composer/autoload.php
-nextcloud/apps/photos/cypress.config.ts
nextcloud/apps/photos/img/
nextcloud/apps/photos/img/app.svg
nextcloud/apps/photos/img/photos.svg
nextcloud/apps/photos/img/yourphotos.svg
-nextcloud/apps/photos/jest.config.js
nextcloud/apps/photos/js/
nextcloud/apps/photos/js/photos-dashboard.js
nextcloud/apps/photos/js/photos-dashboard.js.LICENSE.txt
@@ -15401,6 +15430,8 @@ nextcloud/apps/photos/l10n/fi.js
nextcloud/apps/photos/l10n/fi.json
nextcloud/apps/photos/l10n/fr.js
nextcloud/apps/photos/l10n/fr.json
+nextcloud/apps/photos/l10n/ga.js
+nextcloud/apps/photos/l10n/ga.json
nextcloud/apps/photos/l10n/gl.js
nextcloud/apps/photos/l10n/gl.json
nextcloud/apps/photos/l10n/he.js
@@ -15549,6 +15580,7 @@ nextcloud/apps/photos/lib/Migration/Vers
nextcloud/apps/photos/lib/Migration/Version20001Date20220830131446.php
nextcloud/apps/photos/lib/Migration/Version20003Date20221102170153.php
nextcloud/apps/photos/lib/Migration/Version20003Date20221103094628.php
+nextcloud/apps/photos/lib/Migration/Version3000Date20240417075404.php
nextcloud/apps/photos/lib/RepairStep/
nextcloud/apps/photos/lib/RepairStep/InitMetadata.php
nextcloud/apps/photos/lib/Sabre/
@@ -15576,13 +15608,9 @@ nextcloud/apps/photos/lib/Service/Revers
nextcloud/apps/photos/lib/Service/UserConfigService.php
nextcloud/apps/photos/package-lock.json
nextcloud/apps/photos/package.json
-nextcloud/apps/photos/postcss.config.js
-nextcloud/apps/photos/screenshots/
-nextcloud/apps/photos/screenshots/screenshot1.png
nextcloud/apps/photos/templates/
nextcloud/apps/photos/templates/main.php
nextcloud/apps/photos/templates/public.php
-nextcloud/apps/photos/tsconfig.json
nextcloud/apps/photos/vendor/
nextcloud/apps/photos/vendor/autoload.php
nextcloud/apps/photos/vendor/composer/
@@ -15701,6 +15729,8 @@ nextcloud/apps/privacy/l10n/fi.js
nextcloud/apps/privacy/l10n/fi.json
nextcloud/apps/privacy/l10n/fr.js
nextcloud/apps/privacy/l10n/fr.json
+nextcloud/apps/privacy/l10n/ga.js
+nextcloud/apps/privacy/l10n/ga.json
nextcloud/apps/privacy/l10n/gl.js
nextcloud/apps/privacy/l10n/gl.json
nextcloud/apps/privacy/l10n/he.js
@@ -15784,7 +15814,6 @@ nextcloud/apps/privacy/templates/mission
nextcloud/apps/privacy/templates/user-data-manifesto.php
nextcloud/apps/privacy/templates/where-is-your-data.php
nextcloud/apps/privacy/templates/who-has-access.php
-nextcloud/apps/privacy/tsconfig.json
nextcloud/apps/provisioning_api/
nextcloud/apps/provisioning_api/appinfo/
nextcloud/apps/provisioning_api/appinfo/info.xml
@@ -15840,6 +15869,8 @@ nextcloud/apps/provisioning_api/l10n/fa.
nextcloud/apps/provisioning_api/l10n/fa.json
nextcloud/apps/provisioning_api/l10n/fr.js
nextcloud/apps/provisioning_api/l10n/fr.json
+nextcloud/apps/provisioning_api/l10n/ga.js
+nextcloud/apps/provisioning_api/l10n/ga.json
nextcloud/apps/provisioning_api/l10n/gl.js
nextcloud/apps/provisioning_api/l10n/gl.json
nextcloud/apps/provisioning_api/l10n/hr.js
@@ -15962,6 +15993,8 @@ nextcloud/apps/recommendations/l10n/fi.j
nextcloud/apps/recommendations/l10n/fi.json
nextcloud/apps/recommendations/l10n/fr.js
nextcloud/apps/recommendations/l10n/fr.json
+nextcloud/apps/recommendations/l10n/ga.js
+nextcloud/apps/recommendations/l10n/ga.json
nextcloud/apps/recommendations/l10n/gl.js
nextcloud/apps/recommendations/l10n/gl.json
nextcloud/apps/recommendations/l10n/he.js
@@ -16049,7 +16082,6 @@ nextcloud/apps/recommendations/lib/Servi
nextcloud/apps/recommendations/lib/Service/RecommendedFile.php
nextcloud/apps/recommendations/package-lock.json
nextcloud/apps/recommendations/package.json
-nextcloud/apps/recommendations/webpack.config.js
nextcloud/apps/related_resources/
nextcloud/apps/related_resources/CHANGELOG.md
nextcloud/apps/related_resources/LICENSE
@@ -16158,6 +16190,8 @@ nextcloud/apps/related_resources/l10n/fo
nextcloud/apps/related_resources/l10n/fo.json
nextcloud/apps/related_resources/l10n/fr.js
nextcloud/apps/related_resources/l10n/fr.json
+nextcloud/apps/related_resources/l10n/ga.js
+nextcloud/apps/related_resources/l10n/ga.json
nextcloud/apps/related_resources/l10n/gd.js
nextcloud/apps/related_resources/l10n/gd.json
nextcloud/apps/related_resources/l10n/gl.js
@@ -16460,6 +16494,8 @@ nextcloud/apps/serverinfo/l10n/fo.js
nextcloud/apps/serverinfo/l10n/fo.json
nextcloud/apps/serverinfo/l10n/fr.js
nextcloud/apps/serverinfo/l10n/fr.json
+nextcloud/apps/serverinfo/l10n/ga.js
+nextcloud/apps/serverinfo/l10n/ga.json
nextcloud/apps/serverinfo/l10n/gl.js
nextcloud/apps/serverinfo/l10n/gl.json
nextcloud/apps/serverinfo/l10n/he.js
@@ -16729,6 +16765,8 @@ nextcloud/apps/settings/l10n/fo.js
nextcloud/apps/settings/l10n/fo.json
nextcloud/apps/settings/l10n/fr.js
nextcloud/apps/settings/l10n/fr.json
+nextcloud/apps/settings/l10n/ga.js
+nextcloud/apps/settings/l10n/ga.json
nextcloud/apps/settings/l10n/gl.js
nextcloud/apps/settings/l10n/gl.json
nextcloud/apps/settings/l10n/he.js
@@ -16921,6 +16959,7 @@ nextcloud/apps/settings/lib/SetupChecks/
nextcloud/apps/settings/lib/SetupChecks/LegacySSEKeyFormat.php
nextcloud/apps/settings/lib/SetupChecks/MaintenanceWindowStart.php
nextcloud/apps/settings/lib/SetupChecks/MemcacheConfigured.php
+nextcloud/apps/settings/lib/SetupChecks/MimeTypeMigrationAvailable.php
nextcloud/apps/settings/lib/SetupChecks/MysqlUnicodeSupport.php
nextcloud/apps/settings/lib/SetupChecks/OcxProviders.php
nextcloud/apps/settings/lib/SetupChecks/OverwriteCliUrl.php
@@ -16936,6 +16975,7 @@ nextcloud/apps/settings/lib/SetupChecks/
nextcloud/apps/settings/lib/SetupChecks/PushService.php
nextcloud/apps/settings/lib/SetupChecks/RandomnessSecure.php
nextcloud/apps/settings/lib/SetupChecks/ReadOnlyConfig.php
+nextcloud/apps/settings/lib/SetupChecks/SchedulingTableSize.php
nextcloud/apps/settings/lib/SetupChecks/SecurityHeaders.php
nextcloud/apps/settings/lib/SetupChecks/SupportedDatabase.php
nextcloud/apps/settings/lib/SetupChecks/SystemIs64bit.php
@@ -17062,6 +17102,8 @@ nextcloud/apps/sharebymail/l10n/fi.js
nextcloud/apps/sharebymail/l10n/fi.json
nextcloud/apps/sharebymail/l10n/fr.js
nextcloud/apps/sharebymail/l10n/fr.json
+nextcloud/apps/sharebymail/l10n/ga.js
+nextcloud/apps/sharebymail/l10n/ga.json
nextcloud/apps/sharebymail/l10n/gl.js
nextcloud/apps/sharebymail/l10n/gl.json
nextcloud/apps/sharebymail/l10n/he.js
@@ -17410,6 +17452,8 @@ nextcloud/apps/survey_client/l10n/fi.js
nextcloud/apps/survey_client/l10n/fi.json
nextcloud/apps/survey_client/l10n/fr.js
nextcloud/apps/survey_client/l10n/fr.json
+nextcloud/apps/survey_client/l10n/ga.js
+nextcloud/apps/survey_client/l10n/ga.json
nextcloud/apps/survey_client/l10n/gl.js
nextcloud/apps/survey_client/l10n/gl.json
nextcloud/apps/survey_client/l10n/he.js
@@ -17501,7 +17545,6 @@ nextcloud/apps/survey_client/lib/Setting
nextcloud/apps/survey_client/templates/
nextcloud/apps/survey_client/templates/admin.php
nextcloud/apps/suspicious_login/
-nextcloud/apps/suspicious_login/.babelrc.js
nextcloud/apps/suspicious_login/CHANGELOG.md
nextcloud/apps/suspicious_login/COPYING
nextcloud/apps/suspicious_login/appinfo/
@@ -17556,6 +17599,8 @@ nextcloud/apps/suspicious_login/l10n/fi.
nextcloud/apps/suspicious_login/l10n/fi.json
nextcloud/apps/suspicious_login/l10n/fr.js
nextcloud/apps/suspicious_login/l10n/fr.json
+nextcloud/apps/suspicious_login/l10n/ga.js
+nextcloud/apps/suspicious_login/l10n/ga.json
nextcloud/apps/suspicious_login/l10n/gl.js
nextcloud/apps/suspicious_login/l10n/gl.json
nextcloud/apps/suspicious_login/l10n/he.js
@@ -17700,10 +17745,6 @@ nextcloud/apps/suspicious_login/lib/Util
nextcloud/apps/suspicious_login/lib/Util/AddressClassifier.php
nextcloud/apps/suspicious_login/package-lock.json
nextcloud/apps/suspicious_login/package.json
-nextcloud/apps/suspicious_login/screenshots/
-nextcloud/apps/suspicious_login/screenshots/admin_settings.png
-nextcloud/apps/suspicious_login/screenshots/notification_android.png
-nextcloud/apps/suspicious_login/screenshots/notification_web.png
nextcloud/apps/suspicious_login/templates/
nextcloud/apps/suspicious_login/templates/settings-admin.php
nextcloud/apps/suspicious_login/vendor/
@@ -19513,6 +19554,8 @@ nextcloud/apps/systemtags/l10n/fi.js
nextcloud/apps/systemtags/l10n/fi.json
nextcloud/apps/systemtags/l10n/fr.js
nextcloud/apps/systemtags/l10n/fr.json
+nextcloud/apps/systemtags/l10n/ga.js
+nextcloud/apps/systemtags/l10n/ga.json
nextcloud/apps/systemtags/l10n/gl.js
nextcloud/apps/systemtags/l10n/gl.json
nextcloud/apps/systemtags/l10n/he.js
@@ -20458,9 +20501,9 @@ nextcloud/apps/text/js/node_modules_dagr
nextcloud/apps/text/js/node_modules_dagre-d3-es_src_graphlib_json_js-node_modules_dagre-d3-es_src_index_js-node_modu-e535e5.js.map
nextcloud/apps/text/js/node_modules_dayjs_plugin_advancedFormat_js-node_modules_dayjs_plugin_customParseFormat_js-no-96543d.js
nextcloud/apps/text/js/node_modules_dayjs_plugin_advancedFormat_js-node_modules_dayjs_plugin_customParseFormat_js-no-96543d.js.map
-nextcloud/apps/text/js/node_modules_nextcloud_dialogs_dist_chunks_index-CwXnUkoV_mjs.js
-nextcloud/apps/text/js/node_modules_nextcloud_dialogs_dist_chunks_index-CwXnUkoV_mjs.js.LICENSE.txt
-nextcloud/apps/text/js/node_modules_nextcloud_dialogs_dist_chunks_index-CwXnUkoV_mjs.js.map
+nextcloud/apps/text/js/node_modules_nextcloud_dialogs_dist_chunks_index-CqRCpcyw_mjs.js
+nextcloud/apps/text/js/node_modules_nextcloud_dialogs_dist_chunks_index-CqRCpcyw_mjs.js.LICENSE.txt
+nextcloud/apps/text/js/node_modules_nextcloud_dialogs_dist_chunks_index-CqRCpcyw_mjs.js.map
nextcloud/apps/text/js/node_modules_uuid_dist_esm-browser_v5_js.js
nextcloud/apps/text/js/node_modules_uuid_dist_esm-browser_v5_js.js.map
nextcloud/apps/text/js/src_extensions_index_js-src_components_Editor_EditorOutline_vue-data_image_svg_xml_3csvg_20xm-1ac8cb.js
@@ -20477,9 +20520,9 @@ nextcloud/apps/text/js/src_store_index_j
nextcloud/apps/text/js/src_store_index_js.js.map
nextcloud/apps/text/js/src_views_FilesSettings_vue.js
nextcloud/apps/text/js/src_views_FilesSettings_vue.js.map
-nextcloud/apps/text/js/src_views_RichWorkspace_vue-node_modules_nextcloud_vue_dist_chunks_emoji-k4gWHxrE_mjs-node_mo-c8741d.js
-nextcloud/apps/text/js/src_views_RichWorkspace_vue-node_modules_nextcloud_vue_dist_chunks_emoji-k4gWHxrE_mjs-node_mo-c8741d.js.LICENSE.txt
-nextcloud/apps/text/js/src_views_RichWorkspace_vue-node_modules_nextcloud_vue_dist_chunks_emoji-k4gWHxrE_mjs-node_mo-c8741d.js.map
+nextcloud/apps/text/js/src_views_RichWorkspace_vue-node_modules_nextcloud_vue_dist_chunks_emoji-CbOkKZx5_mjs-node_mo-e41e29.js
+nextcloud/apps/text/js/src_views_RichWorkspace_vue-node_modules_nextcloud_vue_dist_chunks_emoji-CbOkKZx5_mjs-node_mo-e41e29.js.LICENSE.txt
+nextcloud/apps/text/js/src_views_RichWorkspace_vue-node_modules_nextcloud_vue_dist_chunks_emoji-CbOkKZx5_mjs-node_mo-e41e29.js.map
nextcloud/apps/text/js/text-editors.js
nextcloud/apps/text/js/text-editors.js.LICENSE.txt
nextcloud/apps/text/js/text-editors.js.map
@@ -20506,33 +20549,33 @@ nextcloud/apps/text/js/vendors-node_modu
nextcloud/apps/text/js/vendors-node_modules_cytoscape-cose-bilkent_cytoscape-cose-bilkent_js-node_modules_cytoscape_-439e91.js.map
nextcloud/apps/text/js/vendors-node_modules_dagre-d3-es_src_dagre_index_js.js
nextcloud/apps/text/js/vendors-node_modules_dagre-d3-es_src_dagre_index_js.js.map
-nextcloud/apps/text/js/vendors-node_modules_debounce_index_js-node_modules_toastify-js_src_toastify_js-node_modules_-5270fb.js
-nextcloud/apps/text/js/vendors-node_modules_debounce_index_js-node_modules_toastify-js_src_toastify_js-node_modules_-5270fb.js.LICENSE.txt
-nextcloud/apps/text/js/vendors-node_modules_debounce_index_js-node_modules_toastify-js_src_toastify_js-node_modules_-5270fb.js.map
+nextcloud/apps/text/js/vendors-node_modules_debounce_index_js-node_modules_toastify-js_src_toastify_js-node_modules_-4245e9.js
+nextcloud/apps/text/js/vendors-node_modules_debounce_index_js-node_modules_toastify-js_src_toastify_js-node_modules_-4245e9.js.LICENSE.txt
+nextcloud/apps/text/js/vendors-node_modules_debounce_index_js-node_modules_toastify-js_src_toastify_js-node_modules_-4245e9.js.map
nextcloud/apps/text/js/vendors-node_modules_elkjs_lib_elk_bundled_js.js
nextcloud/apps/text/js/vendors-node_modules_elkjs_lib_elk_bundled_js.js.map
nextcloud/apps/text/js/vendors-node_modules_katex_dist_katex_mjs.js
nextcloud/apps/text/js/vendors-node_modules_katex_dist_katex_mjs.js.map
nextcloud/apps/text/js/vendors-node_modules_mdast-util-from-markdown_lib_index_js.js
nextcloud/apps/text/js/vendors-node_modules_mdast-util-from-markdown_lib_index_js.js.map
-nextcloud/apps/text/js/vendors-node_modules_nextcloud_axios_dist_index_es_mjs.js
-nextcloud/apps/text/js/vendors-node_modules_nextcloud_axios_dist_index_es_mjs.js.LICENSE.txt
-nextcloud/apps/text/js/vendors-node_modules_nextcloud_axios_dist_index_es_mjs.js.map
+nextcloud/apps/text/js/vendors-node_modules_nextcloud_axios_dist_index_mjs.js
+nextcloud/apps/text/js/vendors-node_modules_nextcloud_axios_dist_index_mjs.js.LICENSE.txt
+nextcloud/apps/text/js/vendors-node_modules_nextcloud_axios_dist_index_mjs.js.map
nextcloud/apps/text/js/vendors-node_modules_nextcloud_browser-storage_dist_index_js-node_modules_debounce_index_js-n-e32446.js
nextcloud/apps/text/js/vendors-node_modules_nextcloud_browser-storage_dist_index_js-node_modules_debounce_index_js-n-e32446.js.LICENSE.txt
nextcloud/apps/text/js/vendors-node_modules_nextcloud_browser-storage_dist_index_js-node_modules_debounce_index_js-n-e32446.js.map
-nextcloud/apps/text/js/vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-DM4uLuEW_mjs-node_modules_nextc-b13f7b.js
-nextcloud/apps/text/js/vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-DM4uLuEW_mjs-node_modules_nextc-b13f7b.js.LICENSE.txt
-nextcloud/apps/text/js/vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-DM4uLuEW_mjs-node_modules_nextc-b13f7b.js.map
-nextcloud/apps/text/js/vendors-node_modules_nextcloud_dialogs_dist_chunks__plugin-vue2_normalizer-C_Fp_dPO_mjs-node_-549575.js
-nextcloud/apps/text/js/vendors-node_modules_nextcloud_dialogs_dist_chunks__plugin-vue2_normalizer-C_Fp_dPO_mjs-node_-549575.js.LICENSE.txt
-nextcloud/apps/text/js/vendors-node_modules_nextcloud_dialogs_dist_chunks__plugin-vue2_normalizer-C_Fp_dPO_mjs-node_-549575.js.map
-nextcloud/apps/text/js/vendors-node_modules_nextcloud_logger_dist_index_js-node_modules_path-normalize_lib_index_js--840af5.js
-nextcloud/apps/text/js/vendors-node_modules_nextcloud_logger_dist_index_js-node_modules_path-normalize_lib_index_js--840af5.js.LICENSE.txt
-nextcloud/apps/text/js/vendors-node_modules_nextcloud_logger_dist_index_js-node_modules_path-normalize_lib_index_js--840af5.js.map
-nextcloud/apps/text/js/vendors-node_modules_nextcloud_paths_dist_index_js-node_modules_webdav_dist_web_index_js.js
-nextcloud/apps/text/js/vendors-node_modules_nextcloud_paths_dist_index_js-node_modules_webdav_dist_web_index_js.js.LICENSE.txt
-nextcloud/apps/text/js/vendors-node_modules_nextcloud_paths_dist_index_js-node_modules_webdav_dist_web_index_js.js.map
+nextcloud/apps/text/js/vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-pvhGKHps_mjs-node_modules_nextc-ee0e1c.js
+nextcloud/apps/text/js/vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-pvhGKHps_mjs-node_modules_nextc-ee0e1c.js.LICENSE.txt
+nextcloud/apps/text/js/vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-pvhGKHps_mjs-node_modules_nextc-ee0e1c.js.map
+nextcloud/apps/text/js/vendors-node_modules_nextcloud_dialogs_dist_chunks__plugin-vue2_normalizer-VrK6B12S_mjs-node_-38ea61.js
+nextcloud/apps/text/js/vendors-node_modules_nextcloud_dialogs_dist_chunks__plugin-vue2_normalizer-VrK6B12S_mjs-node_-38ea61.js.LICENSE.txt
+nextcloud/apps/text/js/vendors-node_modules_nextcloud_dialogs_dist_chunks__plugin-vue2_normalizer-VrK6B12S_mjs-node_-38ea61.js.map
+nextcloud/apps/text/js/vendors-node_modules_nextcloud_logger_dist_index_js-node_modules_path-normalize_lib_index_js--b11984.js
+nextcloud/apps/text/js/vendors-node_modules_nextcloud_logger_dist_index_js-node_modules_path-normalize_lib_index_js--b11984.js.LICENSE.txt
+nextcloud/apps/text/js/vendors-node_modules_nextcloud_logger_dist_index_js-node_modules_path-normalize_lib_index_js--b11984.js.map
+nextcloud/apps/text/js/vendors-node_modules_nextcloud_paths_dist_index_js-node_modules_cancelable-promise_umd_Cancel-62f250.js
+nextcloud/apps/text/js/vendors-node_modules_nextcloud_paths_dist_index_js-node_modules_cancelable-promise_umd_Cancel-62f250.js.LICENSE.txt
+nextcloud/apps/text/js/vendors-node_modules_nextcloud_paths_dist_index_js-node_modules_cancelable-promise_umd_Cancel-62f250.js.map
nextcloud/apps/text/js/vendors-node_modules_nextcloud_vue_dist_index_mjs.js
nextcloud/apps/text/js/vendors-node_modules_nextcloud_vue_dist_index_mjs.js.LICENSE.txt
nextcloud/apps/text/js/vendors-node_modules_nextcloud_vue_dist_index_mjs.js.map
@@ -20620,6 +20663,8 @@ nextcloud/apps/text/l10n/fi.js
nextcloud/apps/text/l10n/fi.json
nextcloud/apps/text/l10n/fr.js
nextcloud/apps/text/l10n/fr.json
+nextcloud/apps/text/l10n/ga.js
+nextcloud/apps/text/l10n/ga.json
nextcloud/apps/text/l10n/gd.js
nextcloud/apps/text/l10n/gd.json
nextcloud/apps/text/l10n/gl.js
@@ -20796,8 +20841,6 @@ nextcloud/apps/text/package.json
nextcloud/apps/text/sample.md
nextcloud/apps/text/templates/
nextcloud/apps/text/templates/main.php
-nextcloud/apps/text/tsconfig.json
-nextcloud/apps/text/webpack.config.js
nextcloud/apps/theming/
nextcloud/apps/theming/appinfo/
nextcloud/apps/theming/appinfo/info.xml
@@ -20951,6 +20994,8 @@ nextcloud/apps/theming/l10n/fi.js
nextcloud/apps/theming/l10n/fi.json
nextcloud/apps/theming/l10n/fr.js
nextcloud/apps/theming/l10n/fr.json
+nextcloud/apps/theming/l10n/ga.js
+nextcloud/apps/theming/l10n/ga.json
nextcloud/apps/theming/l10n/gl.js
nextcloud/apps/theming/l10n/gl.json
nextcloud/apps/theming/l10n/he.js
@@ -21157,6 +21202,8 @@ nextcloud/apps/twofactor_backupcodes/l10
nextcloud/apps/twofactor_backupcodes/l10n/fi.json
nextcloud/apps/twofactor_backupcodes/l10n/fr.js
nextcloud/apps/twofactor_backupcodes/l10n/fr.json
+nextcloud/apps/twofactor_backupcodes/l10n/ga.js
+nextcloud/apps/twofactor_backupcodes/l10n/ga.json
nextcloud/apps/twofactor_backupcodes/l10n/gl.js
nextcloud/apps/twofactor_backupcodes/l10n/gl.json
nextcloud/apps/twofactor_backupcodes/l10n/he.js
@@ -21358,6 +21405,8 @@ nextcloud/apps/twofactor_totp/l10n/fi.js
nextcloud/apps/twofactor_totp/l10n/fi_FI.php
nextcloud/apps/twofactor_totp/l10n/fr.js
nextcloud/apps/twofactor_totp/l10n/fr.json
+nextcloud/apps/twofactor_totp/l10n/ga.js
+nextcloud/apps/twofactor_totp/l10n/ga.json
nextcloud/apps/twofactor_totp/l10n/gl.js
nextcloud/apps/twofactor_totp/l10n/gl.json
nextcloud/apps/twofactor_totp/l10n/he.js
@@ -21476,9 +21525,6 @@ nextcloud/apps/twofactor_totp/lib/Settin
nextcloud/apps/twofactor_totp/lib/Settings/Personal.php
nextcloud/apps/twofactor_totp/package-lock.json
nextcloud/apps/twofactor_totp/package.json
-nextcloud/apps/twofactor_totp/screenshots/
-nextcloud/apps/twofactor_totp/screenshots/enter_challenge.png
-nextcloud/apps/twofactor_totp/screenshots/settings.png
nextcloud/apps/twofactor_totp/templates/
nextcloud/apps/twofactor_totp/templates/challenge.php
nextcloud/apps/twofactor_totp/templates/loginsetup.php
@@ -21530,7 +21576,6 @@ nextcloud/apps/twofactor_totp/vendor/rul
nextcloud/apps/twofactor_totp/vendor/rullzer/easytotp/tests/
nextcloud/apps/twofactor_totp/vendor/rullzer/easytotp/tests/TOTPTest.php
nextcloud/apps/twofactor_totp/vendor/rullzer/easytotp/tests/bootstrap.php
-nextcloud/apps/twofactor_totp/webpack.config.js
nextcloud/apps/updatenotification/
nextcloud/apps/updatenotification/appinfo/
nextcloud/apps/updatenotification/appinfo/info.xml
@@ -21633,6 +21678,8 @@ nextcloud/apps/updatenotification/l10n/f
nextcloud/apps/updatenotification/l10n/fi.json
nextcloud/apps/updatenotification/l10n/fr.js
nextcloud/apps/updatenotification/l10n/fr.json
+nextcloud/apps/updatenotification/l10n/ga.js
+nextcloud/apps/updatenotification/l10n/ga.json
nextcloud/apps/updatenotification/l10n/gl.js
nextcloud/apps/updatenotification/l10n/gl.json
nextcloud/apps/updatenotification/l10n/he.js
@@ -21909,6 +21956,8 @@ nextcloud/apps/user_ldap/l10n/fr.js
nextcloud/apps/user_ldap/l10n/fr.json
nextcloud/apps/user_ldap/l10n/fy_NL.js
nextcloud/apps/user_ldap/l10n/fy_NL.json
+nextcloud/apps/user_ldap/l10n/ga.js
+nextcloud/apps/user_ldap/l10n/ga.json
nextcloud/apps/user_ldap/l10n/gl.js
nextcloud/apps/user_ldap/l10n/gl.json
nextcloud/apps/user_ldap/l10n/gu.js
@@ -22208,6 +22257,8 @@ nextcloud/apps/user_status/l10n/fi.js
nextcloud/apps/user_status/l10n/fi.json
nextcloud/apps/user_status/l10n/fr.js
nextcloud/apps/user_status/l10n/fr.json
+nextcloud/apps/user_status/l10n/ga.js
+nextcloud/apps/user_status/l10n/ga.json
nextcloud/apps/user_status/l10n/gl.js
nextcloud/apps/user_status/l10n/gl.json
nextcloud/apps/user_status/l10n/he.js
@@ -22319,8 +22370,6 @@ nextcloud/apps/user_status/lib/Service/P
nextcloud/apps/user_status/lib/Service/StatusService.php
nextcloud/apps/user_status/openapi.json
nextcloud/apps/viewer/
-nextcloud/apps/viewer/.eslintrc.json
-nextcloud/apps/viewer/.stylelintignore
nextcloud/apps/viewer/COPYING
nextcloud/apps/viewer/appinfo/
nextcloud/apps/viewer/appinfo/info.xml
@@ -22339,8 +22388,8 @@ nextcloud/apps/viewer/composer/composer/
nextcloud/apps/viewer/composer/composer/autoload_real.php
nextcloud/apps/viewer/composer/composer/autoload_static.php
nextcloud/apps/viewer/css/
+nextcloud/apps/viewer/css/viewer-index.css
nextcloud/apps/viewer/css/viewer-main.css
-nextcloud/apps/viewer/cypress.config.ts
nextcloud/apps/viewer/img/
nextcloud/apps/viewer/img/app.svg
nextcloud/apps/viewer/img/blank.mp4
@@ -22435,6 +22484,8 @@ nextcloud/apps/viewer/l10n/fi.js
nextcloud/apps/viewer/l10n/fi.json
nextcloud/apps/viewer/l10n/fr.js
nextcloud/apps/viewer/l10n/fr.json
+nextcloud/apps/viewer/l10n/ga.js
+nextcloud/apps/viewer/l10n/ga.json
nextcloud/apps/viewer/l10n/gd.js
nextcloud/apps/viewer/l10n/gd.json
nextcloud/apps/viewer/l10n/gl.js
@@ -22552,8 +22603,6 @@ nextcloud/apps/viewer/lib/Listener/
nextcloud/apps/viewer/lib/Listener/LoadViewerScript.php
nextcloud/apps/viewer/package-lock.json
nextcloud/apps/viewer/package.json
-nextcloud/apps/viewer/stylelint.config.cjs
-nextcloud/apps/viewer/tsconfig.json
nextcloud/apps/weather_status/
nextcloud/apps/weather_status/appinfo/
nextcloud/apps/weather_status/appinfo/info.xml
@@ -22640,6 +22689,8 @@ nextcloud/apps/weather_status/l10n/fi.js
nextcloud/apps/weather_status/l10n/fi.json
nextcloud/apps/weather_status/l10n/fr.js
nextcloud/apps/weather_status/l10n/fr.json
+nextcloud/apps/weather_status/l10n/ga.js
+nextcloud/apps/weather_status/l10n/ga.json
nextcloud/apps/weather_status/l10n/gl.js
nextcloud/apps/weather_status/l10n/gl.json
nextcloud/apps/weather_status/l10n/he.js
@@ -22660,6 +22711,8 @@ nextcloud/apps/weather_status/l10n/ko.js
nextcloud/apps/weather_status/l10n/ko.json
nextcloud/apps/weather_status/l10n/lt_LT.js
nextcloud/apps/weather_status/l10n/lt_LT.json
+nextcloud/apps/weather_status/l10n/lv.js
+nextcloud/apps/weather_status/l10n/lv.json
nextcloud/apps/weather_status/l10n/mk.js
nextcloud/apps/weather_status/l10n/mk.json
nextcloud/apps/weather_status/l10n/nb.js
@@ -22801,6 +22854,8 @@ nextcloud/apps/workflowengine/l10n/fi.js
nextcloud/apps/workflowengine/l10n/fi.json
nextcloud/apps/workflowengine/l10n/fr.js
nextcloud/apps/workflowengine/l10n/fr.json
+nextcloud/apps/workflowengine/l10n/ga.js
+nextcloud/apps/workflowengine/l10n/ga.json
nextcloud/apps/workflowengine/l10n/gl.js
nextcloud/apps/workflowengine/l10n/gl.json
nextcloud/apps/workflowengine/l10n/he.js
@@ -23468,7 +23523,6 @@ nextcloud/core/doc/admin/_sources/config
nextcloud/core/doc/admin/_sources/configuration_user/reset_admin_password.rst.txt
nextcloud/core/doc/admin/_sources/configuration_user/reset_user_password.rst.txt
nextcloud/core/doc/admin/_sources/configuration_user/two_factor-auth.rst.txt
-nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ftp_smb_imap.rst.txt
nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap.rst.txt
nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap_api.rst.txt
nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap_cleanup.rst.txt
@@ -23546,6 +23600,12 @@ nextcloud/core/doc/admin/_sources/releas
nextcloud/core/doc/admin/_static/
nextcloud/core/doc/admin/_static/_sphinx_javascript_frameworks_compat.js
nextcloud/core/doc/admin/_static/basic.css
+nextcloud/core/doc/admin/_static/check-solid.svg
+nextcloud/core/doc/admin/_static/clipboard.min.js
+nextcloud/core/doc/admin/_static/copy-button.svg
+nextcloud/core/doc/admin/_static/copybutton.css
+nextcloud/core/doc/admin/_static/copybutton.js
+nextcloud/core/doc/admin/_static/copybutton_funcs.js
nextcloud/core/doc/admin/_static/css/
nextcloud/core/doc/admin/_static/css/badge_only.css
nextcloud/core/doc/admin/_static/css/fonts/
@@ -23684,7 +23744,6 @@ nextcloud/core/doc/admin/configuration_u
nextcloud/core/doc/admin/configuration_user/reset_admin_password.html
nextcloud/core/doc/admin/configuration_user/reset_user_password.html
nextcloud/core/doc/admin/configuration_user/two_factor-auth.html
-nextcloud/core/doc/admin/configuration_user/user_auth_ftp_smb_imap.html
nextcloud/core/doc/admin/configuration_user/user_auth_ldap.html
nextcloud/core/doc/admin/configuration_user/user_auth_ldap_api.html
nextcloud/core/doc/admin/configuration_user/user_auth_ldap_cleanup.html
@@ -23851,7 +23910,6 @@ nextcloud/core/doc/user/_images/deck-tal
nextcloud/core/doc/user/_images/deck-talk-share-card-to-chat-in-talk.png
nextcloud/core/doc/user/_images/deck-talk-share-card-to-chat-menu.png
nextcloud/core/doc/user/_images/delete-tag.png
-nextcloud/core/doc/user/_images/device-check.png
nextcloud/core/doc/user/_images/device-settings-before-call.png
nextcloud/core/doc/user/_images/direct-share-1.png
nextcloud/core/doc/user/_images/drag-and-drop.png
@@ -23936,6 +23994,7 @@ nextcloud/core/doc/user/_images/share-fe
nextcloud/core/doc/user/_images/share-files-in-chat-selection.png
nextcloud/core/doc/user/_images/share-files-in-chat.png
nextcloud/core/doc/user/_images/share-recording-notification.png
+nextcloud/core/doc/user/_images/share-screen-with-camera.png
nextcloud/core/doc/user/_images/shared-items.png
nextcloud/core/doc/user/_images/shared-mailbox-icon.png
nextcloud/core/doc/user/_images/shared-recordings.png
@@ -23973,6 +24032,12 @@ nextcloud/core/doc/user/_images/webdav_g
nextcloud/core/doc/user/_static/
nextcloud/core/doc/user/_static/_sphinx_javascript_frameworks_compat.js
nextcloud/core/doc/user/_static/basic.css
+nextcloud/core/doc/user/_static/check-solid.svg
+nextcloud/core/doc/user/_static/clipboard.min.js
+nextcloud/core/doc/user/_static/copy-button.svg
+nextcloud/core/doc/user/_static/copybutton.css
+nextcloud/core/doc/user/_static/copybutton.js
+nextcloud/core/doc/user/_static/copybutton_funcs.js
nextcloud/core/doc/user/_static/css/
nextcloud/core/doc/user/_static/css/badge_only.css
nextcloud/core/doc/user/_static/css/fonts/
@@ -24415,6 +24480,8 @@ nextcloud/core/l10n/fi.js
nextcloud/core/l10n/fi.json
nextcloud/core/l10n/fr.js
nextcloud/core/l10n/fr.json
+nextcloud/core/l10n/ga.js
+nextcloud/core/l10n/ga.json
nextcloud/core/l10n/gl.js
nextcloud/core/l10n/gl.json
nextcloud/core/l10n/he.js
@@ -24588,6 +24655,8 @@ nextcloud/core/vendor/zxcvbn/dist/
nextcloud/core/vendor/zxcvbn/dist/zxcvbn.js
nextcloud/cron.php
nextcloud/dist/
+nextcloud/dist/1241-1241.js
+nextcloud/dist/1241-1241.js.map
nextcloud/dist/1439-1439.js
nextcloud/dist/1439-1439.js.LICENSE.txt
nextcloud/dist/1439-1439.js.map
@@ -24598,16 +24667,14 @@ nextcloud/dist/2913-2913.js
nextcloud/dist/2913-2913.js.map
nextcloud/dist/3865-3865.js
nextcloud/dist/3865-3865.js.map
-nextcloud/dist/4997-4997.js
-nextcloud/dist/4997-4997.js.LICENSE.txt
-nextcloud/dist/4997-4997.js.map
nextcloud/dist/5528-5528.js
-nextcloud/dist/5632-5632.js
-nextcloud/dist/5632-5632.js.map
nextcloud/dist/6075-6075.js
nextcloud/dist/6075-6075.js.map
nextcloud/dist/6794-6794.js
nextcloud/dist/6794-6794.js.map
+nextcloud/dist/7412-7412.js
+nextcloud/dist/7412-7412.js.LICENSE.txt
+nextcloud/dist/7412-7412.js.map
nextcloud/dist/7462-7462.js
nextcloud/dist/7462-7462.js.LICENSE.txt
nextcloud/dist/7462-7462.js.map
@@ -24617,6 +24684,8 @@ nextcloud/dist/7560-7560.js.map
nextcloud/dist/7883-7883.js
nextcloud/dist/7883-7883.js.LICENSE.txt
nextcloud/dist/7883-7883.js.map
+nextcloud/dist/857-857.js
+nextcloud/dist/857-857.js.map
nextcloud/dist/8618-8618.js
nextcloud/dist/8618-8618.js.LICENSE.txt
nextcloud/dist/8618-8618.js.map
@@ -24684,6 +24753,8 @@ nextcloud/dist/dav-settings-admin-caldav
nextcloud/dist/dav-settings-personal-availability.js
nextcloud/dist/dav-settings-personal-availability.js.LICENSE.txt
nextcloud/dist/dav-settings-personal-availability.js.map
+nextcloud/dist/federatedfilesharing-external.js
+nextcloud/dist/federatedfilesharing-external.js.map
nextcloud/dist/federatedfilesharing-vue-settings-admin.js
nextcloud/dist/federatedfilesharing-vue-settings-admin.js.LICENSE.txt
nextcloud/dist/federatedfilesharing-vue-settings-admin.js.map
@@ -24930,6 +25001,8 @@ nextcloud/lib/l10n/fo.js
nextcloud/lib/l10n/fo.json
nextcloud/lib/l10n/fr.js
nextcloud/lib/l10n/fr.json
+nextcloud/lib/l10n/ga.js
+nextcloud/lib/l10n/ga.json
nextcloud/lib/l10n/gd.js
nextcloud/lib/l10n/gd.json
nextcloud/lib/l10n/gl.js
@@ -25680,6 +25753,7 @@ nextcloud/lib/private/MemoryInfo.php
nextcloud/lib/private/Migration/
nextcloud/lib/private/Migration/BackgroundRepair.php
nextcloud/lib/private/Migration/ConsoleOutput.php
+nextcloud/lib/private/Migration/NullOutput.php
nextcloud/lib/private/Migration/SimpleOutput.php
nextcloud/lib/private/NaturalSort.php
nextcloud/lib/private/NaturalSort_DefaultCollator.php
@@ -26594,6 +26668,7 @@ nextcloud/lib/public/Group/Backend/IBatc
nextcloud/lib/public/Group/Backend/ICountDisabledInGroup.php
nextcloud/lib/public/Group/Backend/ICountUsersBackend.php
nextcloud/lib/public/Group/Backend/ICreateGroupBackend.php
+nextcloud/lib/public/Group/Backend/ICreateNamedGroupBackend.php
nextcloud/lib/public/Group/Backend/IDeleteGroupBackend.php
nextcloud/lib/public/Group/Backend/IGetDisplayNameBackend.php
nextcloud/lib/public/Group/Backend/IGroupDetailsBackend.php