0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Filtering out empty directories and servers. Implements ticket #79. More... over 17 years ago
Added method has_files? to Server and Directory which figures out whether there are any files anywhere below the current More... over 17 years ago
In the GUI added option for hiding/showing empty directories and servers. The state is correctly maintained as the user More... over 17 years ago
Logic of controller is clearer now More... over 17 years ago
Oops. fixed file link in search results More... over 17 years ago
Can now navigate up the tree More... over 17 years ago
Don't need to calculate the recursive_size in the browser controller anymore as we are now caching the values in the model More... over 17 years ago
The routes will now correctly handle server names without any dots in them More... over 17 years ago
If trying to browse to a non-existent server or directory will now redirect to a sensible page More... over 17 years ago
Added "Modified" and "User" to information shown for files in browser More... over 17 years ago
Fixed top tab by changing the name from "servers" to "browser" More... over 17 years ago
link_to's are now shortened by things being in the same controller More... over 17 years ago
Replaced directories and servers controller with one controller called "browser". This simplifies things (hopefully) More... over 17 years ago
Now using the same helper function for creating the breadcrumbs across three views More... over 17 years ago
Hiding server and directories implementation behind the URL starting with 'browser' More... over 17 years ago
Cleaner implementation of pretty URL's (ticket #60) that has much easier reverse mapping from parameters to URL. More... over 17 years ago
Now have pretty URL's for navigation. However, because the routing globbing is not very flexible, the code is not as More... over 17 years ago
All directory navigation is now with URL's that have the server name and path in them. Partially resolves ticket #60. More... over 17 years ago
Fixed bug with broken search More... over 17 years ago
Fixed link (broken because of rename of action from size to show) More... over 17 years ago
Extracted shared partial for browser bit More... over 17 years ago
Made other views and controllers consistent More... over 17 years ago
Moved sorting into the view More... over 17 years ago
Files are now sorted by size as well More... over 17 years ago
Extracted helper for creating the horizontal percentage bar which also allows us to extract the hack for avoiding More... over 17 years ago
Renamed action size to show More... over 17 years ago
Improved consistency of the interface. There is a lot of redundant code though. More... over 17 years ago
Now can look at the contents of a single server More... over 17 years ago
Making for better breadcrumbs More... over 17 years ago
path is cached and creating of directory now in a transaction More... over 17 years ago