Y
List All
Feedback
This Project
This Project
This Group
All Projects
Profile
Account
Log out
Favorite
Project
Recent History
Loading...
Log in
Sign up
yona-projects
/
yona
star
Project home
H
Code
C
Issue
I
16
Pull request
P
Review
R
4
Milestone
M
Board
B
12
Files
Commit
Branches
refs/heads/ZerglingGo-fix-readme
refs/heads/feature/mobile
refs/heads/fix/export-import
refs/heads/fix/session-cache
refs/heads/mariadb
refs/heads/master
refs/heads/next
refs/heads/perf
refs/heads/perf-project-visitation
refs/heads/play24
refs/heads/yonafy
refs/tags/v1.0.0
refs/tags/v1.0.0-beta
refs/tags/v1.0.0-rc
yona
app
models
Download as .zip file
File name
Commit message
Commit date
app
CacheStore: Support more cache cases
2017-01-16
conf
git: More detailed message in case of Charset error
2017-01-16
docs
DB migration: Add exporting and importing feature
2016-02-03
lib
markdown: Use rhino markdown render instead of nashorn
2016-02-29
project
dependency: Update jgit and play
2016-12-16
public
project-info: Remove project label feature
2017-01-16
support-script
script: Add MariaDB my.cnf samples
2016-02-19
test
perf: Remake recently visited feature
2016-02-23
.gitignore
migraion: Support yona to github migration
2016-11-19
.mailmap
Add some people to .mailmap
2015-01-13
.travis.yml
travis-ci: Update java version to oraclejdk8
2016-02-29
AUTHORS
authors: Add new contributor
2016-12-01
LICENSE
LICENSE: change license GPL to Apache 2.0
2013-10-11
NOTICE
update NOTICE - add humanize
2015-03-31
README.md
readme: Update site links
2016-11-02
build.sbt
lib: Upgrade mariadb connector from v1.3.6 to v1.5.5
2017-01-15
dev.sh
data: Separate data to be maintained from installed Yona
2017-01-07
is-alive-bot.sh
etc: Make is-alive-bot.sh more general purpose
2016-12-17
minify-js.sh
minify-js.sh: Add comment lines for dev mode
2017-01-16
restart.sh
data: Separate data to be maintained from installed Yona
2017-01-07
File name
Commit message
Commit date
actions
organization: Support utf8 name at creation
2016-12-31
actors
mariadb-compatible: Apply fix and changes for MariaDB
2016-02-01
assets/stylesheets
markdown: Add table td min width
2017-01-16
controllers
CacheStore: Support more cache cases
2017-01-16
data
DB migration: Add exporting and importing feature
2016-02-03
errors
@Author -> @author
2015-01-19
mailbox
mariadb-compatible: Apply fix and changes for MariaDB
2016-02-01
models
CacheStore: Support more cache cases
2017-01-16
notification
NotificationMail: Fix incorrect order of messages
2015-05-12
playRepository
data: Separate data to be maintained from installed Yona
2017-01-07
utils
CacheStore: Add convenient method getProjectCacheKey
2017-01-16
validation
@Author -> @author
2015-01-19
views
project-info: Remove project label feature
2017-01-16
Global.java
data: Separate data to be maintained from installed Yona
2017-01-07
File name
Commit message
Commit date
enumeration
Added MVC skeleton for webhook struct.
2015-06-09
resource
cache: Fix userMap cache bugs
2016-04-18
support
tuning: Reduce issue list page response time
2017-01-15
AbstractPosting.java
watcher: Fix watcher gathering bug
2017-01-04
Assignee.java
Organize imports of classes in models package
2015-03-02
Attachment.java
my-files: Support file search
2017-01-16
AuthInfo.java
Organize imports of classes in models package
2015-03-02
CodeComment.java
@Author -> @author
2015-01-19
CodeCommentThread.java
@Author -> @author
2015-01-19
CodeRange.java
@Author -> @author
2015-01-19
Comment.java
tuning: Reduce issue list page response time
2017-01-15
CommentThread.java
project-menu: change menu number-badge style
2015-04-22
CommitComment.java
Introduce Mailbox Service
2015-01-27
Email.java
@Author -> @author
2015-01-19
History.java
project: Fix application.context bug at recent history
2016-12-07
Issue.java
milestone: Make more simplified list ui
2016-12-23
IssueComment.java
tuning: Reduce issue list page response time
2017-01-15
IssueEvent.java
group: Fix bug derived from evolution reset
2016-02-01
IssueLabel.java
board: Add label feature to board
2016-01-14
IssueLabelCategory.java
Organize imports of classes in models package
2015-03-02
IssueMassUpdate.java
@Author -> @author
2015-01-19
Label.java
@Author -> @author
2015-01-19
LabelOwner.java
Organize imports of classes in models package
2015-03-02
MailRecipient.java
fixes logics splitting and sending notification emails with recipient limit value.
2015-04-30
Mention.java
Rename Mention.add() to Mention.update()
2015-03-12
Milestone.java
milestone: Fix attachment bug and creation with no contents
2017-01-16
NonRangedCodeCommentThread.java
Organize imports of classes in models package
2015-03-02
NotificationEvent.java
cache: Fix userMap cache bugs
2016-04-18
NotificationMail.java
organization: Support utf8 name at creation
2016-12-31
NullUser.java
@Author -> @author
2015-01-19
Organization.java
Revert "perf: Organiaztion find ieq tunning"
2016-02-29
OrganizationUser.java
Organize imports of classes in models package
2015-03-02
OriginalEmail.java
Mailbox: Ignore duplicated email
2015-01-27
PageParam.java
@Author -> @author
2015-01-19
PostReceiveMessage.java
@Author -> @author
2015-01-19
Posting.java
board: Add label feature to board
2016-01-14
PostingComment.java
tuning: Reduce issue list page response time
2017-01-15
Project.java
CacheStore: Support more cache cases
2017-01-16
ProjectMenuSetting.java
cache: Change Project.findByOwnerAndProjectName cache to be timid
2016-03-25
ProjectTransfer.java
Make fields final if possible
2015-03-02
ProjectUser.java
Organize imports of classes in models package
2015-03-02
Property.java
Property: Make sure check() returns nonnull list
2015-03-02
PullRequest.java
dependency: Update jgit and play
2016-12-16
PullRequestCommit.java
Fix wrong id field type, String to Long
2016-01-24
PullRequestEvent.java
PullRequestEvent: fix to use getter
2015-04-07
PullRequestEventMessage.java
NotificationEvent: bug fix
2015-03-06
PullRequestMergeResult.java
@Author -> @author
2015-01-19
PushedBranch.java
Organize imports of classes in models package
2015-03-02
RecentProject.java
cache: Change Project.findByOwnerAndProjectName cache to be timid
2016-03-25
ReviewComment.java
Introduce Mailbox Service
2015-01-27
Role.java
Organize imports of classes in models package
2015-03-02
Search.java
Organize imports of classes in models package
2015-03-02
SearchResult.java
@Author -> @author
2015-01-19
SimpleCommentThread.java
Organize imports of classes in models package
2015-03-02
SiteAdmin.java
fix: Init data loading bug
2016-02-16
TimelineItem.java
@Author -> @author
2015-01-19
Unwatch.java
Organize imports of classes in models package
2015-03-02
User.java
CacheStore: Support more cache cases
2017-01-16
UserAction.java
@Author -> @author
2015-01-19
UserIdent.java
@Author -> @author
2015-01-19
UserProjectNotification.java
Make fields final if possible
2015-03-02
Watch.java
perf: Avoid unnecessary permission check
2015-08-19
Webhook.java
webhook: Log payload body when failed
2017-01-03
YobiUpdate.java
yonafy: Apply modifications for fork project
2016-01-18
×
Confirm
×
Log in
or
Sign in with github
Sign in with Google
Stay logged in
Reset password
|
Sign up