server icon indicating copy to clipboard operation
server copied to clipboard

Fix creating events with old (< unix time) lastoccurence

Open tcitworld opened this issue 3 years ago • 1 comments

Makes sure the timestamp is > 0 in the bigint column.

Closes #20804

  • [ ] Check if there's no edge effects introduced by this
  • [ ] Add unit test

tcitworld avatar Apr 01 '22 15:04 tcitworld

/rebase

tcitworld avatar Jun 22 '23 16:06 tcitworld

Backports ?

tcitworld avatar Jun 23 '23 09:06 tcitworld

/backport to stable27

miaulalala avatar Jun 27 '23 11:06 miaulalala

/backport to stable26

miaulalala avatar Jun 27 '23 11:06 miaulalala

/rebase

miaulalala avatar Jun 27 '23 11:06 miaulalala

/backport to stable25

miaulalala avatar Jun 27 '23 11:06 miaulalala

The backport to stable27 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable27
git pull origin stable27

# Create the new backport branch
git checkout -b fix/foo-stable27

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

The backport to stable26 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable26
git pull origin stable26

# Create the new backport branch
git checkout -b fix/foo-stable26

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable26

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

The backport to stable25 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable25
git pull origin stable25

# Create the new backport branch
git checkout -b fix/foo-stable25

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable25

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport