Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Merge branch 'master' into issue_20427 | Jesus Macias Portela | 2015-12-03 | 740 | -7186/+15695 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| * | | | | | Delete js unit test. Another issue has been created to create js test | Jesús Macias | 2015-12-01 | 1 | -205/+0 | |
| * | | | | | Fix css selector and bug checking personal mounts status | Jesús Macias | 2015-11-24 | 2 | -5/+5 | |
| * | | | | | Add css to manage row status color | Jesús Macias | 2015-11-24 | 3 | -4/+12 | |
| * | | | | | Merge branch 'issue_20427' of github.com:owncloud/core into issue_20427 | Jesús Macias | 2015-11-24 | 1 | -0/+205 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Added some unit tests for the status manager | Vincent Petry | 2015-11-20 | 1 | -0/+205 | |
| * | | | | | | Fix code from PR comments | Jesús Macias | 2015-11-24 | 4 | -236/+208 | |
| |/ / / / / | ||||||
| * | | | | | Adding logic to show custom icon for current backends, waiting for icon files | Jesús Macias | 2015-11-20 | 1 | -0/+24 | |
| * | | | | | Fix code from PR comments | Jesús Macias | 2015-11-18 | 2 | -615/+525 | |
| * | | | | | Add method to show custom icon and icon-error for each storage backend | Jesús Macias | 2015-11-18 | 3 | -211/+200 | |
| * | | | | | Add icon management capabilities (error icon) | Jesús Macias | 2015-11-13 | 2 | -17/+18 | |
| * | | | | | First working approach to show mount status | Jesús Macias | 2015-11-12 | 6 | -50/+874 | |
* | | | | | | Merge pull request #20796 from owncloud/cleanup-trashbin-code | Thomas Müller | 2015-12-07 | 1 | -15/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Cleanup trashbin expire code | Morris Jobke | 2015-11-30 | 1 | -15/+6 | |
* | | | | | | | Merge pull request #20581 from owncloud/public-page-preview-hidpi-scale | Thomas Müller | 2015-12-07 | 1 | -4/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix hidpi previews on public page | Robin Appelman | 2015-11-18 | 1 | -4/+8 | |
* | | | | | | | | Merge pull request #11131 from owncloud/use-phpini-wrapper | Thomas Müller | 2015-12-07 | 2 | -4/+3 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | Replacing ini_get instances with inigetwrapper usages | Clark Tomlinson | 2015-11-23 | 2 | -4/+3 | |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-06 | 4 | -0/+6 | |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-05 | 10 | -8/+20 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | db config backend for files_external | Robin Appelman | 2015-12-04 | 18 | -951/+1614 | |
* | | | | | | | Delete no longer existing users from system addressbook | Thomas Müller | 2015-12-04 | 1 | -0/+12 | |
* | | | | | | | Merge pull request #20933 from owncloud/more-OC_Config-cleanups | Thomas Müller | 2015-12-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | More cleanups of OC_Config usage | Morris Jobke | 2015-12-03 | 1 | -1/+1 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #20931 from owncloud/dav-fixnamespaceoutput | Thomas Müller | 2015-12-04 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix namespace XML output of files and tags dav | Vincent Petry | 2015-12-03 | 2 | -2/+2 | |
| |/ / / / / / | ||||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-04 | 10 | -0/+50 | |
* | | | | | | | Merge pull request #20545 from owncloud/scan-storage-in-background-job | Thomas Müller | 2015-12-03 | 8 | -145/+280 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Move files/ajax/scan.php to background job | Lukas Reschke | 2015-11-28 | 8 | -145/+280 | |
* | | | | | | | Fix duplicate use in storage controller | Jesús Macias | 2015-12-03 | 1 | -1/+0 | |
* | | | | | | | Migrate storate status code to storagenotavailablexception | Jesús Macias | 2015-12-03 | 3 | -11/+9 | |
* | | | | | | | Fix code from PR comments | Jesús Macias | 2015-12-03 | 1 | -21/+1 | |
* | | | | | | | Change exception catch order | Jesús Macias | 2015-12-03 | 1 | -5/+5 | |
* | | | | | | | Delete unnecessary storage status constans | Jesús Macias | 2015-12-03 | 1 | -4/+0 | |
* | | | | | | | Add new external storage exceptions for different errors | Jesús Macias | 2015-12-03 | 1 | -38/+24 | |
* | | | | | | | Add different storage status codes managed by StoragedNotAvailableException | Jesús Macias | 2015-12-03 | 2 | -4/+42 | |
* | | | | | | | Merge pull request #20860 from owncloud/use-user-getEMailAddress-all-over-the... | Thomas Müller | 2015-12-03 | 3 | -36/+35 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | User IUser::getEMailAddress() all over the place | Thomas Müller | 2015-12-02 | 3 | -36/+35 | |
* | | | | | | | | Merge pull request #20900 from owncloud/share-group-only-with-exact-match | Thomas Müller | 2015-12-03 | 2 | -12/+41 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Only return the exact match, when it's allowed | Joas Schilling | 2015-12-02 | 2 | -12/+41 | |
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-03 | 2 | -0/+2 | |
* | | | | | | | | | Merge pull request #20905 from owncloud/allow-framing-itself | Thomas Müller | 2015-12-02 | 2 | -1/+10 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Allow framing 'self' | Lukas Reschke | 2015-12-02 | 2 | -1/+10 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #20901 from owncloud/get-rid-of-more-legacy-config-stuff | Thomas Müller | 2015-12-02 | 1 | -3/+4 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Replace old config code with usage of proper APIs | Morris Jobke | 2015-12-02 | 1 | -3/+4 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #20719 from owncloud/adding-system-addressbook-of-users | Thomas Müller | 2015-12-02 | 17 | -42/+779 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix endless recursion | Thomas Müller | 2015-12-02 | 1 | -3/+15 | |
| * | | | | | | | Fix update of avatar image | Thomas Müller | 2015-12-02 | 2 | -33/+49 | |
| * | | | | | | | Fix comments | Thomas Müller | 2015-12-02 | 2 | -4/+4 | |
| * | | | | | | | Proposal: add enumeration function to IUserManager which simply calls a callb... | Thomas Müller | 2015-12-02 | 1 | -20/+17 |