| Commit message (Expand) | Author | Age | Files | Lines |
* | Improved JS L10N bundle merging + tests | Vincent Petry | 2016-03-01 | 1 | -0/+8 |
* | Fix duplicate bogus share field when link sharing is not allowed | Vincent Petry | 2015-12-07 | 1 | -0/+1 |
* | Close the user menu when clicking it again | Joas Schilling | 2015-11-06 | 1 | -2/+1 |
* | Fix icon update to be more consistent | Vincent Petry | 2015-10-29 | 1 | -0/+7 |
* | Merge pull request #20052 from owncloud/stable8.2-share-clicklinkfocus | Thomas Müller | 2015-10-26 | 1 | -0/+23 |
|\ |
|
| * | Fix share link focus on click | Vincent Petry | 2015-10-26 | 1 | -0/+23 |
* | | Fix for broken ajax/share.php endpoint | Roeland Jago Douma | 2015-10-26 | 1 | -2/+4 |
|/ |
|
* | Merge pull request #19835 from owncloud/stable8.2-share-checkboxuniqueids | Thomas Müller | 2015-10-20 | 1 | -33/+37 |
|\ |
|
| * | Fix DOM element ids in share dialog | Vincent Petry | 2015-10-16 | 1 | -33/+37 |
* | | Add unit tests for sending e-mail for link shares | Roeland Jago Douma | 2015-10-14 | 2 | -10/+170 |
|/ |
|
* | [admin] check for correct PHP memcached module | Morris Jobke | 2015-10-06 | 1 | -6/+40 |
* | Merge pull request #19553 from owncloud/properly_format_date_shareview | Thomas Müller | 2015-10-05 | 1 | -8/+5 |
|\ |
|
| * | Use DD-MM-YYYY consistently in share sidebar | Roeland Jago Douma | 2015-10-04 | 1 | -8/+5 |
* | | Do not remove linkshare if there is none | Roeland Jago Douma | 2015-10-05 | 1 | -0/+37 |
|/ |
|
* | Merge pull request #19305 from owncloud/share-hasusershares | Thomas Müller | 2015-09-24 | 1 | -0/+57 |
|\ |
|
| * | Fix ShareItemModel.hasUserShares to only check shares of current item | Vincent Petry | 2015-09-23 | 1 | -0/+57 |
* | | Expiration date was always a string | Vincent Petry | 2015-09-24 | 1 | -4/+4 |
|/ |
|
* | Fix parsing int attributes from share.php response | Vincent Petry | 2015-09-23 | 1 | -4/+46 |
* | Merge pull request #19008 from owncloud/jquery_avatar_tests | Thomas Müller | 2015-09-18 | 1 | -0/+240 |
|\ |
|
| * | Added js tests for jquery.avatar | Roeland Jago Douma | 2015-09-14 | 1 | -0/+240 |
* | | Removed obsolete tests | Vincent Petry | 2015-09-16 | 1 | -76/+2 |
* | | Fix allow reshare for owner when sharing with self through group | Vincent Petry | 2015-09-16 | 1 | -1/+1 |
* | | More unit tests for share dialog | Vincent Petry | 2015-09-16 | 2 | -373/+167 |
* | | Update JS unit tests for share dialog (WIP) | Vincent Petry | 2015-09-16 | 3 | -1100/+1145 |
|/ |
|
* | Add apps unit test | Vincent Petry | 2015-08-30 | 1 | -0/+48 |
* | fix unit tests | Morris Jobke | 2015-08-26 | 1 | -2/+2 |
* | Move remaining setupchecks to new fomat | Roeland Jago Douma | 2015-08-18 | 1 | -2/+8 |
* | Merge pull request #17975 from owncloud/settings_admin_warning_levels | Jan-Christoph Borchardt | 2015-08-18 | 1 | -14/+97 |
|\ |
|
| * | All setup messages are now properly types | Roeland Jago Douma | 2015-07-30 | 1 | -17/+88 |
| * | Allow setupchecks to specify a warning level | Roeland Jago Douma | 2015-07-30 | 1 | -2/+14 |
* | | Add setup check for reverse proxy header configuration | Robin McCorkell | 2015-08-10 | 1 | -5/+61 |
* | | Merge pull request #17919 from rullzer/php_supported_check | Thomas Müller | 2015-08-10 | 1 | -0/+17 |
|\ \
| |/
|/| |
|
| * | Display warning in security & setup warnings if php version is EOL | Roeland Jago Douma | 2015-07-29 | 1 | -0/+17 |
* | | tests for _parseTime with hex and empty strings | Morris Jobke | 2015-07-28 | 1 | -0/+2 |
* | | Fix parsing of sharetime as string | Morris Jobke | 2015-07-28 | 1 | -0/+14 |
|/ |
|
* | Fix OC.joinPaths with empty arguments | Vincent Petry | 2015-07-13 | 1 | -0/+4 |
* | More tests for joinPaths | Vincent Petry | 2015-07-10 | 1 | -0/+3 |
* | Add OC.joinPaths for convenient path joining | Vincent Petry | 2015-07-10 | 1 | -0/+38 |
* | Javascript mimetype icon resolver | Roeland Jago Douma | 2015-07-06 | 1 | -0/+151 |
* | Align recommended settings | Lukas Reschke | 2015-06-15 | 1 | -11/+29 |
* | Properly format remote recipients | Roeland Jago Douma | 2015-05-27 | 1 | -3/+90 |
* | Merge pull request #16565 from owncloud/add-urandom-check | Thomas Müller | 2015-05-26 | 1 | -3/+19 |
|\ |
|
| * | Add check for availability of /dev/urandom | Lukas Reschke | 2015-05-26 | 1 | -3/+19 |
* | | Unit tests for #16511 | Roeland Jago Douma | 2015-05-22 | 1 | -0/+80 |
|/ |
|
* | Merge pull request #15738 from rullzer/fix_15611 | Vincent Petry | 2015-05-18 | 1 | -0/+27 |
|\ |
|
| * | Fix to make sure expiration date is properly set | Roeland Jago Douma | 2015-05-18 | 1 | -0/+27 |
* | | Reset share dialog values so we start out clean | Roeland Jago Douma | 2015-05-18 | 1 | -0/+106 |
|/ |
|
* | Added unit test for reshare by share owner | Vincent Petry | 2015-04-29 | 1 | -0/+25 |
* | Added unit tests | Roeland Jago Douma | 2015-04-17 | 1 | -0/+94 |
* | Remove hardcoded link to performance docs | Joas Schilling | 2015-04-07 | 1 | -4/+4 |