summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Sharing: Fix false positived v. 2Thomas Tanghus2012-11-271-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-272-1/+88
|
* Merge pull request #380 from butonic/feature_share_link_with_tokenJörn Friedrich Dreyer2012-11-262-15/+27
|\ | | | | Feature share link with token
| * readd fallback code for pre token linksJörn Friedrich Dreyer2012-11-231-4/+18
| |
| * implement share via link tokenJörn Friedrich Dreyer2012-11-202-17/+15
| |
* | remove debug outputArthur Schiwon2012-11-261-3/+0
| |
* | coding styleArthur Schiwon2012-11-261-1/+2
| |
* | check whether to join url with ? or &Arthur Schiwon2012-11-261-2/+13
| |
* | all but the first parameter are introduced by &Arthur Schiwon2012-11-261-3/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-262-1/+17
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-241-1/+20
| |
* | even error messages have the right to look a bit prettyFrank Karlitschek2012-11-231-2/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-232-1/+12
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-223-0/+35
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-214-14/+36
|/
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-204-23/+125
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-192-0/+15
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-183-0/+33
|
* Merge pull request #420 from libasys/bugfix-shareThomas Müller2012-11-171-1/+3
|\ | | | | If you using the sharing by link the array monthNames don't exist and ca...
| * If you using the sharing by link the array monthNames don't exist and causes ↵libasys2012-11-141-1/+3
| | | | | | | | errors in all browsers! so we check if the type of the variable isn't undefined!
* | Merge pull request #495 from owncloud/fix_issue_262Thomas Müller2012-11-171-1/+1
|\ \ | | | | | | Fix lostpassword url generation
| * | Fix lostpassword url generationBart Visscher2012-11-161-1/+1
| | | | | | | | | | | | Fixes issue #262
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-175-17/+66
|/ /
* | Merge pull request #454 from Raydiation/masterThomas Müller2012-11-151-2/+7
|\ \ | | | | | | Routing fixes
| * | removed unneeded callback checks in routes_request that could potentially failBernhard Posselt2012-11-151-4/+0
| | |
| * | fixed: this.routes_request is a deferred/promiseBernhard Posselt2012-11-151-5/+1
| | |
| * | instead of warning via popup, write to console.warnBernhard Posselt2012-11-151-1/+1
| | |
| * | Prevent ajax race conditions when using routes by offering a callback that ↵Bernhard Posselt2012-11-151-2/+15
| | | | | | | | | | | | is run after the the routes have finished loading
* | | Merge pull request #458 from owncloud/js_console_switchThomas Tanghus2012-11-154-0/+19
|\ \ \ | | | | | | | | Very simple js console switcher.
| * | | Very simple js console switcher.Thomas Tanghus2012-11-154-0/+19
| |/ /
* / / [tx-robot] updated from transifexJenkins for ownCloud2012-11-168-0/+64
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-1549-97/+50
| |
* | Revert "Prevent ajax race conditions when using routes by offering a ↵Bernhard Posselt2012-11-141-15/+2
| | | | | | | | | | | | callback that is run after the the routes have finished loading" This reverts commit 9b8375cf2c328cfcb66dae8283cfcacdaeb242c2.
* | Prevent ajax race conditions when using routes by offering a callback that ↵Bernhard Posselt2012-11-141-2/+15
|/ | | | is run after the the routes have finished loading
* Merge pull request #402 from zimba12/masterThomas Müller2012-11-141-6/+7
|\ | | | | Uncomment hours entries in relative date functions
| * fix translation issues with previous commitAlessandro Cosentino2012-11-131-3/+3
| |
| * uncomment hours entries in relative date functionsAlessandro Cosentino2012-11-131-6/+7
| |
* | Fixing syntax error - closes #406Thomas Müller2012-11-141-1/+1
| |
* | Fixing syntax error - closes #406Thomas Müller2012-11-141-1/+1
|/
* Merge pull request #41 from owncloud/vcategories_dbThomas Tanghus2012-11-139-67/+293
|\ | | | | OC_VCategories - this time actually usable ;)
| * Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-132-4/+4
| |\
| * \ Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-121-0/+53
| |\ \
| * \ \ Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-1145-5/+487
| |\ \ \
| * \ \ \ Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-072-1/+26
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-061-0/+2
| |\ \ \ \ \
| * | | | | | VCategories: Closing brace must be on a line by itself.Thomas Tanghus2012-11-051-2/+2
| | | | | | |
| * | | | | | VCategories: Line too long.Thomas Tanghus2012-11-051-1/+4
| | | | | | |
| * | | | | | VCategories: Line too long.Thomas Tanghus2012-11-051-1/+3
| | | | | | |
| * | | | | | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-058-105/+11
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/vcategories.php
| * \ \ \ \ \ \ Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-048-4/+31
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/vcategories.php