File tree Expand file tree Collapse file tree 16 files changed +218
-11
lines changed
java/de/doubleslash/keeptime Expand file tree Collapse file tree 16 files changed +218
-11
lines changed Original file line number Diff line number Diff line change 5050 <dependency >
5151 <groupId >org.mapstruct</groupId >
5252 <artifactId >mapstruct</artifactId >
53- <version >1.6.0.Beta1 </version >
53+ <version >1.5.5.Final </version >
5454 </dependency >
5555 <dependency >
5656 <groupId >org.mapstruct</groupId >
5757 <artifactId >mapstruct-processor</artifactId >
58- <version >1.6.0.Beta1 </version >
58+ <version >1.5.5.Final </version >
5959 <scope >provided</scope >
6060 </dependency >
6161 <dependency >
183183 <path >
184184 <groupId >org.mapstruct</groupId >
185185 <artifactId >mapstruct-processor</artifactId >
186- <version >1.6.0.Beta1 </version >
186+ <version >1.5.5.Final </version >
187187 </path >
188188 </annotationProcessorPaths >
189189 </configuration >
Original file line number Diff line number Diff line change 1+ // Copyright 2023 doubleSlash Net Business GmbH
2+ //
3+ // This file is part of KeepTime.
4+ // KeepTime is free software: you can redistribute it and/or modify
5+ // it under the terms of the GNU General Public License as published by
6+ // the Free Software Foundation, either version 3 of the License, or
7+ // (at your option) any later version.
8+ //
9+ // This program is distributed in the hope that it will be useful,
10+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ // GNU General Public License for more details.
13+ //
14+ // You should have received a copy of the GNU General Public License
15+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
117package de .doubleslash .keeptime .REST_API .DTO ;
218
319public class ColorDTO {
Original file line number Diff line number Diff line change 1- package de .doubleslash .keeptime .REST_API .DTO ;
1+ // Copyright 2023 doubleSlash Net Business GmbH
2+ //
3+ // This file is part of KeepTime.
4+ // KeepTime is free software: you can redistribute it and/or modify
5+ // it under the terms of the GNU General Public License as published by
6+ // the Free Software Foundation, either version 3 of the License, or
7+ // (at your option) any later version.
8+ //
9+ // This program is distributed in the hope that it will be useful,
10+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ // GNU General Public License for more details.
13+ //
14+ // You should have received a copy of the GNU General Public License
15+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
216
3- import de .doubleslash .keeptime .REST_API .DTO . ColorDTO ;
17+ package de .doubleslash .keeptime .REST_API .DTO ;
418
519public class ProjectColorDTO {
620 private long id ;
Original file line number Diff line number Diff line change 1+ // Copyright 2023 doubleSlash Net Business GmbH
2+ //
3+ // This file is part of KeepTime.
4+ // KeepTime is free software: you can redistribute it and/or modify
5+ // it under the terms of the GNU General Public License as published by
6+ // the Free Software Foundation, either version 3 of the License, or
7+ // (at your option) any later version.
8+ //
9+ // This program is distributed in the hope that it will be useful,
10+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ // GNU General Public License for more details.
13+ //
14+ // You should have received a copy of the GNU General Public License
15+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
117package de .doubleslash .keeptime .REST_API .DTO ;
218
319public class ProjectDTO {
Original file line number Diff line number Diff line change 1+ // Copyright 2023 doubleSlash Net Business GmbH
2+ //
3+ // This file is part of KeepTime.
4+ // KeepTime is free software: you can redistribute it and/or modify
5+ // it under the terms of the GNU General Public License as published by
6+ // the Free Software Foundation, either version 3 of the License, or
7+ // (at your option) any later version.
8+ //
9+ // This program is distributed in the hope that it will be useful,
10+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ // GNU General Public License for more details.
13+ //
14+ // You should have received a copy of the GNU General Public License
15+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
117package de .doubleslash .keeptime .REST_API .DTO ;
218
319import java .time .LocalDateTime ;
Original file line number Diff line number Diff line change 1+ // Copyright 2023 doubleSlash Net Business GmbH
2+ //
3+ // This file is part of KeepTime.
4+ // KeepTime is free software: you can redistribute it and/or modify
5+ // it under the terms of the GNU General Public License as published by
6+ // the Free Software Foundation, either version 3 of the License, or
7+ // (at your option) any later version.
8+ //
9+ // This program is distributed in the hope that it will be useful,
10+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ // GNU General Public License for more details.
13+ //
14+ // You should have received a copy of the GNU General Public License
15+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
117package de .doubleslash .keeptime .REST_API ;
218
3- import org .h2 .engine .Session ;
419import org .springframework .beans .factory .annotation .Autowired ;
520import org .springframework .context .annotation .Bean ;
621import org .springframework .context .annotation .Configuration ;
7- import org .springframework .security .authentication .AuthenticationManager ;
822import org .springframework .security .config .annotation .authentication .builders .AuthenticationManagerBuilder ;
923import org .springframework .security .config .annotation .web .builders .HttpSecurity ;
1024import org .springframework .security .config .annotation .web .configuration .EnableWebSecurity ;
Original file line number Diff line number Diff line change 1+ // Copyright 2023 doubleSlash Net Business GmbH
2+ //
3+ // This file is part of KeepTime.
4+ // KeepTime is free software: you can redistribute it and/or modify
5+ // it under the terms of the GNU General Public License as published by
6+ // the Free Software Foundation, either version 3 of the License, or
7+ // (at your option) any later version.
8+ //
9+ // This program is distributed in the hope that it will be useful,
10+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ // GNU General Public License for more details.
13+ //
14+ // You should have received a copy of the GNU General Public License
15+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
117package de .doubleslash .keeptime .REST_API .controller ;
218
319import de .doubleslash .keeptime .REST_API .DTO .ProjectColorDTO ;
Original file line number Diff line number Diff line change 1+ // Copyright 2023 doubleSlash Net Business GmbH
2+ //
3+ // This file is part of KeepTime.
4+ // KeepTime is free software: you can redistribute it and/or modify
5+ // it under the terms of the GNU General Public License as published by
6+ // the Free Software Foundation, either version 3 of the License, or
7+ // (at your option) any later version.
8+ //
9+ // This program is distributed in the hope that it will be useful,
10+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ // GNU General Public License for more details.
13+ //
14+ // You should have received a copy of the GNU General Public License
15+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
117package de .doubleslash .keeptime .REST_API .controller ;
218
319import de .doubleslash .keeptime .REST_API .DTO .WorkDTO ;
Original file line number Diff line number Diff line change 1+ // Copyright 2023 doubleSlash Net Business GmbH
2+ //
3+ // This file is part of KeepTime.
4+ // KeepTime is free software: you can redistribute it and/or modify
5+ // it under the terms of the GNU General Public License as published by
6+ // the Free Software Foundation, either version 3 of the License, or
7+ // (at your option) any later version.
8+ //
9+ // This program is distributed in the hope that it will be useful,
10+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ // GNU General Public License for more details.
13+ //
14+ // You should have received a copy of the GNU General Public License
15+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
117package de .doubleslash .keeptime .REST_API .mapper ;
218
319import de .doubleslash .keeptime .REST_API .DTO .ColorDTO ;
Original file line number Diff line number Diff line change 1+ // Copyright 2023 doubleSlash Net Business GmbH
2+ //
3+ // This file is part of KeepTime.
4+ // KeepTime is free software: you can redistribute it and/or modify
5+ // it under the terms of the GNU General Public License as published by
6+ // the Free Software Foundation, either version 3 of the License, or
7+ // (at your option) any later version.
8+ //
9+ // This program is distributed in the hope that it will be useful,
10+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ // GNU General Public License for more details.
13+ //
14+ // You should have received a copy of the GNU General Public License
15+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
117package de .doubleslash .keeptime .REST_API .mapper ;
218
319import de .doubleslash .keeptime .REST_API .DTO .ProjectColorDTO ;
You can’t perform that action at this time.
0 commit comments