Commit Graph

1202 Commits

Author SHA1 Message Date
abae788811 Changelog for 23.1.20240304 2024-03-04 10:15:17 +02:00
e7d66f22e6 Get docs working again
- Avoid the whole thing breaking when one class is bad (still no idea why)
- Add some missing documentation
2024-02-20 16:20:00 -07:00
ad233cbfcb fix not displayed project information 2024-02-08 16:08:00 +02:00
180139af85 fix setting InfoLog primary link 2024-02-08 16:07:18 +02:00
ebac17aa4e * Timesheet: new REST API to query, update and delete timesheets https://github.com/EGroupware/egroupware/blob/master/doc/REST-CalDAV-CardDAV/Timesheet.md 2024-02-08 16:06:55 +02:00
587004b173 * REST API: new links collection allowing to link application entries with each other or attach files 2024-02-08 16:05:57 +02:00
5524c1fa15 fix not displayed project information 2024-02-08 10:42:13 +02:00
d472c267b2 fix setting InfoLog primary link 2024-02-06 21:24:15 +02:00
087e969f9f * Timesheet: new REST API to query, update and delete timesheets https://github.com/EGroupware/egroupware/blob/master/doc/REST-CalDAV-CardDAV/Timesheet.md 2024-02-06 16:39:12 +02:00
07d242e705 * REST API: new links collection allowing to link application entries with each other or attach files 2024-02-05 21:06:18 +02:00
34e0913a9f WIP timesheet REST API 2024-02-05 10:07:33 +02:00
ca443060f4 WIP timesheet REST API 2024-02-01 22:16:36 +02:00
fff431fd4f Changelog for 23.1.20240125 2024-01-25 11:21:31 +02:00
0f11a42786 Changelog for 23.1.20240125 2024-01-25 11:02:46 +02:00
c8898dc0f3 also update package.json with maintenance release 2024-01-25 10:31:19 +02:00
d83978109d also update package.json with maintenance release 2024-01-25 10:12:32 +02:00
57f4776615 * Mail REST Api: added reply to an uploaded eml file (with optional preset body and attachments) 2024-01-22 12:10:15 +02:00
866d10e030 * Mail REST Api: added reply to an uploaded eml file (with optional preset body and attachments) 2024-01-22 12:07:10 +02:00
03d810204e Get docs job to exit when not serving 2024-01-18 10:34:02 -07:00
291310daf8 Docs: Add some sidebar links
Resources
- Lit lifecycle
Tutorials
- Converting to webcomponent
- Automatic testing
2024-01-18 10:30:08 -07:00
e014487e86 Some notes on converting to webcomponents 2024-01-17 08:03:46 -07:00
a5540fea21 script to analyse PHP Warnings, Deprecated, ... and aggregate them by file and line 2024-01-13 14:56:33 +02:00
52b48140fe Get widget extra documentation working
This allows <Class>.md beside <Class>.ts where we can add additional documentation such as examples
2024-01-05 09:52:09 -07:00
0f470df37b Changelog for 23.1.20231220 2023-12-20 10:53:25 +02:00
f2bf0902f6 Changelog for 23.1.20231220 2023-12-20 10:38:04 +02:00
39e12f19b2 Changelog for 23.1.20231219 2023-12-19 14:43:11 +02:00
d48f84dec1 Changelog for 23.1.20231219 2023-12-19 14:25:43 +02:00
d0cb94b6c7 Docs fixes
- fix error if _data dir exists
- add _data dir to cleaning
- add some more to widget creation doc
2023-12-08 09:05:33 -07:00
36ed3d3fc4 updated Dockerfile and build.sh to get NodeJS 20 for all architectures 2023-12-01 12:40:23 +02:00
6818d018ce Changelog for 23.1.20231201 2023-12-01 08:21:31 +02:00
d5d614c1fc Changelog for 23.1.20231201 2023-12-01 08:06:30 +02:00
0ad1729fe0 Changelog for 23.1.20231129 2023-11-29 08:54:26 +02:00
9d01dc9e7b Changelog for 23.1.20231129 2023-11-29 08:35:16 +02:00
8186874267 new EGroupware development container using Debian 12/Bookworm, NodeJS 20 and PHP from ondrej/php PPA
for PHP 7.4, 8.1, 8.2 and 8.3 (without apcu, xdebug and smbclient!)
2023-11-25 08:55:06 +02:00
5df9e2cbb0 Changelog for 23.1.20231122 2023-11-22 18:58:01 +02:00
590878c4e7 we must only install nodejs, check if npm was contained and install it, if not
otherwise apt shows a conflict but returns success :(
2023-11-22 16:25:28 +02:00
7af6c40d17 using PHP 8.2 and NodeJS 20.x 2023-11-22 14:40:29 +02:00
6224c2c0c5 Changelog for 23.1.20231122 2023-11-22 11:44:11 +02:00
a06c6118e1 fix unknown command --last-tag 2023-11-22 10:07:20 +02:00
1752864aea fix unknown command --last-tag 2023-11-22 10:06:39 +02:00
bf18675b07 allow to specify tag used for changelog as --last-tag <tag> 2023-11-22 10:02:23 +02:00
2331fc4135 allow to specify tag used for changelog as --last-tag <tag> 2023-11-22 10:01:57 +02:00
a804a5acbc fix wrong curl call for viewing email 2023-11-14 14:38:06 +02:00
e131e24cfa fix wrong curl call for viewing email 2023-11-14 14:37:46 +02:00
9b42ee2ecf script to import mail usernames and passwords and store it encrypted for the given mail-account (acc_id) 2023-11-13 17:33:15 +02:00
66a1fd2670 script to import mail usernames and passwords and store it encrypted for the given mail-account (acc_id) 2023-11-13 17:21:21 +02:00
9c4d28ca63 merge master into 23.1 2023-11-13 10:05:15 +02:00
b19a2b518e using nodejs v20.x (and PHP 8.2 by default) for development images 2023-11-12 08:52:16 +02:00
ef6e6ddf02 * REST API/Mail: viewing uploaded EML files, allowing user to answer, forward or download attachments 2023-11-12 07:06:59 +02:00
9297b242bf * Addressbook/REST API: allow to pass filters or a search pattern to addressbook REST API 2023-11-12 07:03:39 +02:00