Y
List All
Feedback
This Project
This Project
This Group
All Projects
Profile
Account settings
Log out
Favorite
Project
All
Loading...
Log in
Sign up
yona-projects
/
yona
star
Project home
H
Code
C
Issue
I
15
Pull request
P
Review
R
4
Milestone
M
Board
B
13
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
index: Make user choose after login page
2017-04-23
conf
index: Make user choose after login page
2017-04-23
docs
docs: Update applicatoin-conf-desc.md for v1.4
2017-04-03
lib
markdown: Use rhino markdown render instead of nashorn
2016-02-29
project
dependency: Update jgit and play
2016-12-16
public
js: Fix Yona's jQuery template related bug
2017-04-18
support-script
script: Add MariaDB my.cnf samples
2016-02-19
test
perf: Remake recently visited feature
2016-02-23
.gitignore
gitignore: Add social-login.conf
2017-02-03
.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 feature list
2017-04-15
build.sbt
version: Yona v1.4.1
2017-03-23
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
watcher-list: Make watcher list to work as ajax
2017-01-16
actors
mariadb-compatible: Apply fix and changes for MariaDB
2016-02-01
assets/stylesheets
markdown: Change some case of li styles
2017-04-17
controllers
index: Make user choose after login page
2017-04-23
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
index: Make user choose after login page
2017-04-23
notification
NotificationMail: Fix incorrect order of messages
2015-05-12
playRepository
code: Preserve CR/LF when online commit
2017-03-23
service
social-login: Add fallback with ignore cases email search
2017-04-16
utils
issue: Change 'show watcher of this issue' button position and icon
2017-04-17
validation
@Author -> @author
2015-01-19
views
index: Make user choose after login page
2017-04-23
Global.java
authentication: Support Github/Gmail social login
2017-02-02
File name
Commit message
Commit date
enumeration
issue: Show event message when issue is moved
2017-03-14
resource
cache: Fix userMap cache bugs
2016-04-18
support
login: Support simplified LDAP login
2017-03-14
AbstractPosting.java
watcher: Fix watcher gathering bug
2017-01-04
Assignee.java
Organize imports of classes in models package
2015-03-02
Attachment.java
attachment: Use SHA-256 instead of SHA-1
2017-03-22
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
FavoriteOrganization.java
usermenu: Support favorite project/organization
2017-02-01
FavoriteProject.java
usermenu: Support favorite project/organization
2017-02-01
History.java
project: Fix application.context bug at recent history
2016-12-07
Issue.java
history: Update posting history escaping method
2017-04-16
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
issue: Support issue move to projects
2017-03-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
LinkedAccount.java
authentication: Support Github/Gmail social login
2017-02-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
issue: Show event message when issue is moved
2017-03-14
NotificationMail.java
mail: Make generous setting of allowed sending mail domains
2017-04-03
NullUser.java
@Author -> @author
2015-01-19
Organization.java
security: Apply 'application.hide.project.listing' option to org
2017-02-26
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
code: Preserve CR/LF when online commit
2017-03-23
PostingComment.java
tuning: Reduce issue list page response time
2017-01-15
Project.java
site-admin: Change ordering of lists
2017-04-22
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
usermenu: Support deletion of visited project list
2017-03-14
ReviewComment.java
Introduce Mailbox Service
2015-01-27
Role.java
Organize imports of classes in models package
2015-03-02
Search.java
security: Apply 'application.hide.project.listing' option to org
2017-02-26
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
site-admin: Change ordering of lists
2017-04-22
UserAction.java
watch: Fix duplicated watched project list by accidently
2017-01-22
UserCredential.java
social-login: Show social login linked status icon at user profile page
2017-02-03
UserIdent.java
@Author -> @author
2015-01-19
UserProjectNotification.java
Make fields final if possible
2015-03-02
UserSetting.java
index: Make user choose after login page
2017-04-23
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