-
Notifications
You must be signed in to change notification settings - Fork 33
Comparing changes
Open a pull request
base repository: websvnphp/websvn
base: 2.6.1
head repository: websvnphp/websvn
compare: 2.7.0
- 14 commits
- 74 files changed
- 5 contributors
Commits on May 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 707d790 - Browse repository at this point
Copy the full SHA 707d790View commit details -
Delete temporary directories automatically.
When downloading files, temporary directories are created and ONLY get removed in case the download succeeds. Though, one can't influence if this happens or not, e.g. in case of requests by search bots, which might simply close connections in case of unexpected content. This might leave lots of temporary dirs and files behind. This fixes #141.
Configuration menu - View commit details
-
Copy full SHA for ba35263 - Browse repository at this point
Copy the full SHA ba35263View commit details
Commits on Aug 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 92151a9 - Browse repository at this point
Copy the full SHA 92151a9View commit details
Commits on Sep 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bd2f6c3 - Browse repository at this point
Copy the full SHA bd2f6c3View commit details -
Show files in subdirs with parents with restricted access.
Calling "showDirFiles" with a level of "0" always leads to possible failed access checks when "/", "/tags" etc. are NOT visible to the current user, while "/tags/DIR1" might be. This is because of early aborts when checking access starting from the root of the repo. Fixes #146.
Configuration menu - View commit details
-
Copy full SHA for f22a46b - Browse repository at this point
Copy the full SHA f22a46bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 099cb46 - Browse repository at this point
Copy the full SHA 099cb46View commit details
Commits on Sep 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1fa523b - Browse repository at this point
Copy the full SHA 1fa523bView commit details -
Show files in subdirs with parents with restricted access.
Calling "showDirFiles" with a level of "0" always leads to possible failed access checks when "/", "/tags" etc. are NOT visible to the current user, while "/tags/DIR1" might be. This is because of early aborts when checking access starting from the root of the repo. Fixes #146.
Configuration menu - View commit details
-
Copy full SHA for 16168ec - Browse repository at this point
Copy the full SHA 16168ecView commit details -
Make the root-phrase of the breadcrumb path configurable. (#152)
The approach is to 1. get rid of the hard-coded string and make it a language property instead, so one can have phrases like "(root)" in English, "(wurzel)" in German or some arbitrary other string easily. Second, a new config is introduced to let WebSVN calculate the name of that root-phrase based on the name of the current repo automatically. that might make sense for a lot of people and is what's actually requested in the linked issue by @didiez. Third, the breadcrumb path rendered into templates has been splitted into root and non-root, so that templates can decide to use an arbitrary different root or none at all. Before, templates only received the whole rendered breadcrumb, which isn't pretty flexible. Things can easily be reverted with mass-replace anyway. Fixes #150.
Configuration menu - View commit details
-
Copy full SHA for 95c3a94 - Browse repository at this point
Copy the full SHA 95c3a94View commit details
Commits on Feb 7, 2022
-
Added line numbers in file detail view with ids for future styling. (#…
…157) * Added line numbers in file detail view with ids for future styling. * Added $highlight parameter as to not disturb the other types of highlighting. * Added new line before if statements for readability. * Added overall id line. So line anchor can be referenced as line-{line_number} * Dropped the second argument for fancy line numbers. Reanmed the id to match overall class 'geshi'
Configuration menu - View commit details
-
Copy full SHA for 0bcd697 - Browse repository at this point
Copy the full SHA 0bcd697View commit details
Commits on Feb 28, 2022
-
Always UTF-8 encode filename parameter in Content-Disposition header
Since we don't know that passed filename will or will not contain ASCII-only chartacters it is the safest approach to always encode the filename. This closes #158
Configuration menu - View commit details
-
Copy full SHA for 98f2688 - Browse repository at this point
Copy the full SHA 98f2688View commit details
Commits on Mar 14, 2022
-
Escape or URL encode paths where necessary
When running in non-MultiViews mode path passed from browser is prematurely escaped for XML although it is still in use in PHP. This will result in two issues: * Broken paths are processed in PHP * Data returned to users is broken or double escaped This closes #155
Configuration menu - View commit details
-
Copy full SHA for 088bd1b - Browse repository at this point
Copy the full SHA 088bd1bView commit details -
Make path for svnauthz configurable (#82)
By default svnauthz is not installed into bin/, but to a different directly usually not in PATH. Make this configurable for the admin. This closes #82
Configuration menu - View commit details
-
Copy full SHA for dd4df0c - Browse repository at this point
Copy the full SHA dd4df0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34f2938 - Browse repository at this point
Copy the full SHA 34f2938View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.6.1...2.7.0