Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | properly encode groups as json, not ',' separated | Jörn Friedrich Dreyer | 2014-08-19 | 1 | -3/+3 |
| | |||||
* | Fix copyright | Lukas Reschke | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | fix broken unit tests | Bjoern Schiessle | 2014-08-19 | 1 | -3/+5 |
| | |||||
* | update unit tests with configurable share folder | Bjoern Schiessle | 2014-08-19 | 3 | -0/+76 |
| | |||||
* | make share folder configurable | Bjoern Schiessle | 2014-08-19 | 4 | -1/+42 |
| | |||||
* | set incognitoMode to true, getUser should always return false during public ↵ | Bjoern Schiessle | 2014-08-19 | 1 | -1/+3 |
| | | | | upload | ||||
* | fix color of links in warnings, fix #10480 | Jan-Christoph Borchardt | 2014-08-18 | 1 | -0/+1 |
| | |||||
* | Add a note about overwritewebroot when using system cron | Joas Schilling | 2014-08-18 | 2 | -7/+27 |
| | | | | | | | | If the current webroot is non-empty but the webroot from the config is, and system cron is used, the URL generator fails to build valid URLs. So we notify the admin to set it up correctly. Fix #9995 | ||||
* | Added upgrade notice to avoid timeouts | Vincent Petry | 2014-08-18 | 1 | -0/+4 |
| | |||||
* | Fixed folder icon update routine when share owner exists | Vincent Petry | 2014-08-18 | 4 | -18/+77 |
| | | | | | | | Whenever a folder has a "data-share-owner" attribute, the icon is now properly updated to a shared folder icon. Backport of 607ea636be4a5a48b6abec8df3eaefe20fe4a1ba from master | ||||
* | check if array index ocsid is set before accessing it | Georg Ehrke | 2014-08-18 | 1 | -1/+2 |
| | |||||
* | Make skeleton directory configurable. | Stefan Rado | 2014-08-18 | 2 | -1/+9 |
| | |||||
* | Fix unit test | Lukas Reschke | 2014-08-15 | 1 | -1/+4 |
| | |||||
* | Move authentication failed logging to checkPassword | Lukas Reschke | 2014-08-15 | 3 | -10/+2 |
| | | | | Fixes https://github.com/owncloud/core/issues/10366 | ||||
* | Merge pull request #10440 from owncloud/enforce-debug | Clark Tomlinson | 2014-08-15 | 1 | -7/+0 |
| | | | | Remove ability to trigger DEBUG mode via cookie | ||||
* | change error text color to white for better contrast, fix #10424 | Jan-Christoph Borchardt | 2014-08-15 | 1 | -3/+2 |
| | |||||
* | Compare upload limit against biggest file | Oliver Gasser | 2014-08-15 | 1 | -4/+7 |
| | | | | | When uploading multiple files from the web interface, compare the PHP upload limit against the largest file, not against the sum of all files. | ||||
* | Update public.php | pzy | 2014-08-15 | 1 | -0/+5 |
| | | | | | | | | | | added tag to make facebook load a preview picture Update public.php add check ifMimeSupported and put the thumbsize in a variable generate preview for all supported mimes | ||||
* | in order to prevent false-positives on the code checker - exec and eval will ↵ | Thomas Müller | 2014-08-14 | 1 | -4/+0 |
| | | | | not longer be grepped for | ||||
* | we need the recipient as a additional parameter to know for which share the ↵ | Bjoern Schiessle | 2014-08-14 | 3 | -7/+9 |
| | | | | notification was send | ||||
* | Fix issue when no apps are enabled | Vincent Petry | 2014-08-14 | 1 | -0/+1 |
| | | | | Properly initialize $apps array | ||||
* | new unit test added | Bjoern Schiessle | 2014-08-14 | 1 | -4/+42 |
| | |||||
* | no error if we try to delete a file which no longer exists | Bjoern Schiessle | 2014-08-14 | 1 | -1/+2 |
| | |||||
* | no special action for folder named 'Shared' needed | Bjoern Schiessle | 2014-08-14 | 1 | -1/+1 |
| | |||||
* | add error message if user wants to rename a file which no longer exists | Bjoern Schiessle | 2014-08-14 | 2 | -4/+18 |
| | |||||
* | Cast file id's to int so we can compare them properly | Robin Appelman | 2014-08-14 | 2 | -2/+3 |
| | |||||
* | trigger lazy loading earlier, fix #9823 | Jan-Christoph Borchardt | 2014-08-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #10406 from owncloud/japanese-stable7 | Thomas Müller | 2014-08-13 | 1 | -1/+1 |
|\ | | | | | fix japanese lang code | ||||
| * | fix japanese lang code | Volkan Gezer | 2014-08-13 | 1 | -1/+1 |
|/ | |||||
* | Typo fix NL | Volkan Gezer | 2014-08-13 | 1 | -1/+1 |
| | |||||
* | Load authentication backends before tryBasicAuth | gekmihesg | 2014-08-13 | 1 | -0/+3 |
| | |||||
* | add unit test for aes256/aes128 | Bjoern Schiessle | 2014-08-13 | 2 | -0/+192 |
| | |||||
* | update existing unit tests | Bjoern Schiessle | 2014-08-13 | 5 | -127/+16 |
| | |||||
* | support aes 256 | Bjoern Schiessle | 2014-08-13 | 11 | -84/+337 |
| | |||||
* | Merge pull request #10365 from owncloud/check_quota_on_new_via_web_stable7 | Jörn Friedrich Dreyer | 2014-08-13 | 1 | -0/+23 |
|\ | | | | | check quota when trying to download a file via new -> web | ||||
| * | check quota when trying to download a file via new -> web | Jörn Friedrich Dreyer | 2014-08-13 | 1 | -0/+23 |
|/ | |||||
* | fix broken variable name, recoveryPasswordSupported is now ↵ | Bjoern Schiessle | 2014-08-12 | 1 | -3/+3 |
| | | | | recoveryEnabledForUser | ||||
* | add unit tests | Bjoern Schiessle | 2014-08-12 | 1 | -0/+47 |
| | |||||
* | fix detection of system wide mount points | Bjoern Schiessle | 2014-08-12 | 1 | -8/+33 |
| | |||||
* | Merge pull request #10271 from miicha/patch-2 | Jan-Christoph Borchardt | 2014-08-12 | 1 | -4/+3 |
|\ | | | | | Fix display of checkboxes in Pale Moon | ||||
| * | remove obsolete code comment | miicha | 2014-08-11 | 1 | -2/+0 |
| | | |||||
| * | Fix display of checkboxes in Pale Moon | miicha | 2014-08-07 | 1 | -2/+3 |
| | | | | | | | | | | In Pale Moon (24.7.1) the checkboxes in the file list are not in the responding line on the icon but all of them are next to the "select all" checkbox. This fix should not change anything in Firefox and chromium (on windows) but as the comment states it has to be checked on KDE/Qt. BTW why is position absolute naccessary? For my understanding relative is exactly what you want to use in such a case... | ||||
* | | remove 'no people found' entry | Bjoern Schiessle | 2014-08-12 | 1 | -12/+1 |
| | | |||||
* | | Add scrollto to the url if sharing a file for long file lists | Tom Needham | 2014-08-11 | 1 | -3/+9 |
| | | |||||
* | | Fix link to files and folders in internal share emails | Tom Needham | 2014-08-11 | 1 | -4/+3 |
| | | |||||
* | | in case $_POST['itemSourceName'] does not exist we simply default it to null | Thomas Müller | 2014-08-11 | 1 | -1/+2 |
| | | |||||
* | | Backport of #9848 | Jean-Louis Dupond | 2014-08-11 | 1 | -12/+18 |
| | | | | | | | | | | | | | | | | Fix memberOf detection. Fixes: #9835 Fix remarks in #9848 Fix initializing in #9848 | ||||
* | | shared files/folders are not mounted | Thomas Müller | 2014-08-11 | 1 | -1/+1 |
| | | |||||
* | | update unit test, min date should be always today + 1 | Bjoern Schiessle | 2014-08-11 | 1 | -3/+5 |
| | | |||||
* | | set minDate always to today + one day | Bjoern Schiessle | 2014-08-11 | 1 | -2/+8 |
| | |