openly-rails icon indicating copy to clipboard operation
openly-rails copied to clipboard

"GitHub" for Google Drive [inactive]

Results 65 openly-rails issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

We want to able to display a history of a file's versions, eg: ID | FileInBranch | Version | Action | Actors ---|------------------|-----------|-----------|---------- 1 | 1 | 1 | :create...

concept

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...

good first contribution
refactor

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`)....

refactor

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...

refactor

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

enhancement

Explicitly specify width and height on SVG images in HTML to prevent them from popping if they are rendered before CSS is loaded.

enhancement
good first contribution

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...

enhancement

To prevent users from accidentally deleting their projects.

enhancement