aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/controllers/files.py
AgeCommit message (Expand)Author
2013-04-15added missing perms check on history callMarcin Kuzminski
2013-04-03Fix a lot of casings - use standard casing in most placesMads Kiilerich
2013-03-28follow Python conventions for boolean valuesMads Kiilerich
2013-03-27missing files or bad files revisions should return 404s not redirects - ref #808Marcin Kuzminski
2013-03-26don't normalize path if it's empty on adding a file throught web interfaceMarcin Kuzminski
2013-03-20report ChangesetDoesNotExistError as an error but don't lose the repo contextMads Kiilerich
2013-03-24fixed bad raise statementMarcin Kuzminski
2013-03-21added more strict checks for file path in add file controllerMarcin Kuzminski
2013-03-19linkify names on fork/create repos in tooltip messagesMarcin Kuzminski
2013-03-06initial version of #788 tarball cacheMarcin Kuzminski
2013-03-06fixed some unicode problems with archive downloadsMarcin Kuzminski
2013-03-06it's safer to user user_id for IMCMarcin Kuzminski
2013-03-03check if given f_path in diff is not a dir by any chanceMarcin Kuzminski
2013-01-30coding style: fix trailing and leading spaces and tabsMads Kiilerich
2013-01-27disable file editing when not on branch head fixes issue #462Marcin Kuzminski
2012-12-05fixed issue #671 commenting on pull requests sometimes used old JSON encoder ...Marcin Kuzminski
2012-11-27fix error when diff path is a directory, edge case generated by google botsMarcin Kuzminski
2012-11-16fixed file history testsMarcin Kuzminski
2012-11-13implements #636, lazy loading of history and authors to speed up page respons...Marcin Kuzminski
2012-11-05Implemented generation of changesets basedMarcin Kuzminski
2012-11-04Let the function calculating changeset history do all the workMarcin Kuzminski
2012-11-04Fixed issue when node didn't exists at 'tip' and we tried calculate history b...Marcin Kuzminski
2012-10-29whitespace cleanupMarcin Kuzminski
2012-10-20fixed issue with file history for new added filesMarcin Kuzminski
2012-10-17fixed issue with show at revision button. Some JS were not properly loaded du...Marcin Kuzminski
2012-10-17smarter calculation of showed associated changeset in file source viewMarcin Kuzminski
2012-10-17Calculate file history always from latest changeset to always show full history.Marcin Kuzminski
2012-08-22Forbid adding files and editing from web interface while repo is lockedMarcin Kuzminski
2012-08-04better instructions for adding online filesMarcin Kuzminski
2012-08-04Reimplemented file-browser using partial-ajaxMarcin Kuzminski
2012-08-04Bumped mercurial version to 2.3Marcin Kuzminski
2012-07-07i18n improveTakumi IINO
2012-07-02Fixed lookup by Tag sha in git backendMarcin Kuzminski
2012-06-15whitespace cleanupMarcin Kuzminski
2012-06-14moved login required into seperate calls for files due to optional API access...Marcin Kuzminski
2012-06-14Add authors into file viewMarcin Kuzminski
2012-06-08removed JSON array envelope from filter files functionMarcin Kuzminski
2012-05-20fixes issue #455 Creating an archive generates an exception on WindowsMarcin Kuzminski
2012-05-17Use paste fileapp to properly send the archive sizeMarcin Kuzminski
2012-05-17archive file fixes for python 2.5Marcin Kuzminski
2012-05-16fixed tests, and archival methodMarcin Kuzminski
2012-05-15cleanup code of get archive for repositoriesMarcin Kuzminski
2012-05-10fixes for tests on WindowsMarcin Kuzminski
2012-04-17various fixes for git and mercurial with InMemoryCommit backend and non-ascii...Marcin Kuzminski
2012-04-01unified annotation view with file source viewMarcin Kuzminski
2012-03-07utils/confMarcin Kuzminski
2012-03-01fixed raw_changeset for git, accidentally it was generated with hg patch headersMarcin Kuzminski
2012-02-27remove branch from git filenode history drop-downMarcin Kuzminski
2012-02-20Added VCS into rhodecode core for faster and easier deployments of new versionsMarcin Kuzminski
2012-02-07- added branch to history list for fileMarcin Kuzminski