☃ Stephen Shkardoon ☃

Results 9 issues of ☃ Stephen Shkardoon ☃

Replication: 1. Create a library 2. Create a folder within the library 3. Share the folder with a user 4. Delete the folder you just shared 5. Observe that shared...

While investigating haiwen/seahub#4897, I observed that our database contains duplicate entries in the VirtualRepo table: ```sql mysql> SELECT COUNT(*) as qty,origin_repo,path,base_commit FROM VirtualRepo GROUP BY path,origin_repo,base_commit HAVING qty > 1;...

This also moves the Search page to its own .md document Base gogs issue: gogs/gogs#6470

I would love to fix this myself, but I don't have permission :(

As per #3 it's acknowledged this script is, for performance reasons, actually finding whether questions are using prepared statements, not whether there is SQL injection. It seems prudent to change...

It would seem that when you have something like (I've only tested Chrome) and that input loses focus, it doesn't list all items in the table again (the place holder...

In the case where users have a lot of photos uploaded in a single day, this is significantly faster. In the case where they do not, it should be roughly...

We use an automated script to share folders of a repository with users on a regular basis. Sometimes, there seems to be an issue that results in the same user...

bug

While the code currently verifies whether an entry exists in the VirtualRepo table before creating a new one, it is possible that bugs in the code (such as race conditions)...