Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-11 | 38 | -0/+38 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-10 | 6 | -12/+12 |
| | |||||
* | Merge pull request #13663 from ↵ | Morris Jobke | 2015-02-10 | 2 | -5/+17 |
|\ | | | | | | | | | owncloud/issue/13624-notification-when-favorting-fails Only update favorite icon if the operation was successful | ||||
| * | toggle back when the action was not performed | Joas Schilling | 2015-02-02 | 1 | -2/+7 |
| | | |||||
| * | fix response for tags and show error message | Morris Jobke | 2015-02-02 | 2 | -6/+11 |
| | | |||||
| * | Only update favorite icon if the operation was successful | Joas Schilling | 2015-02-02 | 1 | -1/+3 |
| | | | | | | | | Also shows a notification in case an error occured on updating the tags | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-09 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #13502 from owncloud/streamline-authentication-in-newfile | Morris Jobke | 2015-02-07 | 1 | -6/+3 |
|\ \ | | | | | | | Streamline CSRF and login check | ||||
| * | | Streamline CSRF and login check | Lukas Reschke | 2015-01-20 | 1 | -6/+3 |
| | | | | | | | | | | | | Let's make this consistent with other pieces of the code to make it easier to auditable. | ||||
* | | | Merge pull request #13655 from Sugaroverdose/fix_#13632 | Morris Jobke | 2015-02-07 | 2 | -2/+11 |
|\ \ \ | | | | | | | | | Do not change color of 'new' button on hover and make new file menu more consistent with button | ||||
| * | | | Prevent 1px padding between button and dropdown in ie11 when zooming | Sugaroverdose | 2015-01-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Play with z-index to make proper dropdown overlap | Sugaroverdose | 2015-01-28 | 2 | -1/+8 |
| | | | | |||||
| * | | | Fix #13632 and make new file menu more consistent with button | Sugaroverdose | 2015-01-25 | 1 | -1/+3 |
| | | | | |||||
* | | | | Merge pull request #13889 from owncloud/catch-exception | Morris Jobke | 2015-02-07 | 2 | -8/+18 |
|\ \ \ \ | | | | | | | | | | | Catch exception properly | ||||
| * | | | | Catch exception properly | Lukas Reschke | 2015-02-04 | 2 | -8/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `\OCA\Files\Helper::buildFileStorageStatistics` might throw an exception from `OC_Helper::getStorageInfo`, previously this lead to a uncatched exception being thrown when invoking this methods. This was user triggable by for example calling `/index.php/apps/files/ajax/delete.php` with a not existing dir (for example `dir=asdf/../&allfiles=true`) | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-07 | 2 | -4/+14 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 4 | -4/+4 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 4 | -10/+44 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-05 | 2 | -2/+2 |
|/ / / / | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-04 | 2 | -4/+22 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-03 | 2 | -0/+4 |
| |_|/ |/| | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-31 | 6 | -40/+40 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-30 | 4 | -4/+4 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-28 | 2 | -6/+6 |
| | | | |||||
* | | | Remove duplicated definition of APIController | Joas Schilling | 2015-01-26 | 1 | -12/+0 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-25 | 4 | -2/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-24 | 2 | -2/+2 |
| | | |||||
* | | Ignore favorites that are not available when creating the favorites list | Joas Schilling | 2015-01-23 | 2 | -3/+19 |
| | | | | | | | | Also correctly return the exception for all cases when adding/removing favos | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-21 | 2 | -4/+22 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-20 | 4 | -4/+32 |
| | |||||
* | Remove stripslashes() from newfolder.php | Lukas Reschke | 2015-01-19 | 1 | -2/+1 |
| | |||||
* | Merge pull request #13276 from Sugaroverdose/fix_#11348 | Morris Jobke | 2015-01-18 | 2 | -4/+18 |
|\ | | | | | fix safari rename button positioning #11348 | ||||
| * | Add ie8 text-overflow: ellipsis support | Sugaroverdose | 2015-01-17 | 1 | -0/+11 |
| | | | | | | | | minimum browser window width ≈ 1280px | ||||
| * | use some magic to make 'popular browsers' work | Sugaroverdose | 2015-01-16 | 1 | -0/+2 |
| | | | | | | | | as expected with inline-block span | ||||
| * | fix_#11348 Safari rename button positioning | Sergei Shuykov | 2015-01-16 | 2 | -5/+6 |
| | | |||||
* | | Merge pull request #13433 from owncloud/favoritesl10n | Lukas Reschke | 2015-01-18 | 2 | -2/+2 |
|\ \ | | | | | | | fix unlocalized favorites browser title and alttext | ||||
| * | | fix unlocalized favorites browser title and alttext | Volkan Gezer | 2015-01-17 | 2 | -2/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-18 | 4 | -4/+4 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-17 | 2 | -4/+52 |
| | | |||||
* | | Fixes shifted rename field | Morris Jobke | 2015-01-16 | 1 | -1/+1 |
| | | |||||
* | | Disallow ctrl click to select when selection not allowed | Vincent Petry | 2015-01-15 | 2 | -1/+31 |
| | | |||||
* | | Auto-blur when clicking on file to download | Vincent Petry | 2015-01-15 | 1 | -0/+2 |
| | | |||||
* | | Fixed thumbnal z-index for when no checkbox is there | Vincent Petry | 2015-01-15 | 1 | -0/+2 |
| | | | | | | | | | | | | In file lists with no selection checkbox, the CSS selector is different. The thumbnail also needs position:absolute and a z-index to be displayed above the row's grey highlight. | ||||
* | | Merge pull request #13370 from Sugaroverdose/fix_#13322 | Thomas Müller | 2015-01-15 | 1 | -0/+1 |
|\ \ | | | | | | | Force browser to redraw favorite icon on src change | ||||
| * | | Force browser to redraw favorite icon | Sugaroverdose | 2015-01-15 | 1 | -0/+1 |
| |/ | | | | | | | on src change | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-15 | 2 | -4/+22 |
| | | |||||
* | | Merge pull request #13350 from owncloud/autoload-translations | Morris Jobke | 2015-01-14 | 1 | -1/+0 |
|\ \ | | | | | | | Autoload app's js translations | ||||
| * | | Remove unneeded addTranslations() calls | Vincent Petry | 2015-01-14 | 1 | -1/+0 |
| | | | |||||
* | | | Check for existence of $_GET keys | Lukas Reschke | 2015-01-14 | 1 | -2/+2 |
|/ / | | | | | | | `$dir` may for example very well not get passed at well. | ||||
* | | Merge pull request #13325 from owncloud/kill-strip-slashes | Morris Jobke | 2015-01-14 | 5 | -9/+8 |
|\ \ | | | | | | | Get rid of `stripslashes()` |