openly-rails
openly-rails copied to clipboard
"GitHub" for Google Drive [inactive]
Currently, file changes for each revision are sorted by file name alphabetically. It might be useful to support sorting by number of changes (more changed at the top, less changed...
Given a `file A` that was added in revision 1 and deleted in revision 2. When `file A` is now re-added in a later version (by performing a restore action...
We want to able to display a history of a file's versions, eg: ID | FileInBranch | Version | Action | Actors ---|------------------|-----------|-----------|---------- 1 | 1 | 1 | :create...
The data in the seed.rb file is hopelessly outdated. We also have "misused" the `seed.rb` file for filling our database with demo data, when the purpose of the `seed.rb` file...
Currently, it is possible to save a VCS::Version record without a parent_id. I believe that this is possible for historical reasons when VCS::Versions were shared between repositories (and called `FileSnapshots`)....
We are using a custom Henkei::Server class (heavily inspired by the [Henkei gem](https://github.com/abrom/henkei/)) to run Apache Tika in server mode for better performance. Right now, that server class lives in...
When a user is editing a form, ask them to confirm before navigating away to prevent loss of work. Something like this would work: https://github.com/codedance/jquery.AreYouSure
Explicitly specify width and height on SVG images in HTML to prevent them from popping if they are rendered before CSS is loaded.
When destroying user, nullify the initiator_id and author_id on discussions and replies that belong to the removed user (dependent: :nullify) Update the views to be compatible with anonymous users. Keep...
To prevent users from accidentally deleting their projects.