Details des Tickets

Beschreibung,Kommentare und Anhänge

merge request id 617
TitelFeature/ll 1175 archive and delete users
Beschreibunghttp://jira.learningsystem.de/browse/LL-1175
Statusmerged
Created at 2022-05-06T08:21:08.815Z
Updated at 2022-05-24T13:48:15.243Z
Source branchfeature/LL-1175-archive-and-delete-users
Target branchdevelop
AuthorGregor Gabriel
AssigneeSascha Immig

Discussion notes

added 1 commit
  • 099d40ae - added completed classroom trainings to archive
Compare with previous version
Gregor Gabriel 2022-05-09T10:43:33.900Z
added 1 commit
  • 74e7abf9 - added missing time span filter
Compare with previous version
Gregor Gabriel 2022-05-09T10:54:47.913Z
added 1 commit
  • 33520864 - run php cs fixer
Compare with previous version
Gregor Gabriel 2022-05-10T09:56:50.385Z
added 1 commit
  • 0a639fe2 - + added assets to archive, so we have no external resources
Compare with previous version
Gregor Gabriel 2022-05-13T13:47:06.480Z
added 1 commit
  • 2aae1d6b - + overworked archiving code
Compare with previous version
Gregor Gabriel 2022-05-16T11:47:28.131Z
added 1 commit
  • c7b45218 - + added list of passed trainings to client archive
Compare with previous version
Gregor Gabriel 2022-05-17T08:16:31.107Z
added 1 commit
  • 6a8046d5 - + we now can see, if archive was downloaded
Compare with previous version
Gregor Gabriel 2022-05-20T15:24:32.031Z
added 1 commit
  • 35ab97f2 - corrected archive link in email
Compare with previous version
Gregor Gabriel 2022-05-20T15:40:45.130Z
added 47 commits
  • 35ab97f2...874fb372 - 46 commits from branch develop
  • afe20bc9 - Merge branch 'develop' of https://gitlab.learningsystem.de/lms/seventeen into…
Compare with previous version
Gregor Gabriel 2022-05-23T07:41:13.705Z
added 3 commits
  • 5360f268 - + left real deletion of assignment data to prune functionality
  • fcf0f8bd - + changed name schema for all generated archive files
  • ceeea5e7 - + added address to client file
Compare with previous version
Gregor Gabriel 2022-05-23T10:49:54.392Z
added 2 commits
  • c5f035ca - Umlegung auf Job
  • bb74bd53 - added missing use
Compare with previous version
Gregor Gabriel 2022-05-23T12:51:02.255Z
added 1 commit
  • 80a6ebfc - + form can only be submited once now
Compare with previous version
Gregor Gabriel 2022-05-23T13:07:59.730Z
added 1 commit
  • 938b2a05 - changed text in confirmation dialog
Compare with previous version
Sascha Immig 2022-05-24T10:22:03.912Z
added 2 commits
  • 6416cf02 - allowed HTML in prompt and optimized header
  • ecfeaa35 - several optimization regarding labeling, options and text
Compare with previous version
Sascha Immig 2022-05-24T13:34:59.122Z
merged Sascha Immig 2022-05-24T13:48:15.293Z
mentioned in commit 3740845c0383f94f151160dde120b0524d4700ba Sascha Immig 2022-05-24T13:48:15.629Z

Merge Commits

Title Id Author Created at Message
+ archiving now creates notifications with link to archive 0794d79affe07a5b81da60e62c825d2f06b38867 TUV\gabrielg 2022-05-05T14:28:23.000Z + archiving now creates notifications with link to archive
added completed classroom trainings to archive 099d40aefc2d584892642f1d898795f32446bddd TUV\gabrielg 2022-05-09T10:43:27.000Z added completed classroom trainings to archive
+ added assets to archive, so we have no external resources 0a639fe2db18472b0054e979198ae5750b0848a9 TUV\gabrielg 2022-05-13T13:46:58.000Z + added assets to archive, so we have no external resources + added folder structure with one starting point "archive.html" on zip file top level
+ overworked archiving code 2aae1d6b6bcb2507730a517da8cb920e318eb53e TUV\gabrielg 2022-05-16T11:47:20.000Z + overworked archiving code + added archiving functionality to groups, organization units and clients
+ added command to delete expired files in accordance to config('download.expiration') 3153a03b677edb3bae4239b3b0bf2224bdde2f32 TUV\gabrielg 2022-05-05T16:03:42.000Z + added command to delete expired files in accordance to config('download.expiration') + added new command as daily cronjob
run php cs fixer 335208640ba3881d15fd8ecb9520a168f8e84941 TUV\gabrielg 2022-05-10T06:24:00.000Z run php cs fixer
corrected archive link in email 35ab97f24fdc443a781b60f0d61c6aebe369c9a0 TUV\gabrielg 2022-05-20T15:40:38.000Z corrected archive link in email
+ left real deletion of assignment data to prune functionality 5360f26869894f4c06222b1dd2b1741a307328f4 TUV\gabrielg 2022-05-23T09:54:44.000Z + left real deletion of assignment data to prune functionality + do not notify users, that said so
allowed HTML in prompt and optimized header 6416cf02e27d9a0fa80915dd36897318d5ae9c18 TUV\immigs 2022-05-24T13:10:42.000Z allowed HTML in prompt and optimized header
+ we now can see, if archive was downloaded 6a8046d5adc66f85386d6895be6c2d3cb7848624 TUV\gabrielg 2022-05-20T15:24:22.000Z + we now can see, if archive was downloaded + removed old deletion button for users + archiving controller now deletes user after archiving
added missing time span filter 74e7abf9648eeaa4a872f9a84bf74d0119051b84 TUV\gabrielg 2022-05-09T10:54:42.000Z added missing time span filter
+ form can only be submited once now 80a6ebfccd00da09f7b6b5739c1e9091de509dbe TUV\gabrielg 2022-05-23T13:07:51.000Z + form can only be submited once now
changed text in confirmation dialog 938b2a055c97f7c72784f6944e9dd6fb95d77157 TUV\immigs 2022-05-24T10:16:47.000Z changed text in confirmation dialog
Merge branch 'develop' of https://gitlab.learningsystem.de/lms/seventeen into… afe20bc986931172bb425be74cafb09afe82758a TUV\gabrielg 2022-05-23T07:41:02.000Z Merge branch 'develop' of https://gitlab.learningsystem.de/lms/seventeen into feature/LL-1175-archive-and-delete-users # Conflicts: # app/Models/User.php
added missing use bb74bd533830365867c150c0aa867b717aaa4658 TUV\gabrielg 2022-05-23T12:50:49.000Z added missing use
Umlegung auf Job c5f035ca5b029ce049ad87e4dae24333dfbe98eb TUV\gabrielg 2022-05-23T12:02:51.000Z Umlegung auf Job
+ added list of passed trainings to client archive c7b45218e5ca182164d94c06e7da690969800cfd TUV\gabrielg 2022-05-17T08:16:18.000Z + added list of passed trainings to client archive + added separate training files within client archiving
+ added address to client file ceeea5e719fedf44d2b263684c54e4de7c9fb4e4 TUV\gabrielg 2022-05-23T10:49:44.000Z + added address to client file + added support employee to client file + added first contact person to client file
several optimization regarding labeling, options and text ecfeaa35543ed1fc4e832811dc2d52376ebd984c TUV\immigs 2022-05-24T13:34:50.000Z several optimization regarding labeling, options and text
+ changed name schema for all generated archive files fcf0f8bdbcf8570210b01555317a5aeec003b811 TUV\gabrielg 2022-05-23T10:08:03.000Z + changed name schema for all generated archive files